/** !
Theme Name: b4st
Theme URI: https://github.com/SimonPadbury/b4st
Description: A simple starter theme for WordPress. Gutenberg compatible. Using Bootstrap 4, Font Awesome 5, and Gulp-SASS.
Author: Simon Padbury
Author URI: http://simonpadbury.github.io
Version: 3.1
Tags:
Text Domain: b4st
License: Unlicense
License URI: http://unlicense.org
*/

/* The CSS is all in theme/css/b4st.css  */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@500;700&display=swap');

@font-face {
  font-family: 'Geometos';
  src:url('https://www.prizeology.com/wp-content/themes/prizeology/fonts/Geometos.ttf.woff') format('woff'),
      url('https://www.prizeology.com/wp-content/themes/prizeology/fonts/Geometos.ttf.svg#Geometos') format('svg'),
      url('https://www.prizeology.com/wp-content/themes/prizeology/fonts/Geometos.ttf.eot'),
      url('https://www.prizeology.com/wp-content/themes/prizeology/fonts/Geometos.ttf.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
nav .navbar-dark .navbar-nav .nav-link {
  color: #000 !important;
}

/* NAV */
.custom-logo-link img {
  height: 70px;
  width: auto;
  padding: 10px 0;
}
.nav-container2 .btn {
  display: none;
}
nav.navbar {
  top: 0;
  width: 100%;
  z-index: 99;
}
body.admin-bar nav {
  top: 28px;
}
nav .row.no-gutters {
  width: 100%;
}
nav .col-12 {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link {
  color: #000000;
  font-family: "din-2014", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.dropdown-menu {
  background-color: rgba(0, 0, 0, 0.9);
  border: 0;
  margin-top: 0;
  position: absolute;
}
a.dropdown-item {
  color: #FFFFFF;
  padding: 5px 5px;
}
a.dropdown-item:visited {
  color: #FFFFFF !important;
}
a.dropdown-item:hover {
  color: #16181b !important;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #000000;
}
.navbar-dark .navbar-toggler.custom-toggler {
  border-color: transparent;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.nav-item-1773 .nav-link {
	background-color: #ff5081;
	color: #ffffff!important;
}
/* NAV - End */



body nav.bg-light {
  background-color: #FFFFFF !important;
}
.custom-logo {
  margin: 10px 0;
  max-width: 160px;
}
h2 {
	font-family: 'Geometos';
	font-size: 3.4rem;
	letter-spacing: 1px
}
.outline-inverse {
	color: #FFFFFF;
}
span.heading {
	color: #FFFFFF;
	-webkit-text-stroke: 2px black;
}
.outline-inverse span,
.heading-inverse {
	color: #000000;
	-webkit-text-stroke: 2px white;
}
b, strong {
  font-weight: 800;
}
body,
p {
	font-family: 'IBM Plex Serif', serif;
}
.font1 {
	font-family: 'Geometos';
}
.font2 {
	font-family: 'IBM Plex Serif', serif;
}
.bold {
	font-weight: 800;
}
div#content.site-content {
	margin-bottom: 0 !important;
}
.btn-white {
	background-color: #FFFFFF;
	border-radius: 0;
	color: #1b1b1b;
	text-transform: uppercase;
}
.btn-blue {
	background-color: #14c5b8;
	border-radius: 0;
	color: #FFFFFF;
	text-transform: uppercase;
}
.btn-black {
  background-color: #000000;
  border-radius: 0;
  color: #FFFFFF;
}
.btn-black:hover {
  color: #FFFFFF;
}






/* HOME HERO */
.home_hero {
	text-align: center;
  padding: 60px 0;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home_hero img {
	max-width: 450px;
  width: 100%;
}
/* HOME HERO - End */


/* HERO */
.hero {
	background-size: 8px;
	padding-top: 60px;
	text-align: center;
}
.hero h1 {
	color: #FFFFFF;
  font-family: 'Geometos';
	font-size: 56px;
	letter-spacing: 1px;
  margin: 0 auto 40px;
	text-transform: uppercase;
}
.hero p {
	color: #FFFFFF;
	font-size: 18px;
}
.hero p:last-of-type {
  padding-bottom: 60px;
}
.hero-triangle {
	background-color: #ff5081;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	height: 40px;
	margin: 0 auto 40px;
	max-width: 80px;
}
.hero ul {
  color: #FFFFFF;
  list-style-position: inside;
}
/* HERO - End */


/* HOME SERVICES */
.home_services h2 {
	font-family: 'Geometos';
	font-size: 3.0rem;
	letter-spacing: 1px
}
.home_services h2 span {
	color: #FFFFFF;
	-webkit-text-stroke: 2px black;
}
.home_services {
	background-size: 8px;
	padding: 40px 0;
}
.home_services img {
	margin-bottom: 40px;
	max-width: 500px;
}
.home_service {
	background-color: #FFFFFF;
	margin: 0 0 20px;
	padding: 20px;
	position: relative;
}
.home_service-triangle {
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	height: 70px;
	width: 70px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.home_services-col {
  display: flex;
}
.home_services-col:nth-of-type(1n) .home_service-triangle {
	background-color: #f63d84;
}
.home_services-col:nth-of-type(2n) .home_service-triangle {
	background-color: #f7f80c;
}
.home_services-col:nth-of-type(3n) .home_service-triangle {
	background-color: #14c5b8;
}
.home_services-col:nth-of-type(4n) .home_service-triangle {
	background-color: #c514ae;
}
.home_services-col:nth-of-type(5n) .home_service-triangle {
	background-color: #fd8b05;
}
.home_services-col:nth-of-type(6n) .home_service-triangle {
	background-color: #03f758;
}
.home_services-col a {
  color: initial;
  display: flex;
}
.home_services-col a:hover {
  text-decoration: none;
}
.home_service h3 {
  max-width: 310px;
}
/* HOME SERVICES - End */


/* TXTBLOCK */
.txtblock {
  padding: 60px 0;
}
/* TXTBLOCK - End */


/* INTRO */
.intro {
	background-size: 8px;
	padding: 60px 0;
	text-align: center;
}
.intro h1 {
	color: #FFFFFF;
  font-family: 'Geometos';
	font-size: 56px;
	letter-spacing: 1px;
	margin: 0 0 40px;
	text-transform: uppercase;
}
.intro p {
	color: #FFFFFF;
	font-size: 18px;
  margin-bottom: 40px;
}
/* INTRO - End */


/* ABOUT */
.about_block-txt {
	margin-left: auto;
	margin-right: auto;
	max-width: 350px;
  padding: 60px 0 40px;
}
.about_block-triangle {
	background-color: #14c5b8;
	clip-path: polygon(100% 100%, 0 100%, 0 0);
	height: 70px;
	width: 70px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.about_block .col-12:last-of-type {
	background-color: #85e6e3;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about_block.right .about_block-heading {
	background-image: url('https://www.prizeology.com/wp-content/themes/prizeology/images/2about_mission-pattern.png');
	background-size: 8px;
  display: flex;
  justify-content: center;
  padding: 40px 0;
	width: 100%;
}

.about_block .row {
	flex-direction: row-reverse;
}
.about_block.right .row {
	flex-direction: row;
}
.about_block h2 span, .about-intro h1 span {
  color: #FFFFFF;
  -webkit-text-stroke: 2px black;
}
.hero.about-intro {
  text-align: left;
}
.hero.about-intro p {
  font-size: 21px;
  margin-left: 98px;
}
.bullet-cols {
  padding: 60px 0;
}
.bullet-cols .intro {
  text-align: left;
  padding: 40px 15px;
}
.bullet-cols h3 {
  background-color: #ff5081;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-family: 'Geometos';
  max-width: max-content;
  padding: 10px;
}
.bullet-cols ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.bullet-cols ul li {
  flex: 1 1 50%;
  width: 100%;
  padding-bottom: 10px;
  padding-right: 35px;
}
.bullet-cols .bl-col ul {
  padding-left: 27px;
}
.bullet-cols .bl-col li {
  padding-bottom: 0;
  flex: unset;
}
.bullet-cols ul li::before {
  content: "";
    border-color: transparent #ff5081;
    border-style: solid;
    border-width: 0em 1em 1em 0em;
    display: block;
    height: 0;
    width: 0;
    left: -1.7em;
    top: 1.4em;
    position: relative;
}
.about-intro h1 span, .bullet-cols h2 span {
  color: transparent;
  -webkit-text-stroke: 2px white;
}
.about_block .about_block-triangle {
	background-color: #ff5081;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
	left: unset;
	right: 0;
	bottom: 0;
}
.about_block.right .about_block-triangle {
  background-color: #14c5b8;
	clip-path: polygon(100% 100%, 0 100%, 0 0);
	height: 70px;
	width: 70px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.about_block.right .col-12:last-of-type {
  background-color: #85e6e3;
}
.about_block .col-12:last-of-type {
	background-color: #ff5081;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about_block .about_block-heading {
	background-image: url('https://www.prizeology.com/wp-content/themes/prizeology/images/2home_about-different-pattern.png');
  background-size: 8px;
	padding: 60px 0;
  display: flex;
  justify-content: center;
  padding: 40px 0;
	width: 100%;
}
.about_block h2 {
  max-width: 380px;
}
.about_block ul {
	padding-left: 20px;
}
.about_block ul li::marker {
	color: #f63d84;
}
.about_block ul li {
	margin-bottom: 20px;
}

.about_founder .about_block-heading {
	background-image: url('https://www.prizeology.com/wp-content/themes/prizeology/images/2home_about-founder-pattern.png') !important;
}
.about_founder h2 {
	max-width: 300px;
}
.about_founder .about_block-triangle {
	background-color: #f7f80c !important;
}
.about_founder .founder-img {
	background-position: 50%;
  background-size: cover;
}
/* ABOUT - End */


/* CLIENTS */
.home_clients {
	padding: 40px 0;
}
.home_clients h2 {
  margin-bottom: 40px;
}
.home_clients img {
	margin-bottom: 40px;
	max-width: 500px;
}
.row.clients-logos-containe .clients-logos {
  width: 400px;
}
.clients-logos-containe .slick-track {
  align-items: center;
  display: flex;
}
.clients-logos-containe img.clients-logos {
  padding: 0 15px !important;
  max-width: 240px;
}
/* CLIENTS - End */


/* QUOTES */
.quotes {
	background-size: 8px;
	padding: 60px 0;
}
.quotes h2 {
  margin-bottom: 20px;
}
.quotes p {
	color: #FFFFFF;
  margin-bottom: 40px;
}
.quote {
	background-color: #323232;
	box-shadow: 0px 5px 8.9px 1.1px rgba(0, 0, 0, 0.29);
	padding: 20px;
}
.quote img {
	margin-bottom: 30px;
	max-width: 50px;
}
.quotes span {
	color: #FFFFFF;
}
.quotemark {
  content: '';
  width: 50px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.quote-col {
  display: flex;
}
.quote-col:nth-of-type(1n) .quotemark{
  background-image: url('https://www.prizeology.com/wp-content/themes/prizeology/images/2home_quotes-mark.png');
}
.quote-col:nth-of-type(2n) .quotemark{
  background-image: url('https://www.prizeology.com/wp-content/themes/prizeology/images/2home_quotes-mark2.png');
}
.quote-col:nth-of-type(3n) .quotemark{
  background-image: url('https://www.prizeology.com/wp-content/themes/prizeology/images/2home_quotes-mark3.png');
}
.quote-col:nth-of-type(1n) .quote {
  border-bottom: 15px solid #ff5081;
}
.quote-col:nth-of-type(2n) .quote {
  border-bottom: 15px solid #f7f80c;
}
.quote-col:nth-of-type(3n) .quote {
  border-bottom: 15px solid #14c5b8;
}
/* QUOTES - End */


/* CASE STUDIES */
.casestudies {
	padding: 60px 0;
}
.casestudies .col-md-4 {
  display: flex;
  flex-direction: column;
}
.casestudies h2 {
  margin-bottom: 40px;
}
.casestudies-logo {
	align-items: center;
	background-image: url('https://www.prizeology.com/wp-content/themes/prizeology/images/2home_cs-pattern.jpg');
	display: flex;
	justify-content: center;
	min-height: 160px;
	padding: 40px 0;
	text-align: center;
}
.casestudies-logo img {
  max-width: 200px;
  width: 100%;
  max-height: 75px;
}
.casestudies-single {
	background-color: #323232;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
	padding: 20px;
}
.casestudies-single p {
	color: #FFFFFF;
}
.casestudies-single a {
	color: #14c5b8;
	width: 100%;
}
.casestudies .col-md-4:first-of-type a {
	color: #ff5081;
}
.casestudies .col-md-4:last-of-type a {
	color: #fd8b05;
}
.casestudies_logo img {
  max-width: 200px;
  width: 100%;
  max-height: 75px;
}
/* CASE STUDIES - End */


/* RECENTPOSTS */
.recentposts {
  background-size: 10px;
	padding: 40px 0;
}
.recentposts article {
  display: flex;
  flex-direction: column;
}
.recentposts img {
	margin-bottom: 40px;
	max-width: 500px;
}
.recentposts .single_fimg {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 310px;
	padding: 0;
}
.recentposts .single_header {
	background-color: #FFFFFF;
	padding: 20px 20px 0 20px;
	width: 100%;
}
.recentposts .entry-content {
	background-color: #FFFFFF;
  flex-grow: 1;
  margin-top: 0;
	padding: 10px 20px 20px 20px;
}
.recentposts .entry-category {
	color: #ff5081;
	font-size: 0.8rem;
	text-transform: uppercase;
}
.recentposts h3.entry-title a {
	color: #323232;
	font-size: 1.3rem;
}
.recentposts .entry-meta span {
	color: #fd8b05;
  font-size: 0.8rem;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.recentposts .entry-content p {
  font-size: 1rem;
}
.recentposts .entry-content .readmore {
	color: #ff5081;
	font-size: 0.8rem;
	text-transform: uppercase;
}
/* RECENTPOSTS - End */


/* NEWSLETTER */
.newsletter {
	padding: 40px 0;
}
.newsletter h2 {
  font-size: 4.2rem;
}
.newsletter p {
	color: white;
	font-size: 1.4rem;
	line-height: normal;
	text-align: right;
}
.newsletter a {
  color: white;
  text-decoration: underline;
}
.newsletter-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	background-color: #FFFFFF;
	border-radius: 0;
}
.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0 !important;
}
.gform_wrapper .gform_footer {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.newsletter-form .gform_wrapper input[type=submit] {
	background-color: #14c5b8;
	border: 1px solid #14c5b8;
	border-radius: 0;
	margin-right: 0 !important;
}
::-webkit-input-placeholder { /* Chrome */
  color: #1f212d !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #1f212d !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #1f212d !important;
  opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #1f212d !important;
  opacity: 1 !important;
}
.cta ::-webkit-input-placeholder { /* Chrome */
  color: #FFFFFF !important;
}
.cta :-ms-input-placeholder { /* IE 10+ */
  color: #FFFFFF !important;
}
.cta ::-moz-placeholder { /* Firefox 19+ */
  color: #FFFFFF !important;
  opacity: 1 !important;
}
.cta :-moz-placeholder { /* Firefox 4 - 18 */
  color: #FFFFFF !important;
  opacity: 1 !important;
}
.cta .form-control,
.cta .form-control:focus {
  color: #FFFFFF;
}
.newsletter li#field_1_2 {
  display: none;
}
.gform_footer.top_label {
  text-align: right;
}
.newsletter .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  margin-top: 20px !important;
}
/* NEWSLETTER - End */


/* SERVICES */
.service_hero {
text-align: center;
padding: 60px 0;
min-height: 400px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.service_hero img {
max-width: 450px;
}
.service_intro {
background-size: 8px;
padding: 60px 0;
text-align: center;
}
.service_intro h1 {
color: #FFFFFF;
font-family: 'Geometos';
font-size: 56px;
letter-spacing: 1px;
margin: 0 0 20px;
text-transform: uppercase;
}
.service_services h2 {
font-family: 'Geometos';
font-size: 3.0rem;
letter-spacing: 1px
}
.service_services h2 span {
color: #FFFFFF;
-webkit-text-stroke: 2px black;
}
.service_intro p {
color: #FFFFFF;
font-size: 18px;
}
.service_services {
background-size: 8px;
padding: 40px 0;
}
.service_services img {
margin-bottom: 40px;
max-width: 500px;
}
.service_service {
background-color: #FFFFFF;
margin: 0 0 20px;
padding: 20px;
position: relative;
}
.service_service-triangle {
clip-path: polygon(100% 0, 0% 100%, 100% 100%);
height: 70px;
width: 70px;
position: absolute;
right: 0;
bottom: 0;
}
.service_services-col:nth-of-type(1n) .service_service-triangle {
background-color: #f63d84;
}
.service_services-col:nth-of-type(2n) .service_service-triangle {
background-color: #f7f80c;
}
.service_services-col:nth-of-type(3n) .service_service-triangle {
background-color: #14c5b8;
}
.service_services-col:nth-of-type(4n) .service_service-triangle {
background-color: #c514ae;
}
.service_services-col:nth-of-type(5n) .service_service-triangle {
background-color: #fd8b05;
}
.service_services-col:nth-of-type(6n) .service_service-triangle {
background-color: #03f758;
}
.service_clients {
padding: 40px 0;
}
.service_clients img {
margin-bottom: 40px;
max-width: 500px;
}
.row.clients-logos-containe .clients-logos {
width: 400px;
}
.clients-logos-containe .slick-track {
align-items: center;
display: flex;
}
.clients-logos-containe img.clients-logos {
padding: 0 15px !important;
max-width: 240px;
}

.service_cs {
padding: 40px 0;
}
.service_cs img {
margin-bottom: 40px;
max-width: 500px;
}
.service_cs-single {
background-color: #323232;
padding: 20px;
}
.service_cs-single p {
color: #FFFFFF;
}
.entry-meta span {
color: #fd8b05;
font-size: 0.8rem;
margin-bottom: 20px;
text-transform: uppercase;
}
.entry-content .readmore {
color: #ff5081;
font-size: 0.8rem;
text-transform: uppercase;
}
.cta {
padding: 40px 0;
}
.cta h2 {
font-size: 4.2rem;
}
.cta p {
color: white;
font-size: 1.4rem;
line-height: normal;
text-align: right;
}
.cta-form {
display: none;
}
.cta-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.cta-form .gform_wrapper textarea {
background-color: #181818;
border-radius: 0;
}
.gform_wrapper ul.gform_fields li.gfield {
padding-right: 0 !important;
}
.gform_wrapper .gform_footer {
margin-top: 0 !important;
padding-top: 0 !important;
}
.cta-form .gform_wrapper input[type=submit] {
background-color: #ff5081;
border: 1px solid #ff5081;
border-radius: 0;
margin-right: 0 !important;
}
.cta-form .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html,
.cta-form .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html a {
color: #FFFFFF;
}
::-webkit-input-placeholder { /* Chrome */
color: #FFFFFF !important;
}
:-ms-input-placeholder { /* IE 10+ */
color: #FFFFFF !important;
}
::-moz-placeholder { /* Firefox 19+ */
color: #FFFFFF !important;
opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 4 - 18 */
color: #FFFFFF !important;
opacity: 1 !important;
}


.service_intro-triangle {
background-color: #ff5081;
clip-path: polygon(50% 100%, 0 0, 100% 0);
height: 40px;
margin: 0 auto;
max-width: 80px;
}
.service_mission .col-12:first-of-type {
padding: 60px 40px;
}
.service_mission-txt {
margin-left: auto;
max-width: 350px;
}
.service_mission-triangle {
background-color: #14c5b8;
clip-path: polygon(100% 100%, 0 100%, 0 0);
height: 70px;
width: 70px;
position: absolute;
left: 0;
bottom: 0;
}
.service_mission .col-12:last-of-type {
display: flex;
align-items: center;
justify-content: center;
}
/* SERVICES - End /*


/* CASE STUDIES INDEX */
.post-type-archive-casestudy .casestudies_hero {
  background-color: #fff;
}
.post-type-archive-casestudy .casestudies_hero h2 {
  color: black;
  font-size: 3rem;
}
.casestudies_single {
  position: relative;
}
.casestudies_single::after {
  content:'';
  position: absolute;
  width: 100%;
  height: 10px;
  top: unset;
  left: 0;
  bottom: 0;
}
.casestudies_container .col-12:nth-child(3n+1) .casestudies_single::after {
  background-color: #ff5081;
}

.casestudies_container .col-12:nth-child(3n+2) .casestudies_single::after {
  background-color: #f7f80c;
}

.casestudies_container .col-12:nth-child(3n+3) .casestudies_single::after {
  background-color: #14c5b8;
}
.post-type-archive-casestudy .casestudies_hero h2 span {
  color: #FFFFFF;
  -webkit-text-stroke: 2px black;
}
.casestudies_hero {
background-color: #323232;
text-align: center;
padding: 60px 0;
min-height: 400px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.casestudies_hero h1 {
color: #f7f809;
font-family: 'Geometos';
font-size: 1.8rem;
letter-spacing: 1px;
margin: 0 0 20px;
text-transform: uppercase;
}
.casestudies_hero .casestudies_hero-txt {
color: #FFFFFF;
font-family: 'Geometos';
font-size: 3.3rem;
letter-spacing: 1px;
line-height: normal;
margin-bottom: 20px;
text-transform: uppercase;
}
.casestudies_hero-triangle {
background-color: #f7f809;
clip-path: polygon(50% 100%, 0 0, 100% 0);
height: 40px;
margin: 0 auto;
max-width: 80px;
}

.casestudies_container {
  padding: 40px 0;
}
.casestudies_container .col-md-4 {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.casestudies_container .casestudies_single {
  flex-grow: 1;
}
.casestudies_logo {
align-items: center;
background-color: #FFFFFF;
display: flex;
justify-content: center;
min-height: 160px;
padding: 40px 0;
text-align: center;
}
.casestudies_single {
background-color: #323232;
padding: 20px;
}
.casestudies_container .casestudies_single {
  background-color: #fff;
  padding-bottom: 35px;
  box-shadow: 10px 10px 5px -3px rgba(0,0,0,0.41);
-webkit-box-shadow: 10px 10px 5px -3px rgba(0,0,0,0.41);
-moz-box-shadow: 10px 10px 5px -3px rgba(0,0,0,0.41);
}
.casestudies_container .casestudies_single p {
  color: black;
}
.casestudies_container .img-link {
  box-shadow: 10px 16px 5px -3px rgba(0,0,0,0.41);
-webkit-box-shadow: 10px 16px 5px -3px rgba(0,0,0,0.41);
-moz-box-shadow: 10px 16px 5px -3px rgba(0,0,0,0.41);
}
.img-section > div > div > div {
  min-height: 400px;
}
h1.cs-index-heading {
  background: #14c5b8;
  color: #fff;
  max-width: 350px;
  padding: 10px 15px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.casestudies_hero .casestudies_hero-triangle {
  background: #14c5b8;
  max-width: 350px;
}
.casestudies_single a {
  color: black!important;
  font-family: 'Geometos';
}
.casestudies_single p {
color: #FFFFFF;
}
.casestudies_single a {
color: #14c5b8;
width: 100%;
}
/* CASE STUDIES INDEX - End */


/* CASE STUDIES SINGLE */
.casestudy_hero {
background-color: #323232;
text-align: center;
padding: 0;
min-height: 400px;
display: flex;
flex-direction: row;
align-items: stretch;
justify-content: center;
}
.casestudy_hero.layout1 {
  background-color: #323232;
  text-align: center;
  padding: 60px 0;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cs-logo {   
  display: flex;
  align-items: center;
  flex-direction: row;
  background-color: #fafafa;
}
.cs-logo img {
  margin: auto;
}
.casestudy_hero .container-fluid {
  display: flex;
}
.casestudy_hero h1 {
color: #f7f809;
font-family: 'Geometos';
font-size: 1.8rem;
letter-spacing: 1px;
margin: 0 0 20px;
text-transform: uppercase;
}
.casestudy_hero .casestudy_hero-txt {
font-family: 'Geometos';
font-size: 4.3rem;
letter-spacing: 1px;
text-transform: uppercase;
}
.casestudy_hero-triangle {
background-color: #f7f809;
clip-path: polygon(50% 100%, 0 0, 100% 0);
height: 40px;
margin: 0 auto;
max-width: 80px;
}

.casestudy_single {
padding: 60px 0;
}
.casestudy_single h2 {
background-color: #323232;
color: #FFFFFF;
font-family: 'Geometos';
font-size: 1.6rem;
margin: 40px auto 40px;
max-width: max-content;
padding: 10px;
}
.casestudy_single p {
text-align: left;
}
.casestudy_single img {
margin-bottom: 40px;
}

.casestudy_services h2 {
font-family: 'Geometos';
font-size: 3.0rem;
letter-spacing: 1px
}
.casestudy_services h2 span {
color: #FFFFFF;
}
.v2home_intro p {
color: #FFFFFF;
font-size: 18px;
}
.casestudy_services {
background-size: 8px;
padding: 40px 0;
}
.casestudy_services img {
margin-bottom: 40px;
max-width: 500px;
}
.casestudy_service {
background-color: #FFFFFF;
margin: 0 0 20px;
padding: 20px;
position: relative;
}
.casestudy_service h3 {
  max-width: 310px;
}
.casestudy_service-triangle {
clip-path: polygon(100% 0, 0% 100%, 100% 100%);
height: 70px;
width: 70px;
position: absolute;
right: 0;
bottom: 0;
}
.casestudy_service-col {
  display: flex;
}
.casestudy_service-col:nth-of-type(1n) .casestudy_service-triangle {
background-color: #f63d84;
}
.casestudy_service-col:nth-of-type(2n) .casestudy_service-triangle {
background-color: #f7f80c;
}
.casestudy_service-col:nth-of-type(3n) .casestudy_service-triangle {
background-color: #14c5b8;
}
.casestudy_service-col:nth-of-type(4n) .casestudy_service-triangle {
background-color: #c514ae;
}
.casestudy_service-col:nth-of-type(5n) .casestudy_service-triangle {
background-color: #fd8b05;
}
.casestudy_service-col:nth-of-type(6n) .casestudy_service-triangle {
background-color: #03f758;
}
.casestudy_service-col a {
  color: initial;
  display: flex;
}
.casestudy_service-col a:hover {
  text-decoration: none;
}
/* CASE STUDIES SINGLE - End */
/* NEW CASE STUDIES SINGLE */
.single-casestudy section {
  max-width: 2000px;
  margin: auto;
}
.single-casestudy .txt-img {
  width: 100%;
}
.single-casestudy .txt-img .text-inner, .single-casestudy .header-text .text-inner {
    padding: 75px 5rem;
}
.single-casestudy section h2 {
  margin-bottom: 15px;
}
.single-casestudy section h2 span {
  color: #FFFFFF;
  -webkit-text-stroke: 2px black;
}
.single-casestudy .single-txt .text-inner {
  padding: 60px 5rem;
}
.single-casestudy .txt-img .text-inner {
  padding: 85px 5rem;
}
.grey-bg {
  background-color: #fafafa;
}
.single-casestudy .img-box {
  height: 400px;
}
.single-casestudy .stat-box {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  padding: 30px 50px;
}
.single-casestudy .pullout-stat .stat-box {
  font-size: 2.8rem;
  padding: 100px 50px;
}
.stat-box h2 {
  color: #fff;
  font-family: 'Geometos';
}
.new-quote {
  padding: 100px 20px;
}
.new-quote p {
  font-size: 1.4rem;
}
.single-txt.new-quote {
  position: relative;
}
.new-quote .home_service-triangle.triangle-footer {
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  height: 70px;
  width: 70px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
}
.txt-img .cs-logo img { 
  margin: auto;
  max-height: 600px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.text-inner p:first-of-type {
  font-size: 1.3rem;
}
/* WHITEPAPER INDEX */
.casestudies_hero.wp {
  min-height: 300px;
}
.casestudies_hero.wp h1 {
  color: #FFFFFF;
  font-size: 3.2rem;
  margin-bottom: 0;
}

.wp .casestudies_logo {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 230px;
  padding: 0;
}
.wp .casestudies_single a {
  color: #FFFFFF;
  font-size: 18px;
}
/* WHITE PAPERS INDEX - End */


/* BLOG INDEX */
.blogs_logo {
  margin: 20px 0;
}
.blogs_main {
	background-size: 8px;
	padding: 60px 0;
}
.blogs_main .col-md-4 {
  display: flex;
  flex-direction: column;
}
.blogs_main article {
  flex-grow: 1;
  margin-bottom: 20px;
  padding: 0;
}
.blogs_cat-list ul {
	display: inline-flex;
	justify-content: center;
	padding: 0;
	width: 100%;
}
.blogs_cat-list li {
  background-color: #323232;
	list-style: none;
  margin: 10px;
  padding: 10px 20px;
}
.blogs_cat-list li a {
color: #FFFFFF;
}

.blogs_main article {
  background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
}
.blogs_main .entry-category a {
  color: #ff5081;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.blogs_main h2 {
  color: #000000;
	font-size: 1.4rem;
  letter-spacing: normal;
}
.blogs_main h2 a {
  color: #323232;
  font-size: 1.3rem;
	font-family: 'IBM Plex Serif', serif;
}
.blogs_main .single_fimg {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 310px;
}
.blogs_main header.entry-header {
	background-color: #FFFFFF;
	flex-grow: 1;
	padding: 20px;
}
.blogs_main .entry-meta {
  color: #fd7a00;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.blogs_main .entry-content {
  font-size: 1rem;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
}
.blogs_main .readmore {
  margin-top: 20px;
}
.blogs_main .readmore span {
  color: #f94e7e;
  font-size: 0.9rem;
}
div#byscripts_ajax_posts_loader_trigger {
  background-color: #14c5b8;
  border-radius: 30px;
  color: white;
  padding: 10px 40px;
  margin: auto;
}
.pagination {
  justify-content: center;
}
.pagination a {
  background-color: #323232;
  color: #FFFFFF;
  list-style: none;
  margin: 10px;
  padding: 10px 20px;
}
/* BLOG INDEX - End */


/* BLOG SINGLE */
.single .v2blog_header {
  padding: 60px 0;
}
.single .v2blog_header img {
  margin-bottom: 40px;
}
.v2blog_main {
  padding-bottom: 60px;
}
.single .entry-container {
  display: flex;
  justify-content: space-between;
}
.single .entry-category a {
  background-color: #f63d84;
  color: #FFFFFF;
  padding: 10px;
}
.single .entry-category a:hover {
  color: #FFFFFF;
}
.single article .entry-content {
  max-width: initial;
  padding-left: initial;
  padding-right: initial;
}
.single .link a {
  margin-right: 10px;
}
.single .link img {
  max-width: 40px;
}
.single .recentposts article .entry-content {
  padding: 10px 20px 20px 20px;
}
.blog_single-nav {
  display: flex;
  justify-content: space-between;
}
.blog_single-nav span {
  background-color:  #323232;
  padding: 10px 20px;
}
.blog_single-nav span a {
  color: #FFFFFF;
}
.entry-content ol {
  max-width: 100%;
}
/* BLOG SINGLE - End */


/* MODAL */
.modal-content {
  background-color: #5ac2b8;
}
.modal-header {
  border: none;
}
.modal img {
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
.modal input[type=submit] {
  background-color: #212529;
  border: none;
  border-radius: 0;
  color: #FFFFFF;
  padding: 10px 30px;
  width: 100% !important;
}
::-webkit-input-placeholder { /* Chrome */
  color: #212529 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #212529 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #212529 !important;
  opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #212529 !important;
  opacity: 1 !important;
}
/* MODAL - End */


/* TERMS */
.terms {
  padding: 60px 0;
}
/* TERMS - End */


/* FOOTER */
#contact {
  padding: 100px 0 0;
}
#contact .container-fluid {
  padding: 0;
}
#contact .container-fluid .row {
  margin: auto;
  max-width: 1140px;
}
#contact .footer_header, #contact .right-footer h5 {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: 'Geometos';
  text-transform: uppercase;
  color:#14c5b8;
}
.right-footer > div > div {
  flex: 1 1 0;
}
.right-footer > div > div > img {
  max-width: 120px;
}
.lives-logo img {
  max-width: 52px!important;
}
#contact a {
  color: #323232;
}
.social a {
  margin: 0 5px;
  text-decoration: none;
}
.footer-logo img {
  max-width: 180px;
}
.logos-inner img {
    padding-left: 3px;
    padding-right: 3px;
}
.row.logos {
  padding: 20px 0 60px;
  position: relative;
}
.sitelinks {
  display: flex;
  justify-content: start;
}
.sitelinks p {
  text-transform: capitalize;
  margin-right: 20px;
}
.sitelinks p, .sitelinks a {
  font-size: 90%!important;
}
.single .recentposts h2 {
  font-size: 3rem;
}
.home_service-triangle.triangle-footer {
  clip-path: polygon(0 100%, 0% 0, 100% 100%);
  left: 0;
}
#contact .container-fluid.footer-policy {
  background-image: url('https://www.prizeology.com/wp-content/themes/prizeology/images/2about_mission-pattern.png');
  background-size: 8px;
  padding: 30px 0 10px;
}
/* FOOTER - End */


@media (max-width: 991px) {
  .about_block h2 {
    font-size: 2.8rem;
  }
  .about_block-txt {
    padding: 60px 20px 40px;
  }

  .cta h2 {
    font-size: 3.2rem;
  }

  .casestudies_hero .casestudies_hero-txt {
    font-size: 3rem;
  }

  .blogs_main {
    padding-top: 40px;
  }
  .blogs_cat-list ul {
    display: block;
    margin-bottom: 40px;
    text-align: center;
  }
  .blogs_cat-list li {
    margin: 10px auto;
  }

  .single .recentposts h2 {
    font-size: 2.6rem;
  }
  .single-casestudy .single-txt .text-inner {
    padding: 60px 2rem;
  }
}

@media (min-width: 768px) {
  .menu-item-has-children:hover .dropdown-menu {
    display: block
  }
}

@media (max-width: 767px) {
  body.admin-bar nav {
    top: 48px;
  }
  nav .navbar-dark .navbar-nav .nav-link {
    color: #FFFFFF !important;
  }
  .logos-inner img {
	 margin-top: 0!important;
	}
  nav .nav-container {
    top: 58px;
  }

  .nav-container2 {
    display: flex
  }
  .nav-container2 .btn {
    display: flex;
    align-items: center;
    margin-right: 30px;
  }

  nav.navbar .container {
    max-width: none;
  }
  .nav-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 999;
    max-height: calc(100% - 50px);
    overflow-y: auto;
  }
  button.navbar-toggler {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0;
    float: right;
    font-size: 1.5rem;
  }
  ul#menu-header li {
    padding: 1px 0;
  }
  ul#menu-header li a {
    font-size: 14px;
  }
  ul#menu-header li.current-menu-item {
    border-top: 0;
  }
  .dropdown-item {
    font-family: 'din-2014-narrow';
  }
  .dropdown-item:hover {
    color: #000000;
  }
  .navbar-dark .navbar-nav .active>.nav-link,
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .show>.nav-link,
  .navbar-dark .navbar-nav .nav-link {
    color: #FFFFFF;
  }
  .navbar-dark .navbar-nav .nav-link,
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover,
  ul#menu-header ul.dropdown-menu li a {
    color: #FFFFFF;
  }
  .nav-item a:visited {
    color: #FFFFFF !important;
  }
  .nav-link {
    display: block;
    padding: .4rem 1rem;
  }
  #navbarDropdown {
    background-color: rgba(0, 0, 0, 0.9);
    clear: right;
    padding: 0px 20px;
    width: 280px;
  }
  .dropdown-menu {
    background-color: transparent !important;
  }
  ul#menu-header ul.dropdown-menu {
    background-color: transparent;
    margin-top: 0;
  }
  ul#menu-header ul.dropdown-menu li a {
    padding: 3px 4px;
    text-align: left;
    width: unset;
  }
  ul#menu-header ul.dropdown-menu li a:hover {
    color: #000000 !important;
  }

  h2 {
    font-size: 2.8rem;
  }
  .intro h1 {
    font-size: 46px;
  }
  .quote {
    margin-bottom: 20px;
  }
  .casestudies-single {
    margin-bottom: 20px;
  }
  .newsletter h2 {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
  .newsletter p {
    font-size: inherit;
    text-align: left;
  }
  .newsletter .gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
  }

  .hero h1 {
    margin-bottom: 20px;
  }
  .hero ul {
    padding: 0;
  }

  .about_block {
    padding: 40px 0 0;
  }
  .about_block .row {
  	flex-direction: column-reverse;
  }
  .about_block.right .row {
  	flex-direction: column-reverse;
  }
  .about_block.about_founder .row {
    flex-direction: column;
  }
  .about_block-heading {
    display: block;
  }
  .about_block h2 {
    margin: auto;
    max-width: none;
    text-align: center;
  }
  .about_block-txt {
    max-width: none;
    padding: 30px 20px 20px;
    text-align: left !important;
  }
  .about_block .founder-img {
    margin-top: 20px;
    max-width: 400px;
    min-height: 600px;
  }
  .about_block .about_block-triangle,
  .about_block.right .about_block-triangle,
  .about_founder .about_block-triangle {
    background-color: transparent !important;
  }

  .casestudies_hero .casestudies_hero-txt {
    font-size: 2.4rem;
  }

  .single .recentposts h2 {
    font-size: 2.4rem;
  }
	#contact {
	 padding: 50px 0 0;
	}
	.col-sm-4.text-center.footer-logo {
		order: 1;
		padding-bottom: 40px;
	}
	.col-sm-4.text-center.contact-info {
		order: 2;
		padding-bottom: 40px;
	}
	.col-sm-4.text-center.socials {
		order: 3;
	}

  /*#contact .footer-logo {
    display: none;
  }*/
  #contact .row.logos {
    padding-bottom: 0;
  }
  #contact .col-sm-4 {
    text-align: center !important;
  }
  #contact .logos .col-sm-4 {
    text-align: center !important;
  }
  #contact .logos img {
    margin: 20px 0;
  }
  .hero.about-intro p {
    margin-left: 0;
  }
  .hero.about-intro .text-box {
    padding-top: 30px;
  }
}


@media (max-width: 575px) {
  .hero h1 {
    font-size: 2.8rem;
  }
  .cta h2 {
    font-size: 2.4rem;
  }

  header.entry-header {
    margin-bottom: 20px;
  }
  header.entry-header h1 {
    font-size: 2rem;
  }
  .single .recentposts h2 {
    font-size: 1.8rem;
  }
  .single .recentposts h2 br {
    display: none;
  }
}


@media (max-width: 475px) {
  .hero h1 {
    font-size: 2.2rem;
  }
  .cta h2 {
    font-size: 2rem;
  }

  .casestudies_hero .casestudies_hero-txt {
    font-size: 1.8rem;
  }

  .casestudy_services h2 {
    font-size: 2.4rem;
  }

  .casestudies_hero.wp h1 {
    font-size: 2.2rem;
  }

  header.entry-header h1 {
    font-size: 1.8rem;
  }
  .single .entry-container {
    display: block;
  }
  .entry-meta {
    margin-bottom: 20px;
  }
  .single .recentposts h2 {
    font-size: 1.4rem;
  }
}


@media (max-width: 425px) {
  .nav-container2 .btn {
    display: none;
  }
}


@media (max-width: 375px) {
  .intro h1 {
    font-size: 2.4rem;
  }
  .newsletter h2 {
    font-size: 2.4rem;
  }

  .about_block h2 {
    font-size: 2.2rem;
  }

  .casestudies_hero .casestudies_hero-txt {
    font-size: 1.6rem;
  }

  .casestudy_services h2 {
    font-size: 1.8rem;
  }

  header.entry-header h1 {
    font-size: 1.4rem;
  }
  .blog_single-nav {
    display: block;
  }
  .blog_single-nav span {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
}
.pink {
  background-color: #ff5081;
}
.teal {
  background-color: #14c5b8;
}
.yellow {
  background-color: #f7f80c;
}