/*
Theme Name: DevBlock
Description: DevBlock is a custom theme for Developer Block.
Version: 1.0
Author: Developerz Block
Author URI: https://developerzblock.com
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
License: GNU General Public License
Template: genesis
Theme URI: https://developerzblock.com
Text Domain: devblock
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
*/

/* 
Save this Gradient: #152932 to #152932; +Light: #1E313A */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:root {
	--db-dark: #111111;
	--db-black: #222222;
	--db-white: #ffffff;
	--db-gold: #ff9c01;
	--db-gray: #141414;
	--heading-font: 'Titillium Web', sans-serif;
	--body-font: 'Nunito Sans', sans-serif;
	--db-radius: 4px;
}

html {
	scroll-behavior: smooth;
}

html[lang='en-US'] {
	margin-top: 0 !important;
}

body {
	background: var(--db-gray);
	font-family: var(--body-font);
	color: var(--db-white);
	font-size: 22px;
	font-weight: 100;
	line-height: 1.4;
	letter-spacing: 0;
}

body::-webkit-scrollbar {
	width: 8px;
}

body::-webkit-scrollbar-track {
	background: var(--db-black);
}

body::-webkit-scrollbar-thumb {
	background: var(--db-gold);
}

body::-webkit-scrollbar-thumb:hover {
	background: var(--db-gold);
}

a {
	color: var(--db-gold);
	text-decoration: none;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

blockquote {
    position: relative;
    margin-bottom: 50px;
    padding: 5%;
    background: #1a1a1a;
    border-bottom: 1px solid #222222;
    border-radius: var(--db-radius);
    box-shadow: 0 40px 25px -30px #0c0c0c;
}

blockquote:before, blockquote:after {
    content: '“';
    position: absolute;
    top: 0;
    left: 0;
    color: #232323;
    font-size: 190px;
    line-height: 0.75;
    pointer-events: none;
}

blockquote:after {
    content: '”';
    top: auto;
    left: auto;
    right: 0;
    bottom: -44%;
}

button {
	font-family: var(--body-font);
}

code {
    color: var(--db-gold);
    font-size: 85%;
}

h1,h2,h3,h4,h5 {
	font-family: var(--heading-font);
}

h1 {
	margin-bottom: 20px;
	font-size: 55px;
	line-height: 1.1;
	background: var(--db-gold);
	background: linear-gradient(135deg, rgba(255,156,1,1) 0%, rgba(209,128,0,1) 33%, rgba(255,211,141,1) 66%, rgba(241,178,79,1) 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

h2 {
	margin-bottom: 20px;
	font-size: 40px;
	line-height: 1.2;
	background: var(--db-gold);
	background: linear-gradient(135deg, rgba(255,156,1,1) 0%, rgba(209,128,0,1) 33%, rgba(255,211,141,1) 66%, rgba(241,178,79,1) 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

h3 {
	margin-bottom: 20px;
	font-size: 28px;
	line-height: 1.3;
}

h4 {
	font-family: var(--body-font);
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h5 {
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h6 {
	font-family: var(--body-font);
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}

form {
	margin: 0 0 20px;
}

fieldset {
	margin: 20px 0 0;
	border: 0;
}

iframe {
	width: 100%;
	border: 0;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

input, select, textarea {
	padding: 10px 6px 7px;
	background: transparent;
	border: 1px solid transparent;
	border-bottom: 1px solid #363636;
	outline: none;
	color: #fff;
	font-family: var(--body-font);
	font-size: 16px;
	-o-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

input:placeholder {
	color: #363636;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-moz-box-shadow: 0 0 0 60px #fff inset !important;
	-webkit-box-shadow: 0 0 0 60px #fff inset !important;
	box-shadow: 0 0 0 60px #fff inset !important;
	-webkit-text-fill-color: #000 !important;
}

input[type='checkbox'],
input[type='radio'] {
	width: 10px;
	height: 10px;
	padding: 8px;
	cursor: pointer;
	vertical-align: middle;
}

input[type='radio'] {
	margin-right: 10px;
	border: 1px solid #000;
	border-radius: 10px;
	vertical-align: sub;
}

input[type='checkbox']:checked,
input[type='checkbox'].selected {
	background: url('images/general/icon_checkmark.svg') no-repeat center center / 13px transparent;
}

input[type='radio']:checked {
	background: url('images/general/icon_scribble.svg') no-repeat center center / 20px transparent;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

legend {
	font-family: var(--heading-font);
	font-size: 40px;
}

li {
	margin-bottom: 20px;
	list-style: none;
	font-size: inherit;
	font-weight: inherit;
}

p {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 100;
}

p:empty {
	display: none;
}

p:last-child {
	margin-bottom: 0;
}

section {
	position: relative;
}

select {
	padding: 10px 20px 7px 6px;
	background: url('images/general/arrow_down_black.png') no-repeat 97% center / 15px transparent;
}

table {
	width: 100%;
	margin-bottom: 40px;
	border: 0;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 82%;
	text-align: left;
}

textarea {
	max-width: 100%;
	font-size: 16px;
}

td,
.wp-block-table table td {
	padding: 5px 10px;
	border: 0;
	vertical-align: middle;
}

th,
.wp-block-table table th {
	padding: 9px 12px;
	border: 0;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.wp-block-table table thead {
    border-bottom: 2px solid #292929;
}

tr {
	border: 1px solid #322f2f;
}

video {
	max-width: 100%;
}

.clearfix::after,
.main-header::after,
.site-container::after,
main::after,
.section-wrapper::after,
.content::after,
.site-inner::after,
.entry::after,
.entry-content::after,
.pagination::after,
.sidebar::after,
.site-footer::after,
.footer-widgets::after,
.widget::after,
.wrap::after {
	content: ' ';
	display: table;
	clear: both;
}

/* BEGIN: Layouts
-----------------------------------*/
@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.site-container {
	padding-left: 100px;
}

.section-wrapper {
	display: block;
	position: relative;
	width: 1920px;
	max-width: 95%;
	margin: 0 auto;
	animation: fadein 1.2s;
}

.section-wrapper.fullwidth {
	width: 100%;
	max-width: 100%;
	padding-top: 0;
}

.site-inner {
	width: 100%;
}

.flexit-container {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: flex-start;
}

.gridit-container {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-rows: auto;
}

.gridit-container.two-col {
    grid-template-columns: repeat(2,minmax(0,1fr));
}

.gridit-container.three-col {
    grid-template-columns: repeat(3,minmax(0,1fr));
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}

.gridit-container.four-col {
    grid-template-columns: repeat(4,minmax(0,1fr));
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.gridit-container.five-col {
    grid-template-columns: repeat(5,minmax(0,1fr));
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}

.gridit-container li {
	background: #181818;
	border-radius: 6px;
	box-shadow: 0 40px 25px -30px #0c0c0c;
	text-align: center;
}

.gridit-container li.left-align {
	text-align: left;
}

.gridit-container li .grid-tile-wrapper {
	display: block;
	width: 100%;
	height: 100%;
	padding: 50px;
	border: 3px solid var(--db-dark);
	transition: border 1s ease;
}

.table-wrapper,
.wp-block-table {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin-bottom: 40px;
	/* padding-bottom: 30px; */
	overflow-x: scroll;
	background-image: 

	/* BEGIN: Side Scroll Shadows
	// @vakhula https://codepen.io/vakhula/pen/OJVqBOK
	-----------------------------------*/

	/* Shadows */ 
	/* 
linear-gradient(to right, #121212, #191919),
	linear-gradient(to right, #191919, #121212),
 */
 
 	linear-gradient(to right, #191919, #191919),
	linear-gradient(to right, #191919, #191919),

	/* Shadow covers */ 
	linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0)),
	linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));   

	background-position: left center, right center, left center, right center;
	background-repeat: no-repeat;
	background-color: #191919;
	background-size: 40px 100%, 40px 100%, 40px 100%, 40px 100%;

	/* Opera doesn't support this in the shorthand */
	background-attachment: local, local, scroll, scroll;
}

.table-wrapper::-webkit-scrollbar,
.wp-block-table::-webkit-scrollbar {
	width: 5px;
}

.table-wrapper::-webkit-scrollbar-track,
.wp-block-table::-webkit-scrollbar-track {
	background: #121212;
}

.table-wrapper::-webkit-scrollbar-thumb,
.wp-block-table::-webkit-scrollbar-thumb {
	background: var(--db-gold);
	border-radius: 10px;
}

.table-wrapper table,
.wp-block-table table {
	width: 1120px;
	width: max-content;
	min-width: 100%;
	margin-bottom: 0;
}

.mobile, .hidden {
	display: none;
}

/* BEGIN: Pagination */
.pagination {
	width: 100%;
	margin: 10px auto 40px;
	text-align: center;
}

.pagination .nav-links {
	display: table;
	width: auto;
	margin: 0 auto;
	border: 1px solid var(--db-gold);
}

.pagination .nav-links span,
.pagination .nav-links a {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 20px;
	border-right: 1px solid var(--db-gold);
	font-weight: bold;
	text-decoration: none;
}

.pagination .nav-links span {
	background: var(--db-gold);
}

.pagination .nav-links .page-numbers.dots {
	background: rgba(134, 196, 65, 0.38);
}

.pagination .nav-links a.next {
	border-right: 0;
}

/* BEGIN: Text + Inputs
-----------------------------------*/
label, .eyebrow, thead td, thead th, .entry-meta, .breadcrumb, .nf-form-fields-required {
	margin-bottom: 7px;
	font-family: var(--body-font);
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.eyebrow, .entry-meta {
	margin-bottom: 7px;
}

.noselect {
	-webkit-touch-callout: none; 
	-webkit-user-select: none; 
	-khtml-user-select: none;	
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.note,
.disclaimer {
	font-size: 14px;
}

.material-symbols-rounded.large {
	margin-bottom: 15px;
	font-size: 75px;
}

/* BEGIN: Buttons
-----------------------------------*/
.addbutton,
.button,
input[type='submit'],
button[type='submit'],
button[type='button'],
.woocommerce-page button.button input[type='submit'],
.field-wrap input[type=button],
.nf-form-content button, .nf-form-content input[type=button],
.nf-form-content input[type=submit] {
	display: inline-block;
	position: relative;
	margin-top: 10px;
	padding: 18px 20px 16px;
	background: var(--db-gold);
	border: 1px solid var(--db-gold);
	outline: 0;
	cursor: pointer;
	color: #111;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.addbutton.alt {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.4);
	color: var(--db-white);
}

.addbutton.center {
	margin: 20px auto;
}

.addbutton.external:after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-left: 10px;
	background: url('images/general/icon_external.svg') no-repeat center center / contain transparent;
	vertical-align: inherit;
	line-height: 1;
	mix-blend-mode: difference;
}

.button-group {
	column-gap: 15px;
	justify-content: flex-start;
}

.scrollup {
	opacity: 0;
	position: fixed;
	bottom: 130px;
	right: 32px;
	width: 50px;
	height: 50px;
	padding: 12px;
	z-index: 9999999;
	background-color: rgba(34, 34, 34, 0.6);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: center;
	-moz-border-radius: 6px;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.scrollup.active {
	opacity: 1;
}

.wp-block-separator {
	margin-bottom: 15px;
	border-bottom-color: #c3ccb9;
}

/*/////////////////////////////////////////////
//// BEGIN: Shared Page Classes
/////////////////////////////////////////////*/
.content-sidebar-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

/* BEGIN: Entry Header */
.entry-header {
	opacity: 0;
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

body:not(.home) .entry-header:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(0deg, #141414, transparent);
}

.entry-header .section-wrapper {
	height: 100%;
}

.background-media {
	width: 100%;
}

.background-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	backdrop-filter: blur(4px);
}

.section-absolute {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
    padding-bottom: 4em;
    align-items: flex-end;
}

.section-absolute.centered {
    align-items: center;
    padding-bottom: 0;
}

.entry-header .section-absolute > div {
    align-items: flex-end;
}

.entry-header header {
    max-width: 70%;
}

/* BEGIN: Entry Content */
main.content {
    width: 65%;
}

/* BEGIN: Sectioned Page */
.section-header {
    margin-bottom: 20px;
}

.section-header.centered {
    text-align: center;
}

.entry-content {
	padding: 50px 0;
}


.alert-info {
    background-color: #a6e07e;
    border-color: #71bb3f;
    color: #457724;
}

/*/////////////////////////////////////////////
//// BEGIN: Sidebar
/////////////////////////////////////////////*/
.sidebar {
    width: 30%;
	padding: 50px 0;
}

.sidebar .widget {
    margin-bottom: 40px;
}

.sidebar .widget .widget-title {
    margin-bottom: 30px;
}

.sidebar .widget:first-child .widget-title {
    margin: 0;
}

.page_web-development-inquiries .sidebar {
	display: none;
}

/*/////////////////////////////////////////////
//// BEGIN: Footer
/////////////////////////////////////////////*/
footer {
	width: 100%;
	padding: 20px;
	text-align: center;
	color: #383838;
}

/*/////////////////////////////////////////////
//// BEGIN: Media Queries
/////////////////////////////////////////////*/

/* BEGIN: Hovers
-----------------------------------*/
@media screen and (min-width: 961px) {

	a:hover {
		color: var(--db-white);
	}

	.addbutton:hover,
	.button:hover,
	input[type='submit']:hover,
	button[type='submit']:hover,
	button[type='button']:hover,
	.woocommerce-page button.button input[type='submit']:hover,
	.field-wrap input[type=button]:hover,
	.nf-form-content button:hover, .nf-form-content input[type=button]:hover,
	.nf-form-content input[type=submit]:hover {
		background: #d18000;
		color: var(--db-dark);
	}

	.addbutton.alt:hover {
		background: var(--db-white);
		color: var(--db-dark);
	}

	/* BEGIN: Columns */
	.gridit-container li:hover > a {
		border: 3px solid var(--db-gold);
	}
}

/* BEGIN: Responsive
-----------------------------------*/
@media screen and (max-width: 1440px) {
}

/* BEGIN: Tablet Horizontal
-----------------------------------*/
@media screen and (max-width: 1024px) {
	
	
	main.content,
	.sidebar {
		width: 100%;
	}
	
	.section-absolute {
		padding-bottom: 2em;
	}

}

/* BEGIN: iPad / Mobile */
@media screen and (max-width: 960px) {

	.site-container {
		padding-top: 60px;
		padding-left: 0;
	}

	.gridit-container.three-col {
		grid-column-gap: 16px;
		grid-row-gap: 16px;
	}

	.gridit-container.four-col,
	.gridit-container.five-col {
		grid-template-columns: repeat(2,minmax(0,1fr));
	}	
}

/* BEGIN: Mobile
-----------------------------------*/
@media screen and (max-width: 767px) {
	
	.gridit-container.two-col,
	.gridit-container.three-col,
	.gridit-container.four-col,
	.gridit-container.five-col {
		grid-template-columns: 1fr;
	}	
}
/* FIN */