/*
Theme Name: WEN Corporate - Child for CSRTCI.com
Theme URI: https://wenthemes.com/item/wordpress-themes/wen-corporate/
Author: WEN Themes
Author URI: https://wenthemes.com
Description: WEN Themes proudly present WEN Corporate : a simple and clean business-based responsive WordPress theme. With standard sections that work for any Company, convenient Theme Options for easy management and standard features of an elegant blog and homepage, WEN Corporate is a fine solution for a fine presentation. Salient feature have offering of : Standard Theme Options on top of WordPress' Customizer, cross-browser compatibility, featured slider, two theme skins, different page layout options ( right, left, full width ), multiple header layout, translation-ready, featured image, custom menus, social icons, custom CSS field and other standard WordPress elements . The code / setup is easy to customize and extend by various hooks offered in the build. With generous spacing toward a clean presentation, standard coding practices, latest feature the theme could be a next for your awesome start-up site. Official Support Forum: https://themepalace.com/support-forum/ Full Demo: https://wenthemes.com/theme-demos/?demo=wen-corporate
Version: 2.5
Requires at least: 5.9
Tested up to: 6.9
Requires PHP: 5.6
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: wen-corp-csrtech
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, editor-style, featured-images, full-width-template, post-formats, sticky-post, translation-ready, theme-options, threaded-comments, footer-widgets, custom-logo
Template: wen-corporate
*/

header.entry-header {
  display: none;
}

div.entry-content {
  margin: 0
}

.wen_corporate_social_widget ul li a[href*="stackoverflow.com"]::before {
  content: "\f16c";
}

.wen_corporate_social_widget ul li a[href*="g.dev"]::before {
  content: "\f2b3";
}
.wen_corporate_social_widget ul li a[href*="guru.com"]::before {
  content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAq1BMVEUAAAD6+vr4+Pj////////4+Pj4+Pj8/Pz7+/v+/v74+Pj8/Pz////5+fn5+fn9/f319PX9/f3///9zc3OBgYHr6+v09PTw8PDo6Ojb29vJycmGhoZ0dHTT09PQ0NDNzc2/v7+ysrKlpaWhoaGbm5uVlZV+fn53d3f4+Pjy8vLX19e3t7exsbGMjIx4eHjj4+Pi4uLf39/ExMS7u7u5ubmurq6pqamjo6OPj485cy+3AAAAEXRSTlMA+so/GvK/cYoT1ooT8r9x1rPc8/QAAAEFSURBVCjPhZLnUsNADIRxt+OQIMm9d5NKL+//ZJw4g/EMmXz3b3e0J+nu5hq6ZRoAhmnpC9mxFZhQbGfWNRX+oGq/+gpmEHE1OY4KSwPV9bdhgyBvy8Lz2spHxmVd53vDjCgmpuYahXuzhB55REOQPO/r7PU9LRG3wjABdh59FH5ClIAv6s6IG2EYImigJoCKqILoRNQh3goDZNTwkvef5XGkLr9HBDaYsCFJdhCyMGQUk2SsezHLMspk2e9o4i1gYzO1G490Pu6jp6IlSnnGrRzwcaRmJxMfTpSGYkC5kj6t4Yeg9w7oTkvkNgD5zEtktDuWlmufH2quULX/n9ZdX/oMV/gCQ5AfBDEHgvsAAAAASUVORK5CYII=');
  display: flex;
  justify-content: center;
  margin: 2px;
}

#page {
  box-shadow: rgba(193, 224, 255, 0.25) 0px 30px 60px -12px inset, rgba(30, 155, 255, 0.3) 0px 18px 36px -18px inset;
  border-radius: 1rem 1rem 0 0;
}

.entry-footer {
  margin-top: 2rem;
  text-align: right;
}

.edit-link {

}

.wen_corporate_welcome_widget {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  border-radius: 1rem !important;
}

.footer-widget-area a {
  color: #219FCD;
  font-weight: bold;
  text-decoration: none !important;
}

.csr-widget {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  background-color: #E5F8FF;
  color: #333;
  border: 0;
  border-radius: 1rem;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  padding: 2rem;
}

.csr-content {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}

.csr-button {
  text-align: center;
}

.csr-button a {
  display: inline-block;
  text-align: center;
  padding: 0.50rem 1rem;
  border: 2px solid #219FCD;
  border-radius: 0.50rem;
  background-color: #FFF;
  text-decoration: none !important;
}

.csr-button a:hover {
  background-color: #FFF;
}