/*
Theme Name: kazron Child
Theme URI: https://kazron.gavencreative.com
Template: kazron
Author: the JWSThemes team
Author URI: https://gavencreative.com
Description: kazron WordPress Theme is a wonderfully malleable and incredibly resourceful, convenient and easy to use, engaging and responsive WordPress photography website theme. This theme is a purposeful platform aimed to provide amateur and professional photographers, photojournalists and photography studios an easy avenue towards development of sophisticated, modern photography websites, fully customizable to suit their functional or branding specifications, and requiring absolutely no coding experience or knowledge, due to deployment of intuitive visual interfaces for layout design and element customization.
Tags: one-column,flexible-header,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.1.0
Updated: 2023-11-20 07:33:01
*/

:root {
  --main: #e6ae4a;
  --bg-color: #f8f9fd;
  --text: #6f6f6f;
  --text_dark: #ffffffcc;
  --light: #ffffff;
  --white: #ffffff;
  --green: #70833c;
  --heading: #0b0b0b;
  --body: #6f6f6f;
  --bodybg: #ffffff;
  --btn-color: #ffffff;
  --btn-bgcolor: #e6ae4a;
  --e-global-color-primary: #e6ae4a;
  --e-global-color-secondary: #e6ae4a;
  --menu-color: var(--heading);
}

.btn-theme {
  background: var(--main);
  color: #ffffff;
  height: 50px;
  padding: 0 40px;
  text-align: center;
  line-height: 50px;
}

button.btn-theme {
  border: 0;
}
