/*!
Theme Name: Spy Engage
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: spyengage
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Spy Engage is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


body{
	margin:0;
	padding:0;
	line-height:1.7;
    color: #3a3a3a;
}
body, button, input, select, textarea {
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 19px;
}
p{
	margin-bottom: 1.5em;
 }
a, button, input {
	transition: color .1s ease-in-out,background-color .1s ease-in-out;
}
img {
	height: auto;
	max-width: 100%;
}
a{
	color:#1e73be;
}
table, td, th {
    border: 1px solid rgba(0,0,0,.1);
}
table {
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
}

td, th {
    font-weight: 400;
    text-align: left;
    padding: 8px 8px 30px 8px;
    border-width: 0 1px 1px 0;;
}
th {
    font-weight: 700;
}

.big-link{font-size: 30px;}
.orange-btn {
    background-color: #ff6900;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .02em;
    padding: 8px 30px;
    border-radius: 20px;
    transition: .5s;
    cursor: pointer;
    display: inline-flex;
    text-decoration: none;
}
.orange-btn:hover {
    transform: translate3d(0,-5px,0);
}
.text-center {
    text-align: center;
}
.blue-block {
    width: 100%; display: flex; background-color: #2988bc; box-sizing: border-box;
    color: #fff;  border-radius: 20px; padding: 0 25px; margin: 0 0 1.5em;
}
.blue-border{border-radius: 20px; border: 5px solid #2988bc;}
.wp-block-embed{width: 100%;}
.wp-block-embed__wrapper{width: 100%;}
iframe{width: 100%;}
.annoucement-box{width: 100%; max-width: 760px; margin: 0 20px 1.5em; box-sizing: border-box; 
    border: 4px solid #2988bc; border-radius: 30px; padding: 70px 40px 20px; 
    background: url(images/annoucement-icon.png) center 20px no-repeat; text-align: center;
}
  
/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.inside-header {
	padding: 10px 25px 0 12px;
}

.site-branding img {
	max-width: 450px; width: 100%;
	height: auto;
  }
 .main-navigation ul.menu{display:flex;margin:0;padding:15px 0 0;}
 .main-navigation ul.menu > li{margin:0 10px;list-style: none; position: relative; font-size: 15px;}
.main-navigation ul.menu > li.menu-item-has-children{padding-right: 30px;}
.main-navigation ul.menu > li.menu-item-has-children:before{color: #fff; position: absolute; right: 0; top: 6px;}
.main-navigation ul.menu > li > a{font-weight:600;color:#fff;text-decoration:none;}
.main-navigation ul.menu > li > ul.sub-menu{display: none;  box-shadow: 1px 1px 0 rgb(0 0 0 / 10%); position: absolute; left: 0; top: 100%; width: 200px; padding: 0;}
.main-navigation ul.menu > li.menu-item-has-children:hover > ul.sub-menu{display: block;}
.main-navigation ul.menu > li > ul.sub-menu li{width: 100%; display: inline-block;}
.main-navigation ul.menu > li > ul.sub-menu li a{color: #fff; padding:5px 10px;
    background-color: #4f4f4f; display: block; text-decoration: none;}
.gb-container-5abe292c, .content_section1 {
	margin-top: 0;
	background-color: #2988bc;
	overflow: hidden;
	position: relative;
}
.content_section1{
  color: #fff;
}
.content_section1 h2{
    text-align: center;
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: .01em;
    margin-bottom: 40px;
}
.content_section1 p{ font-size: 20px; }
.content_section1 a{color: #fff; text-decoration: underline; }
.gb-inside-container {
	padding: 160px 40px 100px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	position: relative;
  }
.gb-container-5abe292c:before, .content_section1:before {
	content: "";
	background-image: url(/wp-content/uploads/2022/07/background2-7.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: inherit;
	opacity: .1;
}
h1.gb-headline{
	color: #fff;
	font-weight:400;
	font-size: 44px;
	margin-bottom: 30px;
}
p.gb-headline-text{
	color: #fff;
	font-size: 24px;
	margin-bottom: 30px;
}
.gb-shapes{position: relative;}
.gb-shapes .gb-shape-1 {
	color: #fff;
	left: 0;
	right: 0;
	bottom: -1px;
	transform: scaleX(-1);
  }
  
.gb-shape {
	position: absolute;
	overflow: hidden;
	pointer-events: none;
	line-height: 0;
  }
.gb-shapes .gb-shape-1 svg {
	height: 80px;
	width: calc(100% + 1.3px);
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	min-width: 100%;
}
.gb-shape svg {
	fill: currentColor;
}
.gb-container-5abe292c > .gb-shapes .gb-shape-1 {
	color: #fff;
}
body.single-post .header-wrap {
    background: #2988bc;
}
body:not(.single-post) .header-wrap {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10;
  }
.inside-header{
	display:flex;
	justify-content: space-between;
}

#block-3 {
    background-color: #fff;
    padding: 15px 20px 20px;
    margin-top: 20px;
    box-sizing: border-box;
    box-shadow: rgba(23,43,99,.14) 0 7px 28px!important;
    margin-bottom: 20px; display: inline-block; width: 100%;
}
.wp-block-latest-posts.wp-block-latest-posts__list{padding-left: 25px; list-style: decimal; color: #1e73be;}
.wp-block-latest-posts li{font-size: 20px; margin: 0 0 10px;}
.wp-block-latest-posts li a{text-decoration: none;}
.wp-block-latest-posts li a:hover{color: #000;}

#block-7{
    background-color: #2988bc;
    padding: 30px 40px;
    margin-top: 20px;
    box-sizing: border-box; 
    color: #fff; display: inline-block; width: 100%;
}
#block-7 .gb-grid-wrapper{flex-wrap: nowrap; justify-content: space-between;}
#block-7 .gb-grid-wrapper .gb-grid-column{width: 70%;}
#block-7 .gb-grid-wrapper .gb-grid-column + .gb-grid-column{ width: 26%;}

/* Footer Styles */
.gb-container-71e6e77e {
	margin-top: 30px;
	background-color: #114ab0;
	position: relative;
	overflow: hidden;
  }
  .gb-container-71e6e77e::before {
	content: "";
	background-image: url(/wp-content/uploads/2022/07/background2-7.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: inherit;
	opacity: .2;
  }
  .gb-container-71e6e77e > .gb-inside-container {
	padding: 80px 20px 80px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	position: relative;
  }
  .gb-grid-wrapper-21b7b787 {
	margin-left: -140px;
  }
  .gb-grid-wrapper-21b7b787 > .gb-grid-column {
	padding-left: 140px;
  }
  .gb-grid-wrapper > .gb-grid-column-cec8a307 {
	width: 50%;
  }
  .gb-grid-column {
	box-sizing: border-box;
  }
  .gb-grid-wrapper > .gb-grid-column > .gb-container {
	display: flex;
	flex-direction: column;
	height: 100%;
  }
  .gb-container-cec8a307 > .gb-inside-container {
	padding: 0;
  }
  h3.gb-headline-88d74fe9 {
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 27px;
  }
  .gb-button-wrapper-47211018 {
	margin-top: 40px;
  }
  .gb-container-651e5a0a > .gb-inside-container {
	padding: 0 0 40px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
  }
  .gb-button-wrapper a.gb-button-f6a84905, .gb-button-wrapper a.gb-button-f6a84905:visited {
	background-color: #0366d6;
	color: #fff;
	padding: 15px 20px;
	margin: 10px;
	display: inline-flex;
	align-items: center;
  }
  .gb-button-wrapper .gb-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	transition: background-color .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out,opacity .2s ease-in-out,box-shadow .2s ease-in-out;
  }
  .gb-button-wrapper a.gb-button-c8960d91:active, .gb-button-wrapper a.gb-button-c8960d91:focus, .gb-button-wrapper a.gb-button-c8960d91:hover {
	background-color: #fff;
	color: #114ab0;
  }
  .gb-button-wrapper a.gb-button-c8960d91, .gb-button-wrapper a.gb-button-c8960d91:visited {
	background-color: #fff;
	color: #114ab0;
	font-weight: 700;
	padding: 10px 20px;
	border-radius: 20px 2px;
  }
  .gb-button-wrapper .gb-button-c8960d91:hover {
	transform: translate3d(0,-5px,0);
  }
  .gb-button-wrapper .gb-button-c8960d91 {
	transition: .5s;
  }
  .gb-button-wrapper a.gb-button-b01ac774, .gb-button-wrapper a.gb-button-b01ac774:visited {
	background-color: #0693e3;
	color: #fff;
	padding: 15px 20px;
	margin: 9px;
	display: inline-flex;
	align-items: center;
  }
  .gb-button-wrapper a.gb-button-c81e15de, .gb-button-wrapper a.gb-button-c81e15de:visited {
	background-color: #cf2e2e;
	color: #fff;
	padding: 15px 20px;
	margin: 9px;
	display: inline-flex;
	align-items: center;
  }
  .gb-button-wrapper a.gb-button-75604121, .gb-button-wrapper a.gb-button-75604121:visited {
	background-color: #cf2e2e;
	color: #fff;
	padding: 15px 20px;
	margin: 9px;
	display: inline-flex;
	align-items: center;
  }
  .gb-button-wrapper .gb-button-f6a84905,
  .gb-button-wrapper a.gb-button-b01ac774,
  .gb-button-wrapper a.gb-button-c81e15de,
  .gb-button-wrapper a.gb-button-75604121{
	transition: .5s;
  }
  .gb-button-wrapper a.gb-button-f6a84905:active,
  .gb-button-wrapper a.gb-button-f6a84905:focus,
  .gb-button-wrapper a.gb-button-f6a84905:hover {
	background-color: #222;
	color: #fff;
	transform: translate3d(0,-5px,0);
  }
  .gb-button-wrapper a.gb-button-b01ac774:active,
  .gb-button-wrapper a.gb-button-b01ac774:focus,
  .gb-button-wrapper a.gb-button-b01ac774:hover {
	background-color: #222;
	color: #fff;
	transform: translate3d(0,-5px,0);
  }
  .gb-button-wrapper a.gb-button-c81e15de:active,
  .gb-button-wrapper a.gb-button-c81e15de:focus,
  .gb-button-wrapper a.gb-button-c81e15de:hover {
	background-color: #222;
	color: #fff;
	transform: translate3d(0,-5px,0);
  }
  .gb-button-wrapper a.gb-button-75604121:active,
  .gb-button-wrapper a.gb-button-75604121:focus,
  .gb-button-wrapper a.gb-button-75604121:hover {
	background-color: #222;
	color: #fff;
	transform: translate3d(0,-5px,0);
  }
  .gb-grid-wrapper-21b7b787 > .gb-grid-column {
	padding-left: 140px;
  }
  .gb-grid-wrapper > .gb-grid-column-e24565a0 {
	width: 50%;
  }
  .gb-grid-wrapper {
	display: flex;
	flex-wrap: wrap;
  }
  .gb-container-db7aaa4e {
	margin-top: 0;
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #fff;
  }
  .gb-container-e24565a0 > .gb-inside-container {
	padding: 0;
  }
  h4.gb-headline-3f3470db {
	color: #fff;
	margin-bottom: 30px;
	font-weight:400;
	font-size: 23px;
  }
  p.gb-headline-c4bddaf2 {
	color: #fff;
	font-size: 17px;
  }
  p.gb-headline-4f8124d4 {
	color: #fff;
	font-size: 17px;
	margin-bottom: 0;
	display: flex;
	align-items: center;
  }
  p.gb-headline-4f8124d4 .gb-icon {
	padding-right: .5em;
  }
  p.gb-headline-4f8124d4 .gb-icon svg {
	width: .8em;
	height: .8em;
  }
  .gb-container-8ac4d30e > .gb-inside-container {
	padding: 40px 40px 40px 0;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
  }
  .gb-container-db7aaa4e > .gb-inside-container {
	padding: 40px 0 0;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
  }
  .gb-container-4925d553 > .gb-inside-container,
  .gb-container-d9b2f1ca > .gb-inside-container {
	padding: 0;
	margin:0;
  }
  p.gb-headline-227e780a {
	color: #fff;
	font-size: 14px;
  }
  .gb-grid-column-4925d553  p.gb-headline-227e780a{
	margin-top:0;
  }
  .gb-button-wrapper-aff3fc00 {
	justify-content: flex-end;
	display:flex;
  }
 
  .gb-grid-wrapper > .gb-grid-column-4925d553 {
	width: 33.33%;
  }

  .gb-grid-wrapper > .gb-grid-column-d9b2f1ca {
	width: 66.66%;
  }
  .gb-button-wrapper-aff3fc00 a, .gb-button-wrapper-aff3fc00 a:visited {
	color: #fff;
	font-size: 13px;
	padding: 0;
	margin-right: 12px;
  }
  .gb-button-wrapper a.gb-button-49d1e25f{
	margin-right:0;
  }

  .container{
	max-width: 1000px;
	margin:auto;
	padding: 0 15px;
  }

  .inner-container{
	max-width: 800px;
	margin:auto;
	padding: 40px;
    position: relative; z-index: 9;
  }
.entry-meta {font-size: 14px; color: #3a3a3a;}
.entry-meta span.byline{padding: 0 10px 0 0; margin: 0 10px 0 0; border-right: 1px solid #e8edf0;}
.entry-meta span.posted-on span{padding-left: 5px;}
h1.entry-title{font-size: 40px; margin: 0 0 10px; line-height: 1.2; font-weight: 400;}
h2 {
    font-size: 35px;
    margin:0 0 20px;
    line-height: 1.2em;
    text-transform: none;
    font-weight: 400;
}
h3 {
    font-weight: 400;
    font-size: 27px;
    margin:0 0 20px;
    line-height: 1.2em;
    text-transform: none;
}
h4 {
    margin:0 0 20px;font-weight:400;font-size:23px
}
h5{margin:0 0 15px;font-weight:400;font-size:20px}
h6{margin:0 0 15px;font-weight:400;font-size:18px}
#kennedy-section {
  padding:80px 0;
  background-image: linear-gradient(200deg,rgba(73,119,238,.05) 50%,#fff 50%);
}
#kennedy-section .gb-inside-container{padding:0;}

  .home-featured-article h2, .content_section h2, .content_section3 h2 {
	text-align: center;
	color: #2988bc;
	font-size: 44px;
	padding-top: 40px;
	padding-bottom: 0;
	margin-top:0;
	line-height: 1.2em;
	margin-bottom: 20px;
  }
.featured-ranches-title {
  margin-bottom: 70px !important;
}
ul.tick-list.blue-tick{
margin: 0; padding: 0;  
}
ul.tick-list.blue-tick li{font-size: 25px; background: url(images/blue-tick.png) 0 5px no-repeat; list-style: none; background-size: 32px auto; padding: 0 0 0 45px; margin: 0 0 12px;}
ul.tick-list.blue-tick li a{color: #2988bc; text-decoration: none;}
.content_section3 ul.tick-list{padding-left: 100px;}
.divider{width: 100%; background: #b2b2be; height: 3px; display: inline-block; margin: 40px 0 0;}
.content-editor p{font-size: 20px;}
.feature-box{
	display:flex;
	justify-content: space-between;
	font-size: 21px;
	align-items: center;
}
.feature-box:nth-child(even){
	flex-direction:row-reverse;
}
.hacking-boxes .feature-box:nth-child(even), .security-boxes .feature-box:nth-child(even){
	flex-direction:row;
}
.featured-thumbnail{margin-left:40px; max-width: 50%;}
.featured-thumbnail img{width: auto;}
.article-content{padding:40px;margin-left:40px;width:380px;}
.article-content p{margin-top:0;color:#3a3a3a;}
.recomended-boxes .feature-box{flex-wrap: nowrap;}
.recomended-boxes .featured-thumbnail{margin:0 15px;}
.recomended-boxes .article-content{margin:0;}
.feature-box h3{
	color: #2988bc;
	font-size: 32px;
	padding-bottom: 10px;
	margin-bottom: 0;
	line-height:1.2;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #f37836;
	display: inline-block;
	margin-top:0;
}
.feature-box h3 img{vertical-align: middle;}
.article-link a{
	background-color: rgba(243,120,54,.9);
	color: #fff;
	transition: .5s;
	font-weight: 700;
	padding: 12px 20px;
	border-radius: 4px;
	margin-right: 20px;
	font-size: 18px;
	text-decoration: none;
	display:inline-block;
}
.article-link a:hover {
	transform: scale(1.05) perspective(1000px);
}
.content_section4 h2{font-size: 44px;}
ul.restricted-list{ margin: 0; padding: 0;}
ul.restricted-list li{font-size: 20px; background: url(images/restricted-icon.png) 0 5px no-repeat; list-style: none; background-size: 28px auto; padding: 0 0 0 35px; margin: 0 0 1.5em;}
ul.restricted-list.white-list li{ background-image: url(images/white-restricted-icon.png);}
.testimonial-content{ text-align: center; }
.testimonial-content .inner-container{
  padding-top: 80px;
  background-color: rgba(211,216,199,0);
  background-image: linear-gradient(190deg,rgba(211,216,199,.22) 50%,#fff 50%);
}
.testimonial-content .content-editor { background: url(images/quotation-icon.png) center top no-repeat; background-size: 50px auto; padding-top: 35px; }
.testimonial-content .content-editor p{font-size: 22px;}
.home-hacking {
	padding: 120px 0 100px;
	position: relative;
	background:#2988bc;
}
.home-hacking:before {
	content: "";
	background: url(/wp-content/uploads/2022/07/background2.jpg) no-repeat center center;
	background-size: cover;
	z-index: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: inherit;
	opacity: .1;
  }
.home-hacking h2{
	text-align: center;
	color: #fff;
	font-size: 44px;
	font-weight: 700;
	letter-spacing: .01em;
	margin-bottom: 40px;
}
.home-hacking p {
  color: #fff;
  font-size: 25px;
  display: flex;
  margin-top: 0;
  margin-bottom: 12px;
  align-items: center;
}
.home-hacking a{color: #fff;}
.home-hacking a:hover{color: #ff6900;}
.home-hacking .container{
	position:relative;
	z-index: 1;
}
.home-hacking .gb-shapes {
	position: absolute;
	overflow: hidden;
	pointer-events: none;
	line-height: 0;
	top:0;
	width:100%;
}
.home-hacking .gb-shapes .gb-shape-1 {
	position:relative;
	top: -1px;
	transform: scaleY(-1);
}
.home-hacking .gb-shapes .gb-shape-1 svg {
	height: 60px;
	width: calc(100% + 1.3px);
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	min-width: 100%;
}
.home-hacking h3 {
	color: #fff;
	font-size: 25px;
	border:0;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	font-weight:500;
}
.home-hacking h3 a{
	color: #fff;
}
.home-hacking h3 a:hover {
	color: #ff6900;
}
.home-hacking .gb-icon {
	padding-right: .5em;
	padding-top: .5em;
}
.hacking-main{
	display:flex;
	justify-content: space-between;
}
.hacking-main .hacking-boxes{width: 66.6%;}
.hacking-main .hacking-image{width: 25%;}
.hacking-main img{max-width: 165px;}

.home-security{
	padding:80px 0 40px;
}
.home-security h2{
	margin:0;
	text-align: center;
	color: #2988bc;
	font-size: 44px;
	font-weight: 700;
	letter-spacing: .01em;
	margin-bottom: 40px;
}
.home-security h3 {
	color: #fff;
	font-size: 25px;
	line-height:1.5;
	border: 0;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	font-weight: 500;
  }
.home-security svg {
	color: #2988bc;
	font-size: 25px;
	padding-right:.5em;
	padding-top:.5em;
}
.security-main{
	display: flex;
	justify-content: space-between;
}
.security-image{
	width:25%;
	margin-left:30px;
}
.security-boxes{
	width:75%;
	margin-left: 30px;
}
.security-boxes h3 a:hover{
	color:#ff6900;
}
.home-featured-blog{
	padding:40px 0;
}
.home-featured-blog h2{
	margin:0;
	text-align: center;
	color: #2988bc;
	font-size: 44px;
	font-weight: 700;
	letter-spacing: .01em;
	margin-bottom: 40px;
}
.blog-main{
	border:1px solid #2988bc;
	padding:60px 40px 40px;
}
.blog-boxes{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.blog-boxes>div{
	width:445px;
	margin-bottom:20px;
}
.kennedy-section-wrap{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: center;
}
.kennedy-content, .kennedy-image{
	width:45%;
	font-size: 21px;
	line-height:1.7;
	color:#3a3a3a;
}
.kennedy-content h3 {
	font-size: 32px;
	letter-spacing: 0;
	padding-left: 15px;
	margin-bottom: 10px;
	border-left-style: solid;
	border-left-width: 4px;
	border-color: #2988bc;
	font-weight:400;
	line-height: 1.3;
	color:#3a3a3a;
  }
  .kennedy-image{
	background-image: linear-gradient(90deg,rgba(255,255,255,0) 40%,rgba(6,147,227,.06) 40%);
	padding:80px 0;
  }
  .kennedy-image img{
	max-width: 280px;
  }
  .security-image img{
	max-width:225px;
  }
  .gb-button-wrapper-bfef9a5d{display: flex;}
.counter-hierarchy{ background: #edf6ff; }
#author-section{}
#author-section .inner-container{}
#author-section .author-section-wrap{ display: flex; justify-content: space-between; background-color: #2988bc; color: #fff; padding: 30px 50px; align-items: center; }
#author-section .author-section-wrap .author-content {width: 73%;}
#author-section .author-section-wrap .author-image {width: 172px;}
#author-section .author-section-wrap .author-image img{border-radius: 50%;}
.fancy{width: auto; margin: 0 auto;}
.fancy table{border: none;}
.fancy tr{display: flex;}
.fancy tr td{width: 205px; background: #1e73be; color: #fff; font-size: 18px; padding: 15px 10px; margin: 0 20px; display: inline-flex; align-items: center; justify-content: center; border-bottom: 1px solid #fff;}
.fancy tr:first-child td{border-top: 10px solid #222222; flex-direction: column; font-size: 24px; font-weight: 700; }
.fancy tr:last-child td{border-bottom: 10px solid #222222; padding-bottom: 50px;}
.fancy tr:last-child td a{background-color: #f37836; color: #fff; font-size: 15px; font-weight: 700; letter-spacing: 0; padding: 12px 20px; border-radius: 15px; text-decoration: none;}
.buy-book-btn{    
    background-color: #ff6900;
    color: #fff; text-decoration: none; transition: all .5s ease; box-shadow: 0 2px 0px #fff;
    font-size: 24px; line-height: 24px;
    padding: 21px 27px;
    border-radius: 38px;
    margin-bottom: 20px;
    display: inline-block;
}
.buy-book-btn:hover{
  background-color: rgba(255,105,0,.55);
  color: #fff; transform: scale(1.05) perspective(1000px);
  border-color: #fff;
}
.buy-book-btn img{vertical-align: bottom;}

/*Template EBook*/

.page-template-template-e-book h1.gb-headline{line-height:1.3;margin:0;font-weight:bold;}
.page-template-template-e-book h2.gb-headline-h2{color:#fff;font-weight:600;}
.page-template-template-e-book .buy-book-btn img{margin-right:10px;}
.content_section.mn_ebook{padding:75px 0;}
.content_section.mn_ebook h2{font-weight:bold;margin-bottom:50px;}
.mn_ebook_wrap{display:flex; justify-content:space-between;}
.mn_ebook_wrap .left-content{width:35%;padding:40px 40px 40px 100px;}
.mn_ebook_wrap .left-content img{max-width:250px;}
.mn_ebook_wrap .right-content{width:60%;padding-left:100px;}
.mn_ebook_wrap .right-content ul{padding:0;margin:0;}
.mn_ebook_wrap .right-content ul li{list-style:none;display:flex;align-items:center;font-size: 22px;
color: #2988bc;}
.mn_ebook_wrap .right-content ul li p{margin:20px 0 20px 40px;}
.section-ul-blue{text-align:center;font-size: 22px;color: #2988bc;margin-top:50px;}
.whats_inside {
  background-color: #2d0f48;
  position: relative;
  overflow: hidden;
}
.whats_inside:before{
	content: "";
	background-image: url(https://www.spygeek.fr/wp-content/uploads/2023/05/background2-1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	z-index: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: inherit;
	opacity: .8;
}
.whats_inside:after {
  content: "";
  background-image: linear-gradient(125deg,rgba(41,136,188,.9) 10%,rgba(0,0,0,.7) 90%);
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.whats_inside_wrap{
	padding: 40px 40px 20px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	color:#fff;
	position: relative;
}
.flex_inside_content{display:flex;justify-content:space-between;}
.flex_inside_content .left-content{padding:40px;}
.flex_inside_content .right-content{padding:40px;margin-left:80px;}
.flex_inside_content .left-content h2{font-weight:bold;margin:0;padding:0;color:#fff;text-align:left;font-size:32px;}

.whats_inside ul{margin:50px 0;padding:0;display:flex;flex-wrap:wrap;justify-content:space-between;}
.whats_inside ul li{list-style:none;width:36%;background-color: #2988bc;
background-image: linear-gradient(180deg,rgba(255,255,255,0) 50%,rgba(124,174,178,.2));
border-top-left-radius: 60px;padding:50px 50px 30px;margin-bottom:25px;}
.whats_inside ul li + li{
	background-color: #7b92aa;
background-image: linear-gradient(180deg,rgba(255,255,255,0) 50%,rgba(124,174,178,.2));
border-top-right-radius: 60px; border-top-left-radius:0;
}
.whats_inside ul li + li + li {
  background-color: #5784ba;
  background-image: linear-gradient(180deg,rgba(255,255,255,0) 50%,rgba(124,174,178,.2));
  border-bottom-left-radius: 60px; border-top-right-radius: 0;
}
.whats_inside ul li + li + li + li {
  background-color: #37667e;
  background-image: linear-gradient(180deg,rgba(255,255,255,0) 50%,rgba(124,174,178,.2));
  border-bottom-right-radius: 60px; border-bottom-left-radius: 0;
}
.whats_inside ul li h3{font-weight:bold;}
.money-back h3 {
  text-align: center;
  color: #fff;
  font-size: 35px;
  margin-bottom: 40px;
}
.ebook_customer{padding:75px 0 25px;}
.ebook_customer h2{margin:0;font-weight:bold;padding:0;}
.ebook_customer img.aligncenter{margin:0 auto;}
.ebook_customer h2{font-size:35px;margin-bottom:60px;}
.ebook_customer ul{margin:0;padding:0;}
.ebook_customer ul li{list-style:none;padding: 40px;background-color: #fafafc; align-items:center;
box-shadow: 10px 10px 0 0 rgba(171,184,195,.3);margin:0 auto 100px;display:flex;justify-content:space-between;max-width:820px;}
.testImg{margin-left:40px;}
.testContent{width:65%;margin-left:30px;padding:40px;font-style:italic;}

.money_back {
  background-color: #2d0f48;
  position: relative;
  overflow: hidden;
}
.money_back:before {
  content: "";
  background-image: url(https://www.spygeek.fr/wp-content/uploads/2023/05/background2-1.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: inherit;
  opacity: .8;
}
.money_back:after {
  content: "";
  background-image: linear-gradient(125deg,rgba(41,136,188,.9) 10%,rgba(0,0,0,.7) 90%);
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.money_back .container {
  padding: 100px 40px 80px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative;
  color:#fff;
}
.money_back_head{display:flex;justify-content:space-between;align-items:center;}
.money_back_head h2{
	color: #f5f8fa;
	font-size: 28px;
	padding: 30px 0 15px 30px;
	padding-top:0;
	border-left-style: solid;
	border-left-width: 4px;
	border-color: #ff6900;
}
.money_back_head p{
	margin:0;
}
.taxonomy-description{
    text-align: center; margin: -30px 0 50px;
}

@media only screen and (min-width:991px) and (max-width:1024px){
	.gb-inside-container{padding:20px 40px 100px;}
}
@media only screen and (min-width:992px) and (max-width:1001px){
	.blog-main{padding:30px 20px 10px;}
}

@media only screen and (min-width:1025px) and (max-width:1149px){
	.site-branding{max-width:275px;}
	.main-navigation ul.menu > li > a{font-size:12px;}
}
@media only screen and (min-width:1150px) and (max-width:1288px){
	.site-branding{max-width:300px;}
	.main-navigation ul.menu > li > a{font-size:15px;}
}

@media only screen and (max-width:991px){
	.hacking-main .hacking-boxes{width:100%;}
	.mn_ebook_wrap{flex-direction:column;}
	.flex_inside_content{flex-direction:column;}
	.flex_inside_content .right-content{margin-left:0;}
	.whats_inside{ padding: 20px 0 0;}
	.whats_inside ul li{width:75%;}
	.ebook_customer ul li{flex-direction:column;}
	.testImg{margin-left:0;}
	.ebook_customer h2{font-size:25px;}
	.mn_ebook_wrap .right-content{width:80%;padding-left:50px;}
	.testContent{margin:0;padding:40px 0;text-align:center;width:85%;}
	.whats_inside ul li{border-radius:60px;border-top-left-radius:60px;}
	.whats_inside ul li + li{border-top-left-radius:60px;}
	.whats_inside ul li + li + li{border-top-right-radius:60px;}
	.whats_inside ul li + li + li+li{border-bottom-left-radius:60px;}
	.money_back_head{flex-direction:column;}
	.money_back_head h2{text-align:left;font-size:32px;}
	.money_back_head a.buy-book-btn{margin:50px 0;}
	h1.gb-headline{
		font-size: 36px;
		line-height: 1.2;
	}
	.feature-box{
		flex-direction:column;
		margin-bottom:60px;
		justify-content:left;
		flex-wrap:wrap;
		align-items:baseline;
	}
	.home-hacking .feature-box,
	.security-main .feature-box,
	.hacking-main .feature-box,
	.home-security .feature-box{margin-bottom:20px;align-items:baseline;}
	.featured-thumbnail{
		margin:0;
		max-width: 100%;
	}
	.home-hacking{padding:120px 0 20px;}
	.home-featured-article h2{
		font-size: 34px;
	}
	.home-hacking h2, .home-security h2, .home-featured-blog h2{
		font-size: 36px;
		line-height:1;
	}
	.hacking-main, .security-main{
		flex-direction: column;
	}
	.security-image{
		width:60%;
		margin:auto;
	}
	.blog-main{
		max-width:350px;
		margin:auto;
		padding:25px;
	}
	.blog-boxes > div:last-child{margin-bottom:0;}
	.security-boxes{
		margin:0 0 10px;
	}
	.kennedy-content, .kennedy-image, .security-boxes{
		width:100%;
	}
	.gb-grid-wrapper{flex-direction:column;}
	.gb-grid-wrapper > .gb-grid-column-4925d553,
	.gb-grid-wrapper > .gb-grid-column-cec8a307,
	.gb-grid-wrapper > .gb-grid-column-e24565a0{
		width:100%;
	}
	.gb-inside-container{
		margin:0;
	}
	.article-content{
		margin:20px 0;
		padding:0;
		width:auto;
	}
	.home-hacking h3, .home-security h3{
		font-size:22px;
	}
	.gb-grid-wrapper > .gb-grid-column-d9b2f1ca{
		width:100%;
	}
	.hacking-image{
		text-align:center; width: 100%;
	}
	.gb-button-wrapper-aff3fc00{
		display:inherit;
	}
	.gb-inside-container{
		padding:50px 40px;
	}
	.gb-button-wrapper-aff3fc00 a{
		margin-right:10px;
	}
	.mobmenu-content li:before{display:none;}
    .content_section3 ul.tick-list{padding-left: 50px;}
  }

@media only screen and (max-width:480px){
  .home-featured-article h2 {
    font-size: 26px;
    margin-bottom: 20px !important;
  }
  .article-content {
    text-align: center;
  }
  .feature-box h3 { font-size: 24px;}
  .feature-box { font-size: 18px;}
  .home-hacking { padding: 90px 0 20px;}
  .home-hacking .gb-shapes .gb-shape-1 svg{width: calc(170%);}
  .home-hacking h2, .home-security h2, .home-featured-blog h2{font-size: 28px; margin-bottom: 0;}
  .home-security {    padding: 50px 0 20px;}
  .home-hacking .feature-box, .security-main .feature-box,.hacking-main .feature-box, .home-security .feature-box {margin-bottom: 0;     margin-top: 10px; padding: 0;}
  .featured-ranches-title { margin-bottom: 30px !important;}
  #kennedy-section{ padding: 20px;}
  .kennedy-image{padding: 20px 0;}
  .gb-button-wrapper-bfef9a5d p {margin: 0;}
  p.gb-headline-4f8124d4, p.gb-headline-c4bddaf2{ font-size: 19px;}
  .gb-inside-container{padding: 30px 40px;}
  .inner-container{padding: 20px 40px;}
  .home-featured-article h2, .content_section h2, .content_section3 h2{font-size: 32px; padding-top: 20px;}
	.annoucement-box{margin: 0 0px 1.5em;}
  .content_section1 h2, .content_section4 h2{ font-size: 32px;}
  p.gb-headline-text{line-height: 1.4}
  .hacking-main{padding: 0 40px;}
  .home-hacking p, ul.tick-list.blue-tick li{font-size: 20px;}
  .hacking-main .hacking-image{width: 100%;}
  .content_section3 ul.tick-list{padding-left: 0px;}
  .home-featured-blog{ padding: 40px 25px; }
  #author-section .inner-container {padding: 0;}
  #author-section .author-section-wrap{padding: 30px 40px; flex-wrap: wrap;}
  #author-section .author-section-wrap .author-content{width: 100%;}
  #author-section .author-section-wrap .author-image{width: 100%; text-align: center;}
  .gb-container-71e6e77e{margin-top: 0;}
  .testimonial-content .inner-container{padding-top: 30px;}
  #block-7 .gb-grid-wrapper{flex-wrap: wrap;}
  #block-7 .gb-grid-wrapper .gb-grid-column{width: 100%;}
  #block-7 .gb-grid-wrapper .gb-grid-column + .gb-grid-column{width: 100%; text-align: center;}
  .buy-book-btn{font-size: 14px;}
  .content_section.mn_ebook{padding: 30px 0;}
  .content_section.mn_ebook h2{margin-bottom: 0;}
  .mn_ebook_wrap .left-content {    width: 100%;    padding: 40px 25px; box-sizing: border-box; text-align: center;}
  .mn_ebook_wrap .right-content {width: 100%; padding: 0;}
  .flex_inside_content .left-content{padding: 0;}
  .flex_inside_content .right-content{padding: 20px 0;}
  .mn_ebook_wrap .right-content ul li p { margin: 10px 0 10px 20px; line-height: 1.3; font-size: 20px;}
  .mn_ebook_wrap .right-content{padding: 0 40px; box-sizing: border-box;}
  .whats_inside_wrap{padding: 0 25px;}
  .ebook_customer { padding: 25px 0 0;}
  .ebook_customer ul li{padding: 25px 20px 0; margin-bottom: 50px;}
  .money_back .container{padding: 50px 40px 20px;}
  .home-featured-article .inner-container {padding: 20px 0;}
  .feature-box{margin-bottom: 30px; margin-top: 30px; padding: 20px;}
  .recomended-boxes .feature-box{flex-wrap: wrap;}
  .recomended-boxes .featured-thumbnail{margin: 0 0 20px;}
  h2.gb-headline-0c5aa9d1, h2.gb-headline-9ce15235, h2.gb-headline-fe0f7c87{padding-top: 0 !important;}
  .gb-container-2a3f8974>.gb-inside-container{ padding: 40px 40px 0px 40px; }
  h2.gb-headline-cb769261{font-size: 32px;}
  
  
}

