/*
Theme Name: Bharat Child
Theme URI: https://zeeshanx.com
Description: Child theme for Bharat with custom modifications for Wheelhouse Rental — custom navigation, footer, front page, content styling, and page-specific layouts.
Author: Zeeshan A.
Author URI: https://zeeshanx.com
Template: bharat
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bharat-child
*/


/* =Reset Overrides
-------------------------------------------------------------- */

.site {
	box-shadow: none;
}


/* =Header Overrides
-------------------------------------------------------------- */

.site-header {
	padding-bottom: .3rem;
	border-top: 3px #5fa7d1 solid;
	margin-top: 0px;
}

.header-image {
	margin-top: 0;
}

.site-header .site-title,
.site-header .site-description {
	display: none;
}


/* =Navigation / Menu Overrides
-------------------------------------------------------------- */

.main-navigation {
	margin-top: 0;
	text-align: center;
}

.main-navigation h3 {
	margin-top: 0;
}

.main-navigation li {
	font-size: 12px;
	width: 16%;
	text-align: center;
	margin-bottom: 10px;
}

.main-navigation li a {
	position: relative;
	color: #000;
	text-decoration: none;
	background-color: transparent;
	transition: background-color .3s;
}

.main-navigation li a:hover {
	color: #000;
	background-color: #c2e5ce;
}

.main-navigation ul ul {
	text-align: center;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	border-top: 0;
	text-align: center;
}

.main-navigation ul.nav-menu li {
	margin: 3px 5px 10px 5px;
	max-width: 115px;
}

.main-navigation ul.nav-menu li a {
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}


/* =Footer Overrides
-------------------------------------------------------------- */

footer#colophon {
	padding-bottom: .3rem;
	border-top: 3px #5fa7d1 solid;
	margin-top: 40px;
	text-align: center;
}

footer#colophon .site-info {
	display: none;
}

footer a {
	font-size: 14px;
	font-weight: bold;
	color: #5fa7d1;
	text-transform: uppercase;
	letter-spacing: 2px;
}


/* =Page-specific Overrides
-------------------------------------------------------------- */

body.page-id-19 .site-content {
	margin: 0;
}


/* =Front Page & Contact / Action Buttons
-------------------------------------------------------------- */

.picHolder {
	position: relative;
	width: 100%;
}

.picHolder img {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

.picHolder .buttonHolder {
	position: absolute;
	top: 20%;
	left: 0;
	width: 100%;
}

.actionButton {
	outline: 5px rgba(0,173,240,.75) solid;
	background-color: rgba(255,255,255,.75);
	color: rgba(0,0,0,.6);
	letter-spacing: 8px;
}

#post-19 .actionButton {
	-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
}

.front-page .actionButton {
	-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
}

.aboutText {
	margin: 30px 0 0 0;
}

a.actionButton {
	display: block;
	outline: 4px #5fa7d1 solid;
	padding: 6px;
	width: 90%;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px auto;
	text-decoration: none;
	text-align: center;
	transition: background-color .3s;
	color: #666666;
}

.entry-content a.actionButton:visited {
	color: #666666;
}

a.actionButton:hover {
	background-color: #5fa7d1;
	color: #ffffff;
}


/* =Layout – Two Column
-------------------------------------------------------------- */

.smallerCol {
	width: 42%;
	float: left;
}

.biggerCol {
	width: 56%;
	float: right;
}

.entry-content .biggerCol p {
	margin: 0;
	padding: 0;
}


/* =Content Area Overrides
-------------------------------------------------------------- */

.entry-content {
	max-width: 940px;
	width: 100%;
	margin: 0px auto;
	padding: 0 10px;
}

.entry-content p {
	color: #696969;
	font-size: 10px;
	width: 100%;
	text-align: justify;
	text-justify: inter-word;
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}

.entry-content p.credit {
	color: #aaaaaa;
	font-size: 12px;
	font-style: italic;
}

.entry-content ul {
	margin: 0 0 0 10px;
	padding: 0;
	color: #696969;
	font-size: 10px;
}

.entry-content ul li {
	margin: 0;
	padding: 0;
	margin: 0 0 18px 0;
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}

.entry-content ul li.listTitle {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #84ca9c;
}

.entry-content ol,
.entry-content ul {
	list-style: none;
}

.entry-content table {
	border-collapse: collapse;
}

.entry-content img {
	border-radius: 0;
}

.site-content article {
	border-bottom: none;
}

.entry-header .entry-title {
	display: none;
}

.entry-header {
	border-bottom: none;
	margin: 0;
}

.entry-content,
.entry-summary {
	border-top: none;
	padding: 0;
}

article.post .entry-content img,
article.page .entry-content img {
	padding: 0;
}

.entry-content blockquote.pull {
	padding: 0 15px;
}

.entry-content blockquote.pull {
	margin-left: auto;
	margin-right: auto;
}

.entry-content blockquote.pull blockquote p {
	width: 60%;
}


/* =Photo Page – Post 527
-------------------------------------------------------------- */

#post-527 table {
	width: 100%;
	border-collapse: collapse;
}

#post-527 td {
	padding: 0;
	vertical-align: top;
	line-height: 0;
}

#post-527 td.content {
	background-color: #ebe9d4;
	width: 226px;
}

#post-527 td.contentTall {
	background-color: #ebe9d4;
}

#post-527 .contentTall img {
	width: 100%;
}

#post-527 td.spacer {
	width: 8px;
}

#post-527 td.spacer a {
	width: 8px;
}

#post-527 td.row {
	height: 8px;
}

#post-527 td.content a img,
#post-13 td.contentTall a img {
	opacity: 0.99;
	transition: opacity .3s;
	width: 100%;
}

#post-527 img:hover {
	opacity: 0.6;
}


/* =Photo Page – Post 13
-------------------------------------------------------------- */

#post-13 table {
	width: 100%;
	border-collapse: collapse;
}

#post-13 td {
	padding: 0;
	vertical-align: top;
	line-height: 0;
}

#post-13 td.content {
	background-color: #ebe9d4;
	width: 226px;
}

#post-13 td.contentTall {
	background-color: #ebe9d4;
}

#post-13 .contentTall img {
	width: 100%;
}

#post-13 td.spacer {
	width: 8px;
}

#post-13 td.spacer a {
	width: 8px;
}

#post-13 td.row {
	height: 8px;
}

#post-13 td.content a img,
#post-13 td.contentTall a img {
	opacity: 0.99;
	transition: opacity .3s;
	width: 100%;
}

#post-13 img:hover {
	opacity: 0.6;
}


/* =Amenities Page – Post 15
-------------------------------------------------------------- */

#post-15 a img {
	margin: 0;
	opacity: 0.99;
	transition: opacity .3s;
}

#post-15 a img:hover {
	opacity: 0.6;
}


/* =Huell Page – Post 17
-------------------------------------------------------------- */

#post-17 a img {
	margin: 0;
	opacity: 0.99;
	transition: opacity .3s;
}

#post-17 a img:hover {
	opacity: 0.6;
}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
	box-shadow: none;
}


/* =Responsive / Mobile Navigation Overrides
-------------------------------------------------------------- */

@media screen and (max-width: 600px) {
	.main-navigation {
		background: #ffffff;
		border-bottom: 3px solid #5fa7d1;
		text-align: center;
		padding: 0 0 10px 0;
	}

	.main-navigation h3 {
		font-size: 12px;
	}

	.main-navigation li a {
		color: #666666;
	}

	.main-navigation li a {
		font-weight: bold;
		letter-spacing: 3px;
	}

	.main-navigation li a:hover {
		color: #5fa7d1;
		background-color: #cce5f2;
	}
}


/* =Responsive / Medium Screen Overrides
-------------------------------------------------------------- */

@media screen and (min-width: 600px) {
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		background: #ffffff;
		border-bottom: 3px solid #5fa7d1;
		border-top: 0;
		display: inline-block !important;
		text-align: center;
		width: 100%;
		padding: 0 0 10px 0;
	}

	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
		font-size: 12px;
	}

	.main-navigation li a {
		border-bottom: 0;
		color: #666666;
		padding-left: 10px;
		padding-right: 10px;
		text-transform: uppercase;
		white-space: nowrap;
		font-weight: bold;
		letter-spacing: 3px;
		background: transparent;
	}

	.main-navigation li.current_page_item a {
		color: #5fa7d1;
		background-color: #cce5f2;
	}

	.main-navigation li.current_page_item li a {
		background: #efefef;
		color: #868686;
	}

	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #3d85b0;
		background-color: transparent;
	}

	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #e3e3e3;
		color: #444;
	}

	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}

	.menu-toggle {
		display: none;
	}

	a.actionButton {
		width: 35%;
		font-size: 16px;
	}

	.entry-content ul,
	.entry-content p {
		font-size: 14px;
	}
}


/* =Responsive / Larger Screen Overrides
-------------------------------------------------------------- */

@media screen and (min-width: 960px) {
	body {
		background-color: #ffffff;
	}

	body .site {
		box-shadow: none;
	}

	a.actionButton {
		width: 30%;
		font-size: 18px;
	}

	.entry-content p {
		font-size: 16px;
	}

	.entry-content ul {
		font-size: 16px;
	}
}

@media screen and (min-width: 1008px) {
	.site {
		margin-top: 0;
	}
}


/* =Responsive Search Override
-------------------------------------------------------------- */

@media screen and (min-width: 600px) {
	.widget-area .widget .search-form input[type="text"] {
		color: #3d85b0;
	}
}
