/*
Theme Name: Orphic
Theme URI: https://frostwp.com/
Author: Orphic
Author URI: https://orphic.ca/
Description: With its clean, minimal design and powerful feature set, Orphic enables agencies to build stylish and sophisticated WordPress websites. Orphic is a masterpiece of design and functionality. It features a range of valuable patterns, including hero and portfolio sections, prominent call-to-action buttons, and customer testimonials. Whether you’re building a website for your business, personal brand, or creative project, Orphic is perfect for anyone looking to launch quickly and efficiently.
Tags: block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, full-site-editing, one-column, template-editing, threaded-comments, translation-ready, wide-blocks
Requires at least: 6.3
Tested up to: 6.3
Requires PHP: 7.0
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: orphic
*/


/* Defaults
---------------------------------------- */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

a,
button,
input:focus,
input[type="button"],
input[type="submit"],
textarea:focus,
.wp-element-button {
	transition: all 0.2s ease-in-out;
}

a,
a:focus,
a:hover,
a:not(.wp-element-button) {
	text-decoration-thickness: 1px;
}

b,
strong,
th {
	font-weight: var(--wp--custom--font-weight--medium);
}

mark {
	background: linear-gradient(90deg, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--primary) 100%);
	background-position: 0 85%;
	background-repeat: repeat-x;
	background-size: 100% 15%;
}

/* -- Forms -- */

input,
select,
textarea {
	background-color: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--contrast);
	border-radius: 0;
	color: var(--wp--preset--color--contrast);
	font-family: var(--wp--preset--font-family--primary);
	font-size: var(--wp--preset--font-size--medium);
	font-weight: var(--wp--custom--font-weight--light);
	line-height: var(--wp--custom--line-height--body);
	padding: 10px 20px;
	width: 100%;
}

input:focus,
textarea:focus {
	background-color: var(--wp--preset--color--neutral);
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input[type="button"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
	-webkit-appearance: none;
}

::placeholder {
	color: var(--wp--preset--color--contrast);
	font-size: var(--wp--preset--font-size--small);
	opacity: 0.5;
}

/* Blocks
---------------------------------------- */

/* -- Code -- */

*:not(.wp-block-code) > code {
	background-color: var(--wp--preset--color--neutral);
	font-size: var(--wp--preset--font-size--small);
	padding: 5px 8px;
}

/* -- List -- */

.is-style-no-disc {
	list-style-type: none;
	padding-left: 0;
}

/* -- Navigation -- */

.wp-block-navigation__responsive-container.is-menu-open {
	padding: var(--wp--custom--spacing--gap);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	padding-top: var(--wp--custom--spacing--gap);
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
	border: 1px solid currentColor;
	padding: 2px;
}

.has-background .wp-block-navigation__responsive-container-open:focus,
.has-background .wp-block-navigation__responsive-container-open:hover {
	color: var(--wp--preset--color--base);
}

/* -- Navigation Submenu -- */

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	background-color: var(--wp--preset--color--contrast);
	border: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
	padding: 10px;
}

.wp-block-navigation :where(.wp-block-navigation__submenu-container) a {
	padding: 2px 10px;
}


/* START - FORMS */

input[type='text'],
input[type='email'],
textarea {
  background-color: var(--wp--preset--color--background);
  color: var(--wp--preset--color--foreground);
  padding: 12px 16px;
  border-radius: var(--wp--custom--radius--small);
  outline: 0;
  border: 0;
}

input[type='submit'] {
  border: 0;
  outline: 0;
  padding: 15px 20px;
  cursor: pointer;
  border-radius: var(--wp--custom--radius--small);
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--primary);
}

input[type='submit'].wpcf7-form-control{
  border-radius:8px;
  font-family: var(--wp--preset--font-family--body);
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration:none;
  padding:8px 25px 10px;
  margin-top:30px;
}
input[type='file'].wpcf7-form-control,
input[type='text'].wpcf7-form-control,
input[type='email'].wpcf7-form-control,
input[type='tel'].wpcf7-form-control,
select.wpcf7-form-control,
textarea.wpcf7-form-control{
  border-radius:8px;
  width:100%;
  background-color: rgba(238, 229, 211, 0.3);
  color: var(--wp--preset--color--foreground);
  padding: 12px 16px;
  font-family: var(--wp--preset--font-family--body);
  border:1px solid var(--wp--preset--color--primary-light);
  outline-color:var(--wp--preset--color--primary);
}

.wpcf7-form.invert input[type='text'].wpcf7-form-control,
.wpcf7-form.invert input[type='email'].wpcf7-form-control,
.wpcf7-form.invert input[type='tel'].wpcf7-form-control,
.wpcf7-form.invert select.wpcf7-form-control,
.wpcf7-form.invert textarea.wpcf7-form-control{
  background-color: white;
  border:1px solid var(--wp--preset--color--secondary-light);
}

select.wpcf7-form-control{
  border-right:10px solid transparent;
  width:48%;
}

.tod-form-row-half,
.tod-form-row{
  margin:20px 0;
}

.tod-form-row-half{
  display:flex;
  align-items:stretch;
  justify-content: space-between;
}

.tod-form-field-half{
  width:48%;
}

.wpcf7-list-item{
  display:block;
  width:100%;
  margin-left:5px;
}

.tod-form-field-half select.wpcf7-form-control{
  width:100%;
}

.wpcf7-response-output{
  border-radius:8px;
}

.tod-form-row.conditional{
  display:none;
}

.wpcf7-radio .wpcf7-list-item > label{
  padding: 6px;
  border-radius: 16px;
  display: flex;
  cursor: pointer;
  transition: background .2s ease;
  margin: 6px 0;
  -webkit-tap-highlight-color: transparent;
  border:1px solid transparent;
}

.wpcf7-radio .wpcf7-list-item > label:hover,
.wpcf7-radio .wpcf7-list-item > label:focus-within{
    background: rgba(238, 229, 211, 0.3);
    border:1px solid var(--wp--preset--color--primary-light);
}

.wpcf7-radio .wpcf7-list-item > label input{
    vertical-align: middle;
    width: 20px;
    height: 20px;
    min-height:unset;
    border-radius: 10px;
    background: none;
    border: 0;
    box-shadow: inset 0 0 0 2px var(--wp--preset--color--primary);
    box-shadow: inset 0 0 0 2px var(--wp--preset--color--primary);
    appearance: none;
    padding: 0;
    margin: 0;
    transition: box-shadow 150ms cubic-bezier(.95,.15,.5,1.25);
    pointer-events: none;
    flex-shrink:0;
}

.wpcf7-radio .wpcf7-list-item > label input:focus{
    outline: none;
}
.wpcf7-radio .wpcf7-list-item > label input:checked{
    box-shadow: inset 0 0 0 6px var(--wp--preset--color--primary);
}

.wpcf7-radio .wpcf7-list-item > label span{
    vertical-align: middle;
    display: inline-block;
    line-height: 20px;
    padding: 0 8px;
    font-size:0.9rem;
}

@media (max-width:700px){
  .tod-form-row-half{
     display:block;
  }
  
  .tod-form-field-half,
  select.wpcf7-form-control{
     width:100%;
  }
}

/* END FORMS */



/* Media Queries
---------------------------------------- */

@media only screen and (max-width: 600px) {

	/* -- Utility -- */

	.is-style-hidden-mobile {
		display: none !important;
	}

}

@media only screen and (max-width: 782px) {

	/* -- Columns -- */

	.is-style-columns-reverse {
		flex-direction: column-reverse;
	}

}

@media only screen and (min-width: 600px) {

	/* -- Navigation Link -- */

	.wp-block-navigation-item.is-style-outline a {
		border: 1px solid currentColor;
		padding: 8px 15px;
	}

}

@media (min-width: 906px) {
	.hide-on-desktop:not(.wp-block) {
		display: none !important;
	}
}
  
@media (max-width: 905px) {
	.hide-on-tablet:not(.wp-block) {
	  	display: none !important;
	}
}
  
  @media (max-width: 650px) {
	.hide-on-mobile:not(.wp-block) {
	  	display: none !important;
	}
}
