@charset "UTF-8";

/*
Theme Name: PCA
Theme URI: https://wordpress.org/themes/
Author: PCA
Author URI: https://wordpress.org/
Description: PCA is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how PCA elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.8
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pca
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

PCA WordPress Theme, (C) 2020 WordPress.org
PCA is distributed under the terms of the GNU GPL.
*/


@font-face {
  font-family: 'PcaUni';
  src: url('../pca/fonts/PcaUni.eot');
  src: url('../pca/fonts/PcaUni.eot?#iefix') format('embedded-opentype'),
       url('../pca/fonts/PcaUni.woff') format('woff'),
       url('../pca/fonts/PcaUni.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PcaUni-Bold';
  src: url('../pca/fonts/PcaUni-Bold.eot');
  src: url('../pca/fonts/PcaUni-Bold.eot?#iefix') format('embedded-opentype'),
       url('../pca/fonts/PcaUni-Bold.woff') format('woff'),
       url('../pca/fonts/PcaUni-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body {font-family:'PcaUni'; font-weight:400; font-size: 16px; line-height:28px; width: 100%; height: 100%; margin: 0; padding: 0; color:#222; background-color:#fff; border: none; outline: none;}

.bg-body-tertiary{
    background-color: #872d0a !important;
}

img.header-logo{
    width: 100px;
    margin: 20px 0;
    /* background-color: #d6d6d6;
    padding: 10px;
    border-radius: 5px; */
}

.navbar ul li a{
    color: #fff !important;
    font-family:'PcaUni';
    font-weight:400;
    font-size: 25px;
    line-height: 27px;
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 576px){
  .dropdown:hover > .dropdown-menu{
    display: block;
    margin-top: 0px;
  }
}

.dropdown-menu{
  background-color: #872d0a !important;
  border: none !important;
  border-radius: 0px;
  --bs-dropdown-padding-y: 0rem !important;
}

.dropdown-menu li{
    padding:7px 0px;
}    

.dropdown-menu li:hover,
.dropdown-menu li a:hover{
  background-color: #222;
}

.allpagewrapper{
  /*background: #d6d6d6;*/
  background: url("https://pothcholateianondo.com/wp-content/themes/pca/assets/img/bg.jpg") repeat fixed center;
  overflow: hidden;
}

.pagebackboxwh{
  background-color: #fff;
  overflow: hidden;
  margin-top: 60px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.15);
  padding: 30px;
}

@media (min-width: 1200px) {
  .pagebackboxwh {
    max-width: 1300px !important;
  }
}

.featurebox1by1{
  font-family:'PcaUni';
  font-weight:normal;
  font-size: 24px;
  line-height:28px;
}

.featurebox1by1 img{
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
}

.featurebox1by1 h2{
  font-family:'PcaUni-Bold'; font-weight:normal; font-size: 30px; line-height:34px; margin-top: 10px;
}

.featurebox1by1 a{
  color: #222;
  text-decoration: none;
}


.featurebox1by2{
  background-color: #d6d6d6;
  min-height: 308px;
  border-bottom: 1px solid #bbb;
}

@media (max-width: 768px) {
  .featurebox1by2, .featurebox1by1, .featurebox1by2x{
      margin-bottom:20px;
    }
	a{
		text-decoration:none !important;
	}
}

@media (max-width: 992px) {
	blockquote.quoteblock img{
		display:block;
		margin-left:auto !important;
		margin-right:auto !important;
	}
}

.featurebox1by2 h3{
  font-family:'PcaUni-Bold'; font-weight:normal; font-size: 23px; line-height:30px; padding: 10px;
}

.featurebox1by2 a{
  color: #222;
  text-decoration: none;
}

article.post h1.entry-title{
  font-family: 'PcaUni-Bold';
  font-weight: bold;
  font-size: 40px;
  line-height: 46px;
}

article.post .entry-content p,
article.post .entry-content ul{
  font-family:'PcaUni';
  font-weight:normal;
  font-size: 26px;
  line-height:30px;
}

article.post .entry-content h2{
  font-family:'PcaUni';
  font-weight:bold;
  font-size: 26px;
  line-height:30px;
  margin-top:40px;	
}

article.post .entry-content span.firstletterblog{
	padding-top: 7px;padding-right: 5px;padding-left: 0px;color: #872d0a;font-size: 3.5em;float: left;line-height: 50px;
}

article.post .entry-content p a{
  font-weight:bold;
  color: #872d0a;
}  

.main-footer{
  background-color: #872d0a;
  padding: 10px;
  color: #fff;
  text-align: center;
}

.copyright-text{
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  display:block;	
}

.socialbox{
	margin: 10px 0;
	display:block;
}

.socialbox a{
	width:40px;
	height:40px;
	background:#fff;
	color: #872d0a;
	margin: 0 5px;
	display: inline-block;
    font-size: 30px;
	padding:5px;
}

.socialbox a:hover, .socialbox a:focus, .socialbox a:active{
	background:#222;
	color: #fff;
	transition:.5s;
}	

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
  margin-bottom: 20px;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 0px;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

h2.subheading{
  font-family: 'PcaUni-Bold';
  font-weight: bold;
  font-size: 30px;
  line-height: 32px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  display: inline-table;
  background-color: #872d0a;
  padding: 7px 30px 3px 30px;
}

.nav-links{
  display: flex;
  overflow: hidden;
}

.nav-previous{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(50% - 1px / 2);
}

.nav-next{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(50% - 1px / 2);
  text-align: end;
}

.nav-previous a, .nav-next a{
  text-decoration: none;
}

.postnavigationlinktext{
  font-family: 'PcaUni-Bold';
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  color: #872d0a;
  text-decoration: none;
}

.postnavigationlinktext span{
  display: block;
  color: #222;
}

.post-navigation{
  /* border-top: 1px dashed #222; */
  padding-top: 50px;
}

.entry-footer{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 20px 10px;
  text-align: center;
  background-color: #d6d6d6;
  border-bottom: 1px solid #bbb;
}

.byline a{
  /* color: #872d0a;
  font-weight: 600; */

  background-color: #872d0a;
  color: #fff;
  text-decoration: none;
  padding: 7px;
  font-style: italic;
  font-weight: 600;
}

.posted-by{
  margin-bottom: 5px;
}

.cat-links a, .tags-links a{
  background-color: #fff;
  color: #872d0a;
  text-decoration: none;
  padding: 3px 10px;
  font-style: italic;
  font-weight: 600;
  margin-right:5px;
  display: inline-table;
  margin-bottom:5px;
  font-family: 'PcaUni';
  font-size: 22px;
}

.tags-links{
    margin-left:5px;
}

.byline:before{
  content: " | ";
}

.arctitle{
  font-family: 'PcaUni-Bold';
  font-weight: bold;
  font-size: 30px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 10px;
  display: inline-table;
  background-color: #872d0a;
  padding: 7px 30px 3px 30px;
}

/* Comment */

#respond {
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
}
#respond #reply-title{
  color: #222;
}
#respond #reply-title small a{
color: white !important;
background-color: #000 !important;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
}
#respond h2 {
    font-size: 35px;
    margin: 24px 0 16px 0;
    font-weight: 600;
	font-family: 'PcaUni';
}
#respond form {
    display: block;
    margin-top: 0em;
border: none;
}
#respond form p{
color: #222;
 margin: 0;
    line-height: 20px;
    margin-bottom: 20px;
    font-size: 16px;
	font-family: 'PcaUni';
	font-size:22px;
}
#respond .comment-form-comment,
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
    margin-bottom: 20px;
}

#respond label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

#respond textarea,
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #ddd;
}

#respond .comment-form-cookies-consent {
    margin-top: 20px;
}

#respond .form-submit {
    margin-top: 20px;
}

#respond .submit {
    background-color: #222;
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
	font-family: 'PcaUni';
	font-size: 22px;
}
  
#respond .submit:hover {
    background: #872d0a;
    color: #fff;
    transition: all 0.8s;
}#respond .comment-form-cookies-consent input {
    width: 18px;
    height: 12px;
}
#respond .comment-form-cookies-consent input,
#respond .comment-form-cookies-consent label {
  display: inline;
}
#respond p.logged-in-as a{
color: #872d0a !important;
text-decoration: underline;
display: inline-block !important;
}
#comments .comment-author a{
color: #000 !important;
}
#comments .comment-metadata a{
color: #000 !important;
}
#comments .comment-metadata a.comment-edit-link{
color: white !important;
background-color: #000 !important;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
}
#comments span.comment-reply a{
color: white !important;
background-color: #000 !important;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
margin-right: 10px !important;
}

/* End Comment */

blockquote {
  background: #e9e9e9;
  border-left: 10px solid #d6d6d6;
  margin: 1.5em 0px;
  padding: 1.2em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  font-style: italic;
  font-weight: 400;
}
blockquote:before {
  color: #bbb;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

blockquote.quoteblock img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 10px;
  border: 5px solid #537e00;
}

figure.custpostimg{
    display:table;
    margin-left:auto;
    margin-right:auto;
}
figcaption.custpostimg{
  caption-side: bottom;
  display: block;
  font-size: 20px !important;
  background: #e9e9e9;
  border-left: 10px solid #872d0a;
  margin-top: 0px !important;
  font-style: italic;
  padding: 0.5em 10px;
  /*font-weight: 600;*/
  text-align: center;
  font-family: 'PcaUni-Bold' !important;
  /*font-weight: bold;	*/
}

.featurebox1by2x{
  font-family: 'PcaUni';
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
}
.featurebox1by2x h2{
  font-family: 'PcaUni-Bold';
  font-weight: normal;
  font-size: 32px;
  line-height: 36px;
}

.featurebox1by2x a{
  color: #222;
  text-decoration: none;
}

.featurebox1by2x a.more-link{
  display: none;
}

.paginate{
  text-align: center;
  margin-top: 10px;
}

.paginate .pagination{
  display: inline-flex;
}

.active > .page-link{
  background-color:#872d0a;
  border-color:#872d0a;
}

.page-link{
  color: #872d0a;
}

.postsummery{
  font-family: 'PcaUni';
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  padding: 30px;
  background-color: #e9e9e9;
  margin-bottom:20px;
  border: 10px solid #d6d6d6;
}

.posted-by{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color:#666;
}

.read-more-arrow{
  background: #d6d6d6;
  font-size: 16px;
  padding: 5px;
  font-weight: bold;
  margin-left:5px;
}

.postrefcust{
  background: #f2efec;
  padding: 30px;
  font-family:'PcaUni';
  font-size: 26px;
  line-height:30px;	
}

.postrefcust ul{
  font-size: 22px !important;
  line-height: 26px !important;
  font-style:italic;
}

ol.comment-list{
  list-style-type:none !important;
  padding-left:0px !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color:#666;
}

ol.children{
  list-style-type:none !important;
  padding-left:30px !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color:#666;
}


.readmorebox1 a{
  /*font-family: 'PcaUni-Bold';*/
  /*font-weight: bold;*/
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  display: inline-table;
  background-color: #872d0a;
  padding: 7px 15px 7px 15px;
  float:right;
}

.nav-previous, .nav-next{
    white-space: normal !important;
}

.readmorepostbox{
	font-size: 24px; line-height: 28px; border-bottom: 2px solid #872d0a; border-top: 2px solid #872d0a; text-align:center; padding-top: 30px; padding-bottom: 30px; margin-bottom: 20px; font-family: 'PcaUni-Bold'; font-weight: bold;
}

.readmorepostbox a{
	color:#872d0a;
	text-decoration: none;
}

.endofarticleblock{
	text-align: center;
 	margin-top: 30px;
    margin-bottom: 30px;
}

.greentextcol{
	color:#537e00 !important;
}

.aboutpage p{
    font-family: 'PcaUni';
  font-weight: normal;
  font-size: 26px;
  line-height: 30px;
}

.aboutpage p a {
  font-weight: bold;
  color: #872d0a;
}

.youtubecolor{
	color:#ff0033;
}