/**
Theme Name: SBCom Photograph
Template:   photograph
Theme URI: https://themefreesia.com/themes/Photograph
Author: Theme Freesia
Author URI: https://themefreesia.com
Description: Photograph is a WordPress theme exclusively built for photographer, blogger, portfolio, photography agency or photo studio websites. It is clean, super flexible, fully responsive designs, amazing new features, complete 1-click website demos and lifetime free updates. Photograph design can be used for any type of website. This Photograph theme with awesome video tells story about how photograph has positive impact in many person's life. It consists Contact Us Template, Gallery Template Photograph Template, widgets and Sidebar. Get free support at https://tickets.themefreesia.com/ and View free demo sites at https://demo.themefreesia.com/photograph
Version: 1.3.0
Requires at least: 6.3
Requires PHP: 5.6
Tested up to: 6.4
Text Domain: photograph
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Tags: threaded-comments, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, flexible-header, post-formats, sticky-post, theme-options, translation-ready, photography, blog, portfolio

All files, unless otherwise stated, are released under the GNU General Public License
version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)
==================================================
*/

/* 1.0 Browser Reset
================================================== */

body {
    font-family: 'inter';
}
.woocommerce div.product .product_title {
    font-family: 'Inter';
}
.cueFont{
    font-family: 'inter' !important;
    font-weight: 200 !important;
}
.roundedBorders{
    border-radius: 5px;
}
.entry-title{
    font-family: 'Inter';
    font-weight: 200;
}
.single-post-title{
    background-color: transparent;
}

#primary{
	width: 100%;
	float: center;
}

.product_meta {
    display: none;
}

.aboutText{
	font-weight: 500;
}

.aboutLowerSection{
	font-family: 'Inter';
    margin-top: 20px;
    font-size: 1.5em;
	text-align: center;
}
.aboutPhoto{
	border-radius: 50px;
}

.buyPrintButton{
  cursor: grab;
  font-weight: 500;
  background-color: #768a96;
  border-radius: 10px;
  color: white;
  padding: 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border: none !important;
}

#colophon{
	background-color: black;
}
.copyright{
	font-size: 15px !important;
}


/* Product Size Select */
select {
    appearance: none; /* Remove default arrow */
    background-color: #768a96; /* Light gray background */
    border: 1px solid #ccc; /* Subtle border */
    border-radius: 5px; /* Rounded corners */
    padding: 10px; /* Internal padding */
    font-size: 16px; /* Font size */
    color: #333 !important; /* Text color */
    width: 100%; /* Full-width */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    cursor: pointer; /* Pointer cursor */
    transition: border-color 0.3s, box-shadow 0.3s; /* Smooth transitions */
	color: #768a96;
}
