/* Type in or paste your custom CSS */



body {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 1.15rem!important;
}

h1, h2, h3 {
  color: #006;
  font-weight: 700;
}

h4 {
  color: #006;
  font-weight: 600;
}

p {
    font-size: 1.15rem!important;
}

p1 {
	font-size: 1.15rem!important;
	font-weight: 500;
}

p2 {
	font-size: 1.35rem!important;
	font-weight: 600;
	color: #050167;

}

a {
  text-decoration: none;
}

/*-- Alignment --*/

.right {
	text-align:right;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}

/* MENUS */

.navbar-light .navbar-nav .nav-link {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
  color: #b6c00f;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #d4e600;
}

/*.wpo_mobile_menu_button:before {
  color: #bdd9ff!important;
}	*/

/* Hamburger menu colours */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='DeepSkyBlue' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;
}
.navbar-toggler {
  border: 2px solid #dff000!important;
  margin-right: .5rem;
}
.navbar-toggler:focus{
  box-shadow: none!important;
}
/* END */

/* Submenu */
.nav-item > .sub-menu {
    display: none;
    position: absolute;
    background: rgba(0, 0, 50, 0.7);
    box-shadow: 0 .25rem .5rem 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    list-style: none;
	text-align: left!important;
	padding: 0;
}
/* END */

.second-menu {
    /*font-size: 1.125rem;*/
	font-size: 1.4rem;
	color: #fff;
    margin: 1rem auto; 
	font-weight: 500;
	text-align: center;
}

.second-menu a {
	color: #fff;
}

.second-menu a:hover {
	color: #d4e600;
}

/*.second-menu a:active {
	color: #b6c00f;
} */

.on-menu {
    font-size: 1.125rem;
	color: #b6c00f;
    margin: 1rem auto; 
	font-weight: 600;
	text-align: center;
}
.on-menu a:hover {
	color: #d4e600;
}

/* POSTS */

.post-title {
	color:#111;
	text-decoration:none!important;
}

.post-title a {
	color:#111;
	text-decoration:none!important;
}

.post-title:hover {
	color:#ccc;
	text-decoration: none!important;
}
.post-meta {
	font-size: 1rem;
	color: #777;
}

.post-button a {
    background-color: #666;
    color: #fff;
    padding: 12px 15px;
    letter-spacing: 1.15px;
    font-weight: 700;
    font-size: .923em;
    max-width: 170px;
    text-transform: uppercase;
	text-decoration: none;
	border: 3px solid #666;
}

.post-button a:hover {
    background-color: #111;
}


/* Search Results styling */

.cat-overview {
  padding: 6px 6px 0 6px;
  border: 1px solid #ddd;
  border-radius: 0 0 10px 0;
  box-shadow: 2px 2px 5px #999;
  max-width: 380px;
  margin: 0 14px 30px;
}

.cat-overview h4 {
  font-size: 1.25rem;
  font-weight: 600!important;
  margin: 8px 1px;
}

.cat-overview h4:hover {
  color: #a00;
}

.cat-overview p {
  font-size: 1rem;
  color: #444;
  margin: 0 1px;
}

/* VARIOUS */

.web-example {
	padding: 40px 20px;
}

.top-revspecial {
	padding: 60px 20px 60px;
}

.top-revtext {
	padding: 60px 20px 60px;
}


.top-special {
	padding: 60px 20px 60px;
}

.top-text {
	padding: 60px 20px 60px;
}

.shade {
	/* box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px; 
	 * box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;*/
       box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.effect-border {
	border: 3px solid #fff;
	border-radius:8px 0;
}
/* .... gradient....rgb(1, 0, 102), rgb(5, 1, 103), darkest-rgb(1,1,71) */

.gradient {
 /* background-image: linear-gradient(rgb(1,1,71), rgb(1,0,102), rgb(1,1,71));*/
	background-image: linear-gradient(rgb(1,0,102), rgb(1,1,71), rgb(1,0,102));
}

/*
 * .gradient {
  background-image: linear-gradient(180deg, rgb(1,0,102), rgb(1,1,71));
}
*/

/*.featured-image {
	aspect-ratio: inherit
}*/


.square-topright {
    padding-top: 10px;
	
  }

.square-bottom {
	padding-bottom: 20px;
}


/* Hero Right Text Section & Blue Sections */

.white-15 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: Montserrat;
  text-align: center;
}

.yellow-15 {
  color: #d4e600; 
  font-size: 1.5rem;
  font-weight: 600;
  font-family: Montserrat;
  text-align: center;
}

.yellow-14 {
  color: #d4e600; 
  font-size: 1.4rem;
  font-weight: 600;
  font-family: Montserrat;
  text-align: center;
}

.white-14 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: Montserrat;
  text-align: center;
}

.white-13 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: Montserrat;
  text-align: center;
}

/* LISTS */

.fa-ul>li {
    position: relative;
    margin-bottom: 1rem;
    font-weight: 600;
}

/*-- Check Circle List --*/

.check-circle-list {
	list-style: check url("https://serpmasters.tempurl.host/wp-content/uploads/check-circle-solid.png");
	list-style-position: outside;
	font-size:1em;
	padding-left:24px;
}

/*-- Check List --*/
.check-list {
	list-style: check url("https://serpmasters.tempurl.host/wp-content/uploads/check-solid.png");
	list-style-position: outside;
	font-size:1em;
	padding-left:24px;
}

/* FAQ */

.su-spoiler-style-default>.su-spoiler-title  {
    font-size: 1.125rem;
}

.su-accordion .su-spoiler {
    margin-bottom: .5em;
    background: #fff;
	/* background: #d4e600; */
	border: 3px solid #fff;
	border-radius:8px 0;
	/* box-shadow:0 0 .8rem rgba(0, 0, 0, .075); */
}

.su-spoiler-content {
    transition: padding-top .2s;
    background: #fff;
}

/* CARDS */

/*---Bootstrap Card---*/
.card {
	border:none;
	/*box-shadow: 1px 1px 4px #faedcd;*/
	padding-bottom:1em;
}

/*-- Hovering Card --*/
.card-hovering {
	text-align: center;
  	height:100%;
  	padding:.4em;
	margin:.3em;
	border-radius:8px 0;
  	border-bottom:.25rem solid #010066;
  	box-shadow:0 0 .8rem rgba(0, 0, 0, .075);
  	transition:transform .7s ease;
  	position:relative;
  	overflow:hidden;
}
.card-hovering:hover {
  	transform:scale(1.05);
	border-bottom:.30rem solid #057bb2;
	box-shadow:0 0 .8rem rgba(238, 255, 0, 0.9);
}
.card-hovering h4 {
	color:#057bb2;
  	font-size:1.375rem;
  	font-weight:700;
}

.card-hovering-simple {
	text-align: center;
  	height:100%;
  	padding:.4em;
	margin:.3em;
	border-radius:8px 0;
  	border-bottom:.25rem solid #010066;
  	box-shadow:0 0 .8rem rgba(0, 0, 0, .075);
  	transition:transform .7s ease;
  	position:relative;
  	overflow:hidden;
}
.card-hovering-simple:hover {
  	transform:scale(1.05);
	border-bottom:.30rem solid #057bb2;
}
.card-hovering-simple h4 {
	color: #006;
	/*color:#057bb2;*/
  	font-size:1.375rem;
  	font-weight:700;
}

.card-hovering-post {
	text-align: center;
  	height:100%;
  	padding:.4em;
	margin-left:0px;
	margin-right: 0px;
	/*border-radius:8px 0;
  	border-bottom:.25rem solid #010066;
  	box-shadow:0 0 .8rem rgba(0, 0, 0, .075);*/
  	transition:transform .7s ease;
  	position:relative;
  	overflow:hidden;
}
.card-hovering-post:hover {
  	transform:scale(1.02);
	/*border-bottom:.30rem solid #057bb2;*/
}
.card-hovering-post h4 {
	color:#057bb2;
  	font-size:1.375rem;
  	font-weight:700;
}


/* BUTTONS */

.button {
    max-width: 720px!important; 
	margin: 4rem auto!important; 
	text-align: center;	
}

.button-green {
    background: #d4e600;
    padding: 2rem;
    color: #006;
    font-size: 1.5rem;
    font-weight: 700;
    border: 3px solid #fff;
	border-radius:8px 0;
	box-shadow:0 0 .8rem rgba(0, 0, 0, .075);
 /*   max-width: 720px!important; 
	margin: 2rem auto;  */
}

.button-green:hover {
    background: #006!important;
    color: #fff!important;
    font-size: 1.5rem!important;
    font-weight: 700!important;
    border: 3px solid #d4e600!important;
	box-shadow:0 0 .8rem rgba(238, 255, 0, 0.9);
/*		margin: 2rem auto; 
	    padding: 2rem!important; */
}

.button-card {
    background: #43b9c5;
    padding: .7rem;
    color: #006;
    font-size: 1.3rem;
    font-weight: 700;
    border: 3px solid #fff;
	border-radius:8px 0;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
 /*   max-width: 720px!important; 
	margin: 2rem auto;  */
}

.button-card:hover {
    background: #006!important;
    color: #fff!important;
    font-size: 1.3rem!important;
    font-weight: 700!important;
    border: 3px solid #d4e600!important;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
/*		margin: 2rem auto; 
	    padding: 2rem!important; */
}


/* FOOTER */

.section-link {
  color: #030;
  font-weight: 600;
  text-decoration: underline;
}

.footer {
  font-size: 0.95rem;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.footer a {
/*  color: #d4e600!important; */
    color: #cf0!important;
}

.footer a:hover {
  color: #b6c00f!important;
}

.footer-right {
  font-size: 0.95rem;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-align: right;
padding-top: 8px!important;
}

/*== MOBILE ==*/

@media only screen and (max-width: 600px) {
	
  h1 {
    font-size: 1.75rem!important;
  }
	
.white-15 {
  font-size: 1.3rem;
}

.yellow-15 {
  font-size: 1.3rem;
}
	
.white-14 {
  font-size: 1.2rem;
}
	
.yellow-14 {
  font-size: 1.2rem;
}

.white-13 {
  font-size: 1.1rem;
}	
	
/*.card-hovering-post {
	align-content: center;
  	padding:.4em;
	margin:.4em;
}*/
	
.button-green {
  padding: 1rem;
  margin: 1.5rem auto;
  font-size: 1rem;
  font-weight: 600;
}	
.button-green:hover {
  padding: 1rem;
  margin: 1.5rem auto;
  font-size: 1rem!important;
  font-weight: 600!important;
}	

.second-menu {
    /*font-size: 1.125rem;*/
	font-size: 1.1rem;
	
}
	
	
  .row_reverse {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
	
  .footer {
    text-align: center;
	    font-size: 0.84rem;
  }
	
  .footer-right {
    text-align: center!important;
    margin-top: -.75rem;
	    font-size: 0.8rem;
  }
	
.top-revspecial {
	padding: 35px 20px 10px;
}

.top-revtext {
	padding: 10px 20px 20px;
}

.top-special {
	padding: 35px 20px 10px;
}

.top-text {
	padding: 10px 20px 20px;
}
	
.web-example {
	padding: 20px;
}

	
/*-- Alignment Mobile --
.right-mob {
	text-align:right;
	}
.left-mob {
	text-align:left;
	}
.center-mob {
	text-align:center!important;
	}
*/
}

@media only screen and (max-width: 700px) {
.button-card {
    padding: .5rem;
    font-size: 1rem!important;
    font-weight: 600!important;
	
}

.button-card:hover {
     padding: .5rem;
    font-size: 1rem!important;
    font-weight: 600!important;
}
}


@media screen and (min-width: 1680px) {

.square-topright {
    padding-top: 50px;
  }
}

/* CF: DO NOT REMOVE */
#wp-admin-bar-wp-rocket {
  display: none!important;
}

#wp-admin-bar-customize, #wp-admin-bar-wphb, #wp-admin-bar-edit {
  display: none!important;
} 
