/*
 Theme Name: Pofo Child
 Theme URI: http://wpdemos.themezaa.com/pofo
 Description: Child theme for Pofo theme
 Version: 1.0
 Author: ThemeZaa
 Author URI: http://www.themezaa.com
 Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, photography, portfolio
 License: Themeforest Split Licence
 License URI: http://themeforest.net/licenses
 Template: pofo
 Text Domain: pofo-child
*/

body {
  font-size: 15px;
}

.wpb-content-wrapper {
	padding: 0 0;
	overflow: visible;
}

.grecaptcha-badge {
	display: none !important;
}

.wpcf7-form label {
	font-weight:300;
	text-align:left;
	margin-bottom:0px;
	padding-bottom:0px;
}

.wpcf7-submit {
  color: white;
}

.wpcf7-form input[type=submit] {
	background-color:#ff214f;
	border-top-color:#ff214f;
	border-bottom-color:#ff214f;
	border-left-color:#ff214f;
	border-right-color:#ff214f;
	text-transform:uppercase;
	-moz-transform:uppercase;
	-webkit-transform:uppercase;
	text-align:center;
	letter-spacing:1.4px;
	font-size:11px;
	font-family:'Montserrat', sans-serif !important;
	font-weight:600;
	padding-right:25px;
	padding-left:25px;
	padding-top:6px;
	padding-bottom:6px;
}

.wpcf7-form input[type=submit]:hover{
	animation-duration:1s;
	-moz-animation-duration:1s;
	-webkit-animation-duration:1s;
	animation-delay:0s;
	animation-name:none;
	-moz-animation-name:none;
	-webkit-animation-name:none;
}

.your-name input[type=text]{
	width:487px;
	border-top-color:#444444;
	border-bottom-color:#444444;
	border-left-color:#444444;
	border-right-color:#444444;
	background-color:#0c0c0c;
	border-top-style:hidden;
	border-right-style:hidden;
	border-left-style:hidden;
	padding-top:0px;
	height:25px;
}

.your-email input[type=email]{
	width:484px;
	border-top-color:#444444;
	border-bottom-color:#444444;
	border-left-color:#444444;
	border-right-color:#444444;
	background-color:#0c0c0c;
	border-top-style:hidden;
	border-right-style:hidden;
	border-left-style:hidden;
	height:25px;
}

.your-subject input[type=text]{
	width:485px;
	border-top-color:#444444;
	border-bottom-color:#444444;
	border-left-color:#444444;
	border-right-color:#444444;
	background-color:#0c0c0c;
	border-top-style:hidden;
	border-right-style:hidden;
	border-left-style:hidden;
	height:25px;
}

.your-message .wpcf7-textarea{
	width:477px;
	border-top-color:#444444;
	border-bottom-color:#444444;
	border-left-color:#444444;
	border-right-color:#444444;
	background-color:#0c0c0c;
	border-top-style:hidden;
	border-right-style:hidden;
	border-left-style:hidden;
	height:80px;
}

.wpcf7-text,
.wpcf7-textarea {
	color: black;
	font-weight: 400;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #ffffff;
}


/* Single post CSS */
.blog-details-text {
	font-size:18px;
	line-height:30px;
	padding-left: 45px;
	padding-right: 45px;
}

.single-post-main-section .container {
	max-width: 748px;
}

.single-post-main-section {
	color: #333333;
}

.single-post-main-section h2,
.single-post-main-section h3,
.single-post-main-section h4 {
	font-family: 'Montserrat';
	font-weight: 700;
	color: #3a3a3a;
	padding-top: 30px;
}

.single-post-main-section h2 {
	font-size: 32px !important;
	line-height: 44px;
}

.single-post-main-section h3 {
	font-size: 27px !important;
	line-height: 37px;
}

.single-post-main-section h4 {
	font-size: 23px !important;
	line-height: 30px;
}

.pofo-single-post-title-bg {
	background-color: #ffffff;
}

.bg-single-post-opacity-color {
	background-color: #f9f9f9;
}

.wp-block-image figcaption {
	text-align: center;
	font-size: 14px;
}


/* Table of Contents */
#ez-toc-container {
	padding: 40px;
	margin-bottom: 40px;
	margin-top: 55px;
}

.ez-toc-title-container {
	margin-bottom: 25px;
}

div#ez-toc-container p.ez-toc-title {
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 27px;
	line-height: 37px;
	color: #3a3a3a;
}

div#ez-toc-container ul li {
	position: relative;
	padding-left: 20px;
	padding-bottom: 5px;
}

div#ez-toc-container>nav .ez-toc-list li:before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #3a3a3a;
	position: absolute;
	top: calc(0.5em + 3px);
	left: 0;
}

div#ez-toc-container ul li a {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;

	padding-bottom: 0.25rem;
	text-decoration: underline;
	-webkit-text-decoration-color: #3a3a3a;
	text-decoration-color: #3a3a3a;
	text-decoration-thickness: 0.125rem;
	text-underline-offset: 0.25rem;
}

div#ez-toc-container ul li a:hover {
	text-decoration: underline;
	-webkit-text-decoration-color: #3a3a3a;
	text-decoration-color: #3a3a3a;
	text-decoration-thickness: 0.125rem;
	text-underline-offset: 0.25rem;
}


/* Single blog post */
.single-post .pofo-single-post-title-bg .container {
	max-width: 748px;
}

.single-post .pofo-single-post-title-bg .container .width-100 {
	padding-left: 0;
	padding-right: 0;
}

.single-post .pofo-single-post-title-bg {
	padding-top: 130px;
	padding-bottom: 40px;
}

.single-post .single-post-background-image {
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
}

.single-post .image-wrap {
	max-width: 998px;
	margin: 0 auto;
}

.single-post .pofo-single-post-title {
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 50px !important;
	line-height: 60px !important;
	text-align: center;
	opacity: 1;
	
	max-width: 998px;
	margin: 0 auto 62px auto;
	padding: 0 15px;
	position: relative;
}

.single-post .page-title-content-wrap {
	display: flex;
	flex-direction: column;
}

.single-post .breadcrumb {
	display: flex !important;
	justify-content: center;
}

.single-post .breadcrumb ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.single-post .breadcrumb ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
}

.single-post .breadcrumb .breadcrumbs-text {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 4px;
}

.single-post .breadcrumb .breadcrumbs-value {
	font-size: 16px;
	line-height: 24px;
}

.single-post .breadcrumb ul li:after {
	display: none;
}


/* Media queries */
@media (max-width: 1799px) {
	.single-post-main-section h2,
	.single-post-main-section h3,
	.single-post-main-section h4 {
		padding-top: 15px;
	}
}

@media (max-width: 767px) {
	footer .textwidget > div:first-of-type {
		padding-left: 0 !important;
	}

	#ez-toc-container {
		padding: 30px;
		margin-bottom: 30px;
		margin-top: 45px;
	}
	
	.ez-toc-title-container {
		margin-bottom: 18px;
	}

	.single-post .pofo-single-post-title-bg {
		padding-top: 100px;
	}

	.single-post .pofo-single-post-title {
		font-size: 32px !important;
		line-height: 42px !important;
		margin: 0 auto 42px auto;
	}

	.single-post .breadcrumb ul {
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}
}
