/*
 Theme Name:   Twenty Twenty Child
 Theme URI:    https://www.webdesignbycraig.com/
 Description:  A child theme of Twenty Twenty WordPress theme.
 Author:       Web Design by Craig
 Author URI:   https://www.webdesignbycraig.com
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../twentytwenty/style.css");
/*Fix footer*/
.powered-by-wordpress {
    display: none !Important;
}

/* adjust spacing on top for sticker footer*/

.singular {
    padding-top: 100px;
}

/* font size for webdesig by craig*/

.webdesignbycraig {
	text-align:center;
	align-content: center;
	text-decoration:none; 
	font-size:.6em;
	max-width:1280px;
	margin:auto;
}
.cmcopyright {
	text-align:center;
	align-content: center;
	text-decoration:none; 
	font-size:.9em;
	max-width:1280px;
 	color: black !Important;
	margin:auto;
}




/* modify front page */

.post-12 .entry-header{
	padding:40px;
}
.post-12 {
	background-color:#e1f4f4 !Important;
}
/* fix spacing mobile menu for sticky header*/
.mobile-menu{padding-top:100px;}

/* create sticky headr*/
#site-header {
background:#fff;
height:140px;
z-index:170;
margin:0 auto;
border-bottom:1px solid #dadada;
width:100%;
position:fixed;
top:0;
left:0;
right:0;
text-align: center;
}
/*change all headings to lighter and color*/
h1 {
	color:#008ea3;
	font-weight:100;
	font-size:70px;
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}
h2 {
	color:#008ea3;
	font-weight:100;
	}
h3 {
	color:#008ea3;
	font-weight:100;
	}
h4 {
	color:#008ea3;
	font-weight:100;
	}
h5 {
	color:#008ea3;
	font-weight:100;
	}
a {
	color:#008ea3;
	font-weight:100;
	}

/*change body text    */
* {font-family:Arial, Helvetica, sans-serif;}

/* *{font-family:"Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;}*/

/*#body {font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
font-size: 1em;
padding:0;
margin:0; }*/


*/ add testimonial widget*/
/* setting new footer spaces */
#footer-testimonials {
max-width: 1280px !important;
margin: auto;
}

.TestimonialRotatorWidget{
	max-width:1280px;
	margin:auto;
}

#footer-nearby {
max-width: 1280px !important;
/*grid-template-columns: 0 80% 20% !important;*/
margin: auto !Important;

}

/* change social icons to blue
#jetpack-social-widget-item a, a:link, a:visited {
	color:#008ea3 !Important;
}*/

