/*
Theme Name: bowtile-2024
Template: oceanwp
Version: 1.0
*/

a:active,
a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

*:focus {
  outline: 0 !important;
}

/** Removing button border after click
/*
* The default focus style is likely provided by Bootstrap or the browser
* but here we override everything else with a visually appealing cross-
* browser solution that works well on all focusable page elements
* including buttons, links, inputs, textareas, and selects.
*/
*:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0.2rem #fff, 0 0 0 0.35rem #069 !important; /* faux focus ring color */
}

/**
* Undo the above focused button styles when the element received focus
* via mouse click or touch, but not keyboard navigation.
*/
*:focus:not(:focus-visible) {
  outline: 0 !important;
  box-shadow: none !important;
}

/*  */

#site-header {
  border-bottom: none!important;
}

/*  */
.caf-meta-content {
    display: none !important;
}

/*  */

.caf-post-layout2 .caf-featured-img-box, .caf-featured-img-box {
	height: 200px!important;
}
/*  */
.caf-post-layout3 #manage-post-area {
    background-image: linear-gradient(to right, #0000009e, #ffffff00);
}
/*  */
article#caf-post-layout3 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}