/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* CSS in here for mobile only */
@media (max-width: 768px) {
	.picslogo {
		padding-top: 0px;
	}
	.herocont {
		margin-bottom: -30px;
		margin-top: -30px;
	}
	.desktop {
		display: none;
	}
}

/* CSS in here for desktop only */
@media (min-width: 769px) {

	.picslogo {
		padding-top: 80px;
	}
	.herocont {
		margin-bottom: -20px;
	}
	.features {
 	 border-style: solid;
   border-width: 1px;
   border-color: #9136cb;
	 display: block;
   margin-left: auto;
   margin-right: auto;
   width: 85%;
	}
	.mobile {
		display: none;
	}
	.toc {
	 border-style: solid;
   border-width: 1px;
   border-color: #9136cb;
	 display: block;
   margin-left: auto;
   margin-right: auto;
   width: 50%;
	}
}

.picsbg {
		background-color: #f5e6ff;
    border-radius: 8px;
	  padding: 15px;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #9136cb;
}

.smallsep {
	margin-bottom: 15px;
  margin-top: 5px;
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}

.toc {
	 border-style: solid;
   border-width: 1px;
   border-color: #9136cb;
}

.site-main .wp-block-group__inner-container {
    padding: 20px 20px 0px 20px;
}

.features {
 	 border-style: solid;
   border-width: 1px;
   border-color: #9136cb;
}

.rev {
	position: relative;
	font-size: 1em;
  font-style: italic;
  color: #555555;
  padding: 1em 30px 1em 45px;
  border-left: 8px solid #577BD8;
  line-height: 1.6;
  background: #F7F8F9;
	z-index: 1;
}
.entry-content .rev:before {
	content: '\275D';
  position: absolute;
	top: -20px;
	left: -5px;
  color: #dae5ff;
  font-size: 4em;
	z-index: -1;
}

.main-navigation, .main-navigation ul ul {
	background: rgb(209,4,192);
	background: linear-gradient(128deg, rgba(209,4,192,1) 25%, rgba(87,123,216,1) 58%, rgba(1,254,239,1) 88%);
}

.rank-math-list-item {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 16%), 0 0 0 1px rgb(0 0 0 / 8%);
    border-radius: 4px;
    margin: 1em auto;
    overflow: hidden;
    padding: 0.5em 0.8em;
}
p.rank-math-answer {
    margin-top: 20px;
}
strong.rank-math-question {
    font-size: 20px;
}
span.mobile-menu {
    display: none;
}
.button, .wp-block-button .wp-block-button__link {
    padding: 6px 20px !important;
}
.rank-math-review-image img {
    height: auto;
    max-width: 34%;
}