/*
	Theme Name: Overland Track Transport
	Theme URI: https://topdogcommerce.com
	Description: WordPress theme developed for Overland Track Transport
	Version: 1.2.1
	Author: Brock Presland
	Author URI: https://topdogcommerce.com

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
.driver_container{
    padding: 50px;

}
.driver_post_table{
    overflow: scroll;
    font-size: 1.2rem;
    padding: 30px;
width:100%;
}
.driver_post_table th,.driver_post_table td{
    padding: 10px;
}
.driver_post_table tbody{
	overflow: scroll;
	display: block;
	margin: 20px 0px;
}
.driver_post_table tr{
	width: 100%;
	min-width: 100%;
}
.product_table{
	width: 100%;
	min-width: 100%;
}
.product_table tr{
	width: 100%;
	min-width: 100%;
}
.driver_post_table input[type='checkbox']{
	-webkit-appearance:none;
    width:30px!important;
    height:30px!important;
	background-color: orange;
}
.driver_post_table input[type='checkbox']:checked {
	-webkit-appearance:checkbox;
}
.note_hide{
	display: none!important;
}
.driver_container h3{
	margin:50px;
	font-size: 4rem;
}
.qty{
	max-width:50px;
	padding: 10px;
	text-align: center!important;
}
.notes{
	font-size: 2rem;
}
.location{
	width: 200px;
}
.driver_container input[name="update"], .driver_container input[name="submit"]{
	font-size: 2rem!important;
	background-color: limegreen;
	color: black;
	padding: 20px;
	margin: 50px;
	text-transform: uppercase;
}
.driver_container textarea[name="comment"]{
	width: 100%;
	border: solid 1px limegreen;
	font-size: 2rem;
}
.even{
	background-color: #eee;
}
#reply-title{
	display: none;
}
.logged-in-as{
	display: none;
}
.reminder{
	font-size: 2rem;
}
textarea#comment{
	height: 50px;
	padding-top: 100px;
}
input#submit.submit{
	margin: 0px!important;
}
.ott_divider{
	height:1px;background-color:black;width:100%;margin-top:15px;margin-bottom:15px;
}
.wp-block-image *{
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.foot_icons_row *{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.wp-block-table{
	font-size: 1.75rem;
	width: 100%;
	text-align:center!important;
}
.wp-block-columns ul{
	font-size: 1.75rem!important;
}
h4{
	font-size: 2.5rem!important;
}
.list-button{
	padding-top: 10px;
}
.list-button a:hover{
    background-color: black;
	text-decoration: none;
}
.list-button a{
    padding: 10px;
    background-color: #cc0000;
    text-decoration: none;
    color: white;
    font-size: 1.75rem;
    border-color: transparent;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
.navbar.ott_nav_container{
      position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
    text-align: center;
    list-style-type: none;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 1000;
    font-size: 20px;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
}
.navbar.ott_nav_container .container{
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}
#ott_nav{
    width: 100%;
    align-items: flex-end;
    padding-bottom: 20px;
}
.ott_nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 100%;
        margin-left: 0px;
    margin-right: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.ott_nav a{
    color: #666;
}
.ott_nav li:hover a{
    color: black;
    text-decoration-color: black;
}
.ott_nav .current-menu-item a{
    color: black;
}
div.menu_list_container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
}
.hero.container{
    height: 400px;
    width: 100%;
    max-width: 100%!important;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.hero_cta{
    font-size: 30px;
    color: #222;
    background-color: #f5e08f;
    padding: 10px 40px;
    text-transform: uppercase;
    font-weight: bold;
    transition-duration: .2s;
}
.hero_cta:hover{
    text-decoration: none;
    color: #f5e08f;
    background-color: #222;
    transition-duration: .2s;
}
.nav.container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding-left: 0px;
    padding-right: 0px;
}
.ott_nav_container .row{
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100vw;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}
.menu_list_container button{
    align-self: center;
    margin-top: 20px;
}
.col-12.nav_col{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
    
}
.nav_col a{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.nav_col img{
    width: 500px;
    height: auto;
    max-width: 90%;
}
.content_container{
    padding-top: 30px;
    padding-bottom: 30px;
}
.content_col.home_content{
    justify-content: flex-start;
}
.content_col{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.content_col.page_content.product_left{
    justify-content: flex-start!important;
}
.content_col.page_content.product_left,.content_col.page_content.product_right, .page_content{
    padding: 20px;
}
.page_content p{
    font-size: 1.75rem;
}
.product_title{
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
	margin-top: -10px;
}
.product_img_container{
    height: 500px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}
.product_img{
    visibility: hidden;
}
.content_col p{
    font-size: 1.75rem;
    max-width: 1000px;
    min-width: 300px;
    text-align: justify;
}
#product_variations{
    min-width: 100%;
    width: 100%;
    max-width: 100%;
}
h5.mb-0 button{
    font-size: 1.75rem;
    color: #374a59;
    text-transform: uppercase;
    font-weight: bold;
}
iframe.rezdy{
    min-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

/* Category Pages */
.ticket-columns div.wp-block-column img{
	height: 200px!important;
}
div.wp-block-column img{
    width: 350px;
}

/* FAQ */

button.btn.faq_button{
    width: 100%;
    text-align: left;
    font-size: 20px;
    background-color: white;
    color: #374a59;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    box-shadow: 0px 0px 20px #999;
    word-wrap: break-word;
    white-space: normal!important;
}
button.btn.faq_button i{
    margin-left: 20px;
}
.faq_answer, .answer_wrapper{
    width: 100%;
    font-size: 1.75rem;
}
/* Home Page*/
.home_title{
    text-align: center;
    font-size: 35px;
    font-weight: bold;
}
.menu_line{
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
}
.side_menu_title{
    font-weight: bold;
    font-size: 14px;
    padding-top: 10px;
}
.side_menu_list{
    font-size: 14px;
    padding-left: 0px;
}
.side_menu_list *{
    list-style-type: none;
    padding-left: 0px;
}
.home_columns{
    padding-top: 50px;
}
.home_columns h4{
    font-size: 2.25rem;
}
.home_columns p{
    font-size: 1.75rem;
}
.home_section{
    padding-bottom: 60px;
}
.home_link{
	    background-color: #374a59;
    color: white;
}
.home_columns a{

    padding: 10px 20px;
    font-size: 2.25rem;
    margin-top: 20px;
    text-align: center;
    transition-duration: .2s;
}
.home_columns a:hover{
	text-decoration: none!important;
}
.home_link:hover{
    text-decoration: none;
    color: white;
    opacity: .7;
    transition-duration: .2s;
}

.gall_img_container{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 20px;
    background-position: center;
    background-size: cover;
    height: 200px;
    border: 10px solid white;
}
.gall_img{
    opacity: 0;
}

/* Awards Section */
.container.awards_container{
    padding: 30px 0px 100px 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100vw;
    max-width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}
.awards_row{
    max-width: 1000px;
    width: 100%;
}
.social_container{
    margin-bottom: 30px;
}
.awards_title h3, .testimonials_container h3, .social_container h3{
    font-size: 34px;
	padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}
.award_col{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.award{
    margin-top: 5vw;
    margin-bottom: 5vw;
    box-shadow: 0px 0px 10px #555;
}
/* Testimonials */

div.container.testimonials_container{
    padding-top: 30px;
    padding-bottom: 30px;
}
.testimonials_col{
    overflow: hidden;
}
.wprs_unslider{
    margin-top: 50px;
}

/* Logos */

.container.logos_container{
    padding: 100px 0px 100px 0px;
    background-color: white;
    color: #222;
    margin-left: 0px;
    margin-right: 0px;
    width: 100vw;
    max-width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.logos_row{
    max-width: 1000px;
    width: 100%;
}
.logos_title h3{
    font-size: 34px;
    text-align: center;
    text-transform: uppercase;
}
.logo_col{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.logo_third{
    margin-top: 5vw;
    margin-bottom: 5vw;
}

/* Contact */

.nf-form-cont{
    width: 100%;
    font-size: 1.75rem;
}
.nf-form-cont h3{
    display: none;
}
.ninja-forms-field.nf-element{
    background-color: white;
    border-color: #374a59;
    color: black;
}
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
html a {
	color:#374a59;
	text-decoration:none;
    font-weight: bold;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/* Footer */

.taq.foot_logo{
	height: auto;
	max-width: 125px;
}
.qt.foot_logo{
	height: auto;
	max-width: 100px;
}
.social_col{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}
.social_icon_container{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.social_col a{
    color: white;
    font-size: 30px;
    transition-duration: .2s;
    margin: 10px;
    height: 75px;
    width: 75px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.social_col a:hover{
    color: white;
    text-decoration: none;
    box-shadow: 0px 0px 10px #444;
    transition-duration: .2s;
}
.social_col i{
    text-align: center;
}
.fb{
    background-color: #3b5998;
    padding: 10px;
}
.ta{
    background-color: #00af87;
    padding: 10px;
}
.ig{
    background-color: #fcaf45;
    padding: 10px;
}
.foot_nav .row{
    display: flex;
    justify-content: center;
    text-align: center;
}
.foot_nav a{
    padding: 20px;
    font-size: 14px;
    color: white;
    font-weight: bold;
}
.container.foot_nav{
    max-width: 100vw;
    width: 100vw;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 50px;
}
.foot_nav .social_icon_container>a{
    margin: 20px;
    color: white;
    background-color: transparent;
    font-size: 20px;
    transition-duration: .2s;
}
footer, div.foot_nav{
    background-color: #333;
    color: white;
    text-align: center;
}

.foot-content{
    font-size: 14px;
    margin: 0;
    padding: 25px;
}
.foot-content a{
    color: white;
    font-weight: bold;
}

/* Content Page */
.page_title{
    font-size: 2.5vmax;
    font-weight: bold;
    color: white;
    text-shadow: 0px 0px 10px #000;
    text-transform: uppercase;
}
.page_content h2, .page_content h3{
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 30px;
}
.page_content h3{
    text-align: center;
    padding-top: 20px;
}
.content_col p.terms{
    text-align: center;
    margin-left: auto;
    margin-right:auto;
    font-size: 20px;
}
.terms a:hover{
	cursor: pointer;
	color: dark-blue;
	transition-duration: .2s;
	text-decoration: underline;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (max-width:768px) {
    .parks_nav{
        display: none;
    }
    .ott_logo{
        width: 145px;
    }
	.product_img_container{
    height: 200px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}
	.wp-block-gallery.columns-3{
		max-width: 100%;
	}
	.content_row.page_content{
		max-width: 100vw;
	}
	.hero.container{
		height: 200px!important;
	}
}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
