/* Enter Your Custom CSS Here */

/* Removes "YukonJeff / Proudly powered by WordPress" Footer */
.site-info {
  display: none;
}

/* Removes "A SiteOrigin Theme" from the footer */
#colophon.site-footer #theme-attribution {
display: none;
}


/*Header &amp; Header Title ("YukonJeff.com") Changes*/
#masthead .hgroup h1, #masthead.masthead-logo-in-menu .logo, h1 {
    padding: 1px !important; 				/*Reduces padding of the header items to make it slimmer*/
    font-family: "Open Sans" !important; 	/*Sets font since Easy Google Fonts doesnt work*/
    font-size: 21px !important; 			/*Sets size or else it was defaulting to 0px for some reason*/
    font-style: normal !important; 			/*Sets font since Easy Google Fonts doesnt work*/
    font-weight: 400 !important; 			/*Sets font since Easy Google Fonts doesnt work*/
}

#masthead:hover .hgroup:hover h1:hover, #masthead.masthead-logo-in-menu:hover .logo:hover, h1:hover {
    color:#00bcff !important; 				/*Sets hover font color for header title "YukonJeff.com"*/
}

#main {
    padding: 0px; /*Reduces the padding between the header and the page to eliminate white space*/
}

/* Keep the footer down some */
.entry-content {
	min-height: 90vh;
}

/* Keep the footer down a little more on the home page */
.page-id-5 .entry-content {
	min-height: 100vh;
}

/* Footer */
.layout-full #colophon, #site-info {
    margin: 0px !important;
    padding: 0px !important;
}

/* Set Page Builder row margins */
.panel-grid {
  margin-left: 15px !important; 
  margin-right: 15px !important;
}

/* Reduce the image margin around the YBLO image on Jeff's Bio page */
img.alignright.size-medium.wp-image-264 {
    margin: 0 0 0 0;
}

/*To Help Control positioning, etc of Contact Form 7 on Contact page*/
span.wpcf7-form-control-wrap {
position: relative;
margin-left:30px;
}
label {
display: block;
margin-bottom: 5px;
}

/*Table Properties for contact page*/
td {
  height: 15px;
  vertical-align: top;
}

/* Removes SiteOrigin Rich Text Editor Widget Titles so I can fill them in to be used on the page editor only for easily identifying what widget box goes to what. */
h3.widget-title { display: none; }
