/**
 * Theme Name:     Twenty Twenty Child
 * Author:         the WordPress team
 * Template:       twentytwenty
 * Text Domain:	   twenty-twenty-child
 * Description:    Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
 */
/*

GWD Simple CSS Reset, v2.0

by Eric Girouard, 2014-2021

Originally based on http://meyerweb.com/eric/tools/css/reset/ (version 2)


Use this CSS Reset if using Normalize's (or Modern CSS Reset's) "opinionated defaults" requires you to write too many overrides (such as: p {margin: 0; padding: 0;} ).


By default elements are made position: relative; to make positioning of absolutely positioned elements simpler.


*/


html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed,

figure, figcaption, footer, header, hgroup,

main, menu, nav, output, ruby, section, summary,

time, mark, audio, video {

margin: 0;

padding: 0;

border: 0;

font-size: 100%;

font: inherit;

vertical-align: baseline;

}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,

footer, header, hgroup, main, menu, nav, section {

display: block;

}


body {

line-height: 1;

}

ol, ul {

list-style: none;

}

blockquote, q {

quotes: none;

}

blockquote:before, blockquote:after,

q:before, q:after {

content: '';

content: none;

}

table {

border-collapse: collapse;

border-spacing: 0;

}


*,

*::before,

*::after {

  box-sizing: border-box;

}

/* "border-box" calculates the width and height of an HTML element including the padding and the border. Opposite of the traditional CSS Box Model of "content-box" */



/*----------CSS RESET ENDS HERE---------*/
.post-inner {
padding-top: 0;
 }


body:not(.overlay-header) .primary-menu > li > a {
color:black !important;
display: none;
}
/*---------FOOTER--------*/
.footer-top-visible .footer-nav-widgets-wrapper{
background-color: black;
}

.footer-widgets a:where(:not(.wp-block-button__link)){
color: white !important;
}

.widget_nav_menu a{
font-weight: normal;
}

.widgettitle {
color: white;
}

p {
color: white;
}

.footer-copyright {
color: black;
}

.wp-block-image img {
box-sizing: border-box;
height: auto;
max-width: 100%;
vertical-align: bottom;
background: white;
margin-left: 18rem;
margin-top: -4rem;
}

/*---------HEADER--------*/

.header-titles .site-logo{
margin: 1rem 0 0 2.4rem;
}

.header-titles {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
margin: -1rem 0 0 -2.4rem;
}

.header-inner {
align-items: center;
display: flex;
justify-content: space-between;
padding: 2.8rem 0;
}

.header-titles-wrapper{
margin-right: 4rem;
max-width: 50%;
padding: 2%;
text-align: left;

}

.primary-menu > li > a{
font-family: audiowide !important;
text-transform: uppercase;
font-size: 1.25rem;
letter-spacing: 12%;
}


/*---------NAV--------*/
.primary-menu-wrapper {
display: block;
width: 100%;
}

.header-navigation-wrapper{
align-items: center;
display: flex;
}

/*---------LINK STYLES/ HEADER--------*/
.primary-menu > li > a {
color: #c49ebf !important;
font-family: sans-serif;
}



/*------HIDING THE HOMEPAGE TITLE-----*/
 .singular .entry-header {
padding: 8rem 0;
display: none;
}



/*---------IMAGES-----*/


  .alignnone, .aligncenter {
    margin-bottom: 4rem;
    margin-top: 4rem;
    margin: 0;
  }

/*---------HOME PAGE--------*//*-------THIS IS MY MOBILE STYLES-----*/

.entry-content h1, .entry-content h2, .entry-content h3 {
margin: 0;
}

.banner-btn {
text-align: ;
text-decoration: none;
border: 2px solid #cf1043;
padding: 2%;
}


#home #banner{
background-color: #cccccc; /* Used if the image is unavailable */
height: 300px; /* You must set a specified height */
background-position: center; /* Center the image */
background-repeat: no-repeat; /* Do not repeat the image */
background-size: cover; /* Resize the background image to cover the entire container */
border-radius: 50px;
margin-top: 50px;
}

#banner .banner-text {
background-color: black;
width: 100%;
height: 300px;
border-radius: 50px;
padding: 5%;
}


#banner .banner-text h2 {
color: white;
font-family: audiowide;
font-size: 1.5rem;
text-align: center;
}

#banner .banner-text p {
font-size: 1rem;
margin-top: 14%;
text-align: center;
font-family: quicksand;
}

.grid-container-2 a, .grid-container-3 a {
text-align: center;
color: white;
margin: 0 auto;
margin-top: 0px;
background-color: rgba(39, 39, 39, 0.8);
font-size: 1.5rem;
letter-spacing: 15px;
padding: 10%;
margin-top: 39%;
text-decoration: none;
width: 100%;
display: block;
}

.grid-container-3 a {
margin-top: 125px;
}

#home  .grid-container-2 {
display: grid;
grid-template-columns: auto;
padding: 10px;
gap: 10px;
}


#home .grid-container-2 div{
background-color: #cccccc; /* Used if the image is unavailable */
height: 250px; /* You must set a specified height */
background-position: center; /* Center the image */
background-repeat: no-repeat; /* Do not repeat the image */
background-size: cover; /* Resize the background image to cover the entire container */	
border-radius: 50px;/*---makes corners of photo rounded----*/
}


#home .grid-container-2 .left{
background-image: url("https://micheladibitonto.com/wp-content/uploads/2025/10/camera-scaled.jpg"); /* The image used */
}

#home .grid-container-2 .right{
background-image: url("https://micheladibitonto.com/wp-content/uploads/2025/10/hire-scaled.jpg"); /* The image used */
}

#home .grid-container-3 {
display: grid;
grid-template-columns: auto;
padding: 10px;
gap: 10px;
}

#home .grid-container-3 > div {
padding: 10px;
}

#home .grid-container-3 div{
background-color: #cccccc; /* Used if the image is unavailable */
height: 250px; /* You must set a specified height */
background-position: center; /* Center the image */
background-repeat: no-repeat; /* Do not repeat the image */
background-size: cover; /* Resize the background image to cover the entire container */	
border-radius: 50px;/*---makes corners of photo rounded----*/
}

#home .grid-container-3 .left{
background-image: url("https://micheladibitonto.com/wp-content/uploads/2025/10/mclaren-2-scaled.jpg"); /* The image used */
}

#home .grid-container-3 .middle{
background-image: url("https://micheladibitonto.com/wp-content/uploads/2025/10/corvette-2-scaled.jpg"); /* The image used */
}

#home .grid-container-3 .right{
background-image: url("https://micheladibitonto.com/wp-content/uploads/2025/10/impala-2-scaled.jpg"); /* The image used */
}

/*----------ABOUT PAGE----------*/

#about .grid-container-2 {
display: grid;
grid-template-columns: auto;
background-color: black;
padding: 2%;
border-radius: 25px;
margin-top: 5rem;
}

#about .grid-container-2 > div {
background-color:#ffffff ;
font-family: quicksand;
padding: 5%;
border-radius: 25px;
margin: 2%;
}

#about .grid-container-2 img{
border-radius: 25px;
}

#about .grid-container-2 > div h2 {
font-family: quicksand;
font-size: 2rem;
color: black;

}

#about .grid-container-2 > div p {
font-family: quicksand;
font-size: 1rem;
color: black;
line-height: 160%;
margin-top:22px;
}

.alignnone.size-full.wp-image-158 {
color: black and whitw;
filter: grayscale(90%);
}

/*-------BLOG PAGE-------------*/

.text{
text-align: left;
font-size: 1rem;
font-family: quicksand;	
}


/*-------BLOG PAGE-------------*/


/*-------TITLE BLOG POST------------*/
.entry-title.heading-size-1 {
  font-size: 3rem;
}

/*-------IF YOU WANT TO HIDE THAT CONTENT / OPTIONAL UP TO YOU------------*/

.post-meta-single-top .post-meta {
  justify-content: center;
  display: none;
}
/*-------IF YOU WANT TO HIDE categories / OPTIONAL UP TO YOU------------*/
.entry-categories-inner {
margin: -1rem 0 0 -2rem;
display: none;
}


/*-------ANOTHER TITLE OF YOURS----NOT SURE ABOUT THE HIERARCHY?------------*/


#blog img {
width: 50%;
margin: 0 auto;
border: 5px solid white;
transform: rotate(-6deg);
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
margin-bottom: 5%;
margin-top: 10%;
}

#blog .quote {
background-color: grey;
padding: 2%;
color: white;
font-family: quicksand !important;
font-size: 1rem;
text-align: center;
font-weight: bold;
margin-top: 5%;
margin-bottom: 2%;
}

/*----A DIV YOU DONT USE - BUT CAN LEAVE/// JUST IGNORE IN CASE YOU NEED IT LATER---*/

#blog .car{

}

#blog h1 {
font-size: 2rem;
text-align: center;
text-transform: uppercase;
letter-spacing: 10%;
}

#blog .text{
font-family: quicksand !important;
color: black;
padding: 2%;
column-count: 1;
font-size: 1rem;
}



/*--BLOG grids for SPECS--*/

table {
font-family: quicksand !important;
width: 100%;
margin: 0 auto;
background-color: white;
font-size: 1rem;
}

/*--TD IS A TABLE CELL--*/

/*--TH IS A TABLE HEADING--*/

/*--TR IS A TABLE ROW--*/

td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}

tr:nth-child(even) {
background-color: #dddddd;
}





/*---------CONTACT PAGE--------*/
#contact .grid-container-2 {
display: grid;
grid-template-columns: auto;
background-color: black;
padding: 2%;
margin-top: 50px;
}

#contact .grid-container-2 > div {
background-color: lightgray;
margin: 2%;
margin-bottom: 2rem;
align-content: center;
border-width: 10px;
border-style: solid;
padding: 2rem;
}

#contact .grid-container-2 > div h2 {
font-family: quicksand;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
border-radius: 2rem;
margin-top: 1.5rem;
}


/*---------MEDIA QUERYS--------*/


/*-----MEDIA QUERY TABLET DESKTOP-----*/
@media only screen and (min-width: 375px) {
	

	
	
.wp-block-image img {
box-sizing: border-box;
height: auto;
max-width: 100%;
vertical-align: bottom;
background-color: white;
margin-left: 20rem;
margin-top: -4rem;
}
	

	
.grid-container-3 a {
margin-top: 0;
}
	
	
#banner .banner-text h2 {
/*color: white;
font-family: audiowide;*/
font-size: 2rem;
text-align: left;
}


#banner .banner-text p {
font-size: 1rem;
text-align: left;
}
	
#banner .banner-text {
background-color: rgba(39, 39, 39, 0.8);
width: 47%;
padding: 5%;
height: 520px; /* You must set a specified height */
border-top-left-radius: 50px;
border-bottom-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
text-align: left;
}

	
#home #banner{
height: 600px; /* You must set a specified height */
background-image: url("https://micheladibitonto.com/wp-content/uploads/2025/10/car-div1.png"); /* The image used */
}
	


	
#home .grid-container-2 div{
height: 500px; /* You must set a specified height */
}
	
#home .grid-container-3 div{
height: 500px; /* You must set a specified height */
}
	
body:not(.overlay-header) .primary-menu > li > a {
color:black !important;
display:block;
}

#home .grid-container-2 {
display: grid;
grid-template-columns: 50% auto;
padding: 10px;
gap: 10px;
}

#home .grid-container-2 > div {
background-color: #f1f1f1;
padding: 10px;
}

#home .grid-container-3 {
display: grid;
grid-template-columns: auto auto auto;
padding: 10px;
gap: 10px;
}

#home .grid-container-3 > div {
text-align: center;
padding-top: 80%;
}
	
#about .grid-container-2 {
display: grid;
grid-template-columns: 50% auto;
background-color: black;
padding: 2%;
border-radius: 50px;
margin-top: 5rem;
}	

.alignnone.size-full.wp-image-158 {
color: black and whitw;
filter: grayscale(90%);
margin-top: 1.5rem;
}
	
#blog .text{
font-family: quicksand !important;
color: black;
padding: 2%;
column-count: 2;
font-size: 1rem;
}

#contact .grid-container-2{
grid-template-columns: 50% auto
}
	
/*------END IF MEDIA QUERY-DO NOT ERASE----*/


