/*
Theme Name: orissacabs
Author: Sortend Team
Theme URI: https://orissacabs.com/
Author URI: http://www.sortend.com/
Description: 
Version: 1.0.3
*/
.menucontainer {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

nav.menucontainer a.btn.btn-primary {
	margin-left: 25px;
}

.menutop li {
	display: inline-block;
	position: relative;
}

.menutop li a {
	display: inline-block;
	padding: 10px 18px;
	line-height: .8;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	letter-spacing: .2px;
	border-radius: 10px;
}

.menutop li:last-child:after {
	display: none;
}

.menutop li a:hover,
.menutop li.current-menu-item a {
	background: #30a35814;
	color: var(--primary);
}

.menutop .current-menu-parent a {
	color: var(--primary);
}

.menutop .current-menu-parent:after {
	color: var(--primary);
}

.menutop li.menu-item-has-children:after {
	font-family: 'FontAwesome';
	font-weight: bold;
	content: '\f107';
	color: var(--white);
	font-size: 11px;
	position: absolute;
	right: 8px;
	top: 16px;
	cursor: pointer;
}

.menutop .sub-menu li.menu-item-has-children:after {
	content: '\f0da';
	color: #ddd;
	font-size: 14px;
	right: 10px;
	top: 10px
}

.menutop .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99999;
	width: 250px;
	padding: 0;
	background: var(--white);
}

.menutop .sub-menu .sub-menu {
	top: 0;
	left: 100%;
}

.menutop .sub-menu li {
	width: 100%;
	text-align: left;
}

.menutop .sub-menu li,
.menutop .sub-menu li a {
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	white-space: normal
}

.menutop .sub-menu li a {
	position: relative;
	display: block;
	color: #454545;
	padding: 12px 19px;
	margin-bottom: 1px;
	font-weight: 500;
	font-size: 15px;
	padding-left: 12px;
	border-bottom: solid 1px #e8e7e7;
}

.menutop .sub-menu li:last-child a {
	border-bottom: none;
}

.menutop .sub-menu li a:before {
	font-family: 'FontAwesome';
	font-weight: bold;
	content: '\f105';
	font-size: 12px;
	color: #454545;
	margin-right: 8px
}

.menutop .sub-menu li:hover a:before {
	color: var(--white);
}

.menutop .sub-menu li a:hover {
	color: var(--white);
	background: #479b1e;
}

.menutop .sub-menu li.current-menu-item a {
	color: var(--white);
	background: var(--primary);
}

.menutop .sub-menu li.current-menu-item .sub-menu a {
	background: none;
}

.menutop .sub-menu li.current-menu-item .sub-menu li a:hover {
	color: var(--white);
	background: var(--primary)
}

.menucontainer .menuicon,
.menucontainer .menutopmob {
	display: none
}

.menuicon {
	display: block;
	padding: 10px;
	margin-top: 25px;
	border: 1px solid #ddd
}

.menuicon i {
	float: right;
	font-size: 18px
}

.menucontainer .menutopmob {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99999;
	margin-top: 2px;
}

.menucontainer .menutopmob li a {
	display: block;
	font-size: 12px;
	color: #eee;
	text-transform: none;
	font-weight: 400;
	line-height: 19px;
	padding: 4px 10px;
	margin: 0;
	border-bottom: 1px solid #ccc
}

.menutopmob .sub-menu li a {
	padding-left: 20px;
	font-size: 11px
}

.menutopmob .sub-menu li .sub-menu a {
	padding-left: 30px
}

article.post {
	background: #f2f2f2;
	border: 1px solid #eee;
	padding: 20px;
	margin-bottom: 30px
}

article.singlepost img {
	width: 100%;
	height: 400px;
	border-radius: 6px;
	object-fit: cover;
}

article.post img {
	height: auto;
	width: 100%;
	margin-bottom: 15px
}

article.post h2 {
	padding: 0 0 15px
}

article.post h2 a {
	color: #000
}

article.post h2 a:hover {
	color: var(--primary)
}

.metabars span {
	display: block;
	font-size: 14px;
	padding: 6px 0
}

.metabars i {
	color: var(--primary);
	font-size: 14px;
	margin-right: 5px;
	width: 20px;
	text-align: center
}

.metabars .commentcount {
	padding-top: 10px
}

.singlepost h3 {
	margin-top: 15px
}

.singlepost h2 {
	font-size: 24px;
	font-weight: 500;
	margin: 20px 0 10px;
}

.singlepost .postthumb img {
	height: auto;
	width: 100%;
	margin: 5px 0 15px
}

.singlepost .metabars {
	padding-top: 15px;
	margin-top: 10px;
	border-top: 1px solid #e5e5e5
}

.comments {
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	padding: 10px 25px 25px;
	margin-top: 40px;
}

.comments h3 {
	margin-top: 0;
	font-weight: 500;
	font-size: 20px;
}

.commentlist {
	border-bottom: 1px solid #ddd;
	padding-bottom: 40px;
	margin-bottom: 25px
}

.comments .comment,
.comments .pingback {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none outside none
}

.secondarypage .comments ul li:before {
	display: none
}

.comments .children {
	margin-left: 40px
}

.comment-author {
	font-size: 13px;
	font-weight: 700;
	text-transform: capitalize
}

.comment-author .avatar {
	display: none
}

.comment-meta {
	font-size: 12px;
	font-style: italic;
	padding: 0 0 10px
}

.comment-body .reply a {
	float: right;
	border: 1px solid #ccc;
	padding: 5px 14px;
	font-size: 14px;
	color: var(--primary)
}

.comment-body .reply a:hover {
	background: var(--primary);
	color: var(--white);
	border-color: var(--primary)
}

.comment-respond {
	clear: both
}

.comment-form-cookies-consent label {
	margin: 0 0 0 6px;
	padding: 0;
	font-size: 12px;
	font-style: italic
}

form#commentform label {
	font-weight: 500;
}

form#commentform textarea,
form#commentform input[type="text"] {
	background: var(--white);
}

.comments_count a {
	font-size: 14px;
	line-height: 22px;
	padding: 4px 10px;
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-icab-border-radius: 3px;
	border-radius: 3px;
	-opera-border-radius: 3px;
	-o-border-radius: 3px;
	-border-radius: 3px;
}

.comments_count a:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	border-bottom: 0 none;
	border-left: 0 none;
	border-right-color: transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px
}

.sidebar {
	padding: 26px 24px;
	background: #fafaff;
	box-shadow: 0 0 14px #dddddd6b;
	border: 2px solid var(--primary);
	border-radius: 6px;
}

.sidebar .widget {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 25px;
	margin-bottom: 25px
}

.sidebar .widget:last-child {
	padding: 0;
	margin: 0;
	border: none;
}

.sidebar .screen-reader-text {
	display: none
}

.sidebar .searchform {
	padding-bottom: 5px
}

.sidebar .searchform div {
	display: flex;
}

.sidebar form#searchform div input[type="submit"] {
	border-radius: 0 4px 4px 0;
	border: 1px solid #cd9e74;
}

.sidebar form#searchform div input[type="text"] {
	border-radius: 4px 0 0 4px;
}

.sidebar form#searchform div input {
	margin: 0 !important;
	padding: 12px 20px;
	border: 1px solid #e1e1e1;
}

.sidebar .comment-author-link {
	color: var(--primary);
	text-transform: capitalize
}

.postpagination {
	padding-top: 10px
}

.postpagination a {
	display: inline-block;
	color: var(--primary);
	font-size: 14px;
	border: 1px solid #ccc;
	padding: 9px 15px
}

.postpagination a:hover {
	background: var(--primary);
	color: var(--white);
	border-color: var(--primary)
}

.postpagination a i {
	font-size: 15px;
	padding-right: 5px
}

.alignleft {
	float: left
}

.alignright {
	float: right
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

img.alignleft {
	margin: 5px 20px 5px 0
}

img.alignright {
	margin: 5px 0 5px 20px
}

img.aligncenter {
	margin: 5px auto
}

img.alignnone {
	margin: 5px 0
}


.wpcf7 form .wpcf7-response-output {
    margin: 2em 0 0 !important;
    padding: 0.4em 1em !important;
    border: none !important;
    background: #00a0d2 !important;
    color: var(--white) !important;
    border-radius: 8px !important;
    text-align: center !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450 !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background: #ffb900 !important;
}
span.wpcf7-not-valid-tip {
    margin: -12px 0 12px 8px !important;
}

@media only screen and (max-width: 480px) {
.topbar-info {
    padding: 10px !important;
}
}