:root {
  --main: #ffdd00;
  --tinted: #59a870;
}

/* EVENT WIDGET */
#events h5 {
	font-size: 17px;
    min-height: 0;
	margin-top: 0;
    margin-bottom: 0;
}
	
.event-info-wrapper a {
		text-decoration: none;
		color: #000;
	}	

.fa-arrow-right {
	position: relative;
	top: 0;
	    transition: transform 300ms 0s;
	}
	.event-info-wrapper:hover .fa-arrow-right {
	transform: translateX(10px);	
	}

	.event-info-wrapper a {
		text-decoration: none;
		color: #000;
	}	

.event-wrapper {
    display:flex;
	padding-bottom: 10px;
}	

.date {
    width: 30%;
    margin-left: 2%;
	display:grid;
}
.event-info-wrapper {
	color: #000;
}
.event-info-wrapper h2 {
    margin: 0;
	font-size: 18px;
	padding-bottom: 5px;
	font-weight: 600;
}

.widget-block.upcoming-events {
    background: #fff;
}

.event-widget-title h3 {
    background: #fff;
    margin: 0px;
    font-size: 50px;
    font-weight: 600;
    max-width: 200px;
    text-align: left;
    padding: 5px 0;
    z-index: 2;
    position: relative;
    color: #000;
	padding-left: 2%;
}



.event-widget-date1{
    text-align: center;
    font-size: 17px;
    margin-bottom: 0px;
	margin-top: 0;
	
}
.event-widget-date2{
    text-align: center;
    font-size: 17px;
    margin-bottom: 0px;
	margin-top: 0;
}
button.widget-view-button {
    width: 100%;
    padding: 0px;
    color: #fff;
    border: none;
    background-color: var(--main);
	border-radius: 0px;
	
}
.event-widget-button-cell{
	display:table-cell;
	vertical-align: bottom;
}
.event-widget-button {
	display:table;
	width:100%;
}
i.fa-sharp.fa-solid.fa-arrow-right {
	font-size: 30pt;
	padding: 0;
}
.event-widget-flex {
	display:flex;
}
.event-widget-thumbnail {
	width: 68%;
}



/* EVENT ARCHIVE */


	.single-post-container.Europe, .single-post-container.Europe button.event-view-more-button {
	border-color: #8596b0;
}

	.single-post-container.LATAM, .single-post-container.LATAM button.event-view-more-button {
	border-color: #7a2879;
}

	.single-post-container.Africa, .single-post-container.Africa button.event-view-more-button {
	border-color: #187a34;
}

	.single-post-container.North.America, .single-post-container.North.America button.event-view-more-button {
	border-color: #b31c2b;
}

	.single-post-container.Middle.east, .single-post-container.Middle.east button.event-view-more-button {
	border-color: #1f325e;
}

	.single-post-container.APAC, .single-post-container.APAC button.event-view-more-button {
	border-color: #3b6189;
}

.events-filter-button-wrap button {
    margin-right: 1em;
    padding: 1px 10px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    border: 0;
    transition: transform 300ms ease-in-out 0s, box-shadow 300ms ease-in-out 0s;
	font-size: 16px;
    font-weight: 400;
}

.events-filter-button-wrap button:hover {
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 11px 13px -2px;
}

.events-me-button, .single-post-container.Middle.east:hover button.event-view-more-button{
	background: #1f325e;
}

.events-eu-button, .single-post-container.Europe:hover button.event-view-more-button{
	background: #8596b0;
}

.events-africa-button, .single-post-container.Africa:hover button.event-view-more-button{
	background: #187a34;
}

.events-apac-button, .single-post-container.APAC:hover button.event-view-more-button{
	background: #3b6189;
}

.events-na-button, .single-post-container.North.America:hover button.event-view-more-button{
	background: #b31c2b;
}

.events-latam-button, .single-post-container.LATAM:hover button.event-view-more-button{
	background: #7a2879;
}

.single-post-container.LATAM:hover button.event-view-more-button, .single-post-container.North.America:hover button.event-view-more-button, .single-post-container.APAC:hover button.event-view-more-button, .single-post-container.Africa:hover button.event-view-more-button, .single-post-container.Europe:hover button.event-view-more-button, .single-post-container.Middle.east:hover button.event-view-more-button{
	color: #fff;
}

.events-filter-button-wrap button a {
    color: inherit;
    text-decoration: none;
}

.event-archive-page {
    padding-top: 2em;
    margin: 5px 0 2em;
	position: relative;
}

.events-breadcrumb {
    position: absolute;
    top: 0;
    left: 0;
}

.events-breadcrumb a {
    color: var(--main);
    text-decoration: none;
}

.event-archive-page h1 {
    text-align: center;
    margin-bottom: 1em;
}

.event-list-text {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2em;
}

.events-filter-button-wrap {
    display: flex;
    margin: 0 auto 2em auto;
    justify-content: center;
    flex-wrap: wrap;
}

.events-filter-button-wrap button:nth-last-child(1) {
    margin-right: 0;
}

.single-post-container {
    box-shadow: 1px 1px 10px #949494;
	border-top: 1rem solid;
}

.events-archive-inner{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 2em;
    position: relative;
    padding-bottom: 1em;
}

.event-content-inside {
    padding: 5px 1em 10px;
}

.event-content-inside h3.event-title-lp {
    margin-bottom: 0;
}

.location-icon-event-lp .fa-location-dot, .date-icon-event-lp .fa-calendar-days {
    margin-right: 5px;
}

.event-lp-date-wrap {
    width: 33%;
	margin-right: 2%;
    text-align: center;
}
.event-lp-date1, .event-lp-date2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0;
}

.evmb-wrapper {
    width: 100%;
}
.event-content-lp {
    margin-bottom: 5px;
}
.event-date-day-range {
    display: flex;
}
.event-title-lp a {
    color: inherit;
    text-decoration: none;
}


button.event-view-more-button {
    background: #fff;
   border: 2px solid;
	width: 100%;
	transition: 0.6s ease 0s;
}


.Event-Date-Header, .Event-Location-Header, .Event-Org-Header {
	text-align: center;
}
/* Event Single */
.Event-Date-Header, .Event-Location-Header, .Event-Org-Header {
	text-align: center;
}


.single-event-page {
    margin: 2em 0;
}

.event-head {
	border-bottom: 2px solid #21252a;
}

.calendar-button {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    margin-right: 10px;
}

.calendar-button .fa-calendar-days {
    padding-right: 0;
    font-size: 30pt;
}

.location-button {
    color: #fff;
    background: var(--main);
    border-radius: 10px;
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 2px;
    font-size: 16px;
	border: 1px solid #fff ;
	transition: 0.3s ease 0s;
}
.location-button:hover {
	background-color: transparent;
	color: var(--main);
	border: 1px solid var(--main);
}
.organiser-button {
    color: #fff;
    background: var(--main);
    border-radius: 10px;
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 2px;
    font-size: 16px;
    margin-bottom: 15px;
	border: 1px solid #fff ;
	transition: 0.3s ease 0s;
}

.organiser-button .fa-globe, .location-button .fa-location-dot {
    padding-right: 0;
}

.organiser-button:hover {
	background-color: transparent;
	color: var(--main);
	border: 1px solid var(--main);
}

.Title-Calendar-Row {
    display: flex;
	justify-content: space-between;
}
.Location-Row {
    display: flex;
	margin-top: 15px;
	margin-bottom:15px;
}
.Organiser-Row {
    display: flex;
}

.event-title h1 {
    margin-bottom: 0;
	margin-top: 0;
	font-weight: 550;
    font-size: 2.5em;
	line-height: 1.3;
}


.Location-Title {
	padding-left: 10px;
    margin-bottom: 0px;
    font-size: 20px;
    color: var(--main);
    line-height: 24px;
}
.event-location {
    padding-left: 10px;
    margin-bottom: 0px;
    color: #21252a;
    font-size: 20px;
    line-height: 24px;
}
.Organiser-Title {
    padding-left: 10px;
    margin-bottom: 0px;
	font-size: 20px;
	color: var(--main);
	 line-height: 24px;
}
.organiser-name {
    padding-left: 10px;
    margin-bottom: 0px;
	color:#21252a;
	font-size: 20px;
	 line-height: 24px;
}
.event-featured-image-wrap {
  	position: relative;
}
.organiser-image {
  	position: absolute;
    top: -110px;
    right: 15px;
    background: #fff;
    border-radius: 5px;
    width: 40%;
    height: auto;
    padding: 10px;
    overflow: hidden;
	box-shadow: 1px 2px 6px 0px;
	color: #000;
}
.event-featured-image {
    top: 0px;
    left: 0px;
    border-radius: 20px;
}
.featured-img-event {
	width: 100%;
    padding-bottom: 1em;
}
.event-cal {
    display: flex;
    padding-bottom: 1px;
}
.event-date-wrap {
    display: flex;
}

.event-date-day-1, .event-date-day-2 {
    font-size: 24px;
}

.event-date-1, .event-date-2 {
    text-align: center;
}

.event-date-month-1, .event-date-month-2 {
    font-size: 22px;
}

.event-date-day-1 p, .event-date-day-2 p, .event-date-month-1 p, .event-date-month-2 p {
    margin-bottom: 0;
	line-height: 24px
}
	 

.event-date-break {
    padding: 0 10px;
    display: table;
}

.event-date-break p {
    display: table-cell;
    vertical-align: middle;
}

/*Lightbox styling */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 1;
}

.lightbox-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    height: auto;
    width: 50%;
}

.close-button {
  position: absolute;
  top: -10px;
  right: 0px;
  background-color: transparent;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size:30px;
}
/*Events Styling END*/

#whitepaper-form td p {
    margin-bottom: 0;
}

.page-template-page-subscribe .component.form-component {
    background: #fff!important;
}

footer .subscribe h2{
	margin-bottom: 1em!important;
}


.moosend-form {
    margin-bottom: 2em;
}


label.form-input-wrapper-element.lp-flex-container {
    margin: 0!important;
}

.footer-logos-mobile {
	display: none;
}

div#SIGNUP_HEADING {
    display: none!important;
}
.quick_form_8_css {
    width: 100%!important;
    border: 0px!important;
    margin-top: 2em;
    margin-bottom: 2em;
}

input#EMBED_FORM_EMAIL_LABEL::-webkit-input-placeholder {
    color: #fff;
}

.SIGNUP_FLD {
    height: 45px!important;
}

.quick_form_8_css {
    background: transparent!important;
}

form#zcampaignOptinForm {
    text-align: center;
}





.top-updated-row .feat-image img {
    width: 100%;
    object-fit: cover;
    height: 500px;
}


.top-updated-row .survey {
    width: 36%;
    border: 2px solid #fedd00;
    height: 550px;
    overflow: scroll;
}

.top-updated-row .carousel-controls.grey {
    display: none;
}

.top-updated-row .top-stories-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 2em;
    background: #5151514a;
}

.top-updated-row a {
    color: #fff;
    text-decoration: none;
}

.top-updated-row .top-stories-overlay:before {
    border-right: 5px solid #fff;
    border-top: 5px solid #fff;
    right: 30px;
    top: 30px;
}
.top-updated-row .top-stories-overlay:after {
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff;
    bottom: 30px;
    left: 30px;
}

.top-updated-row .top-stories-overlay:before, .top-updated-row .top-stories-overlay:after {
    content: "";
    height: 100px;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 100px;
    z-index: 1;
}
.top-updated-row .top-stories-overlay:hover:before, .top-updated-row .top-stories-overlay:hover:after {
    height: 50%;
    width: 50%;
}

.top-updated-row .top-stories-overlay h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2em;
    font-size: 40px;
    font-weight: 600;
	color: #fff;
}

.carousel-inner>.item{
	height: 100%;
}


/*-----Fluent Forms-----*/
.fluentform {
    margin: 20px;
    padding-top: 3%;
}
form.fluent_form_1 .ff-btn-submit {
    background-color: #000 !important;
}

.sidebar-syndicated .bib__info {
    padding: 0 !important;
    border-bottom: 1px dashed #c4c4c4;
    margin-bottom: 5px;
    line-height: 1.428571429;
}

.sidebar-syndicated .widget-title.flat h3 {
    max-width: 250px;
}

.sidebar-syndicated {
    position: relative;
    margin: 2em 0;
    background-color: #f2f2f2;
    padding: 15px;
}
.content.sidebar-syndicated-inner {
    margin-top: 2em;
}
.sidebar-syndicated a:nth-last-child(1) .bib__info {
    border-bottom: 0;
	margin-bottom: 0;
}

@media (min-width: 992px){
.container {
    max-width: 1170px!important;
}
}

.row.subscribe h2 {
    text-align: center;
    margin-bottom: 1.5em;
}
#single-post-col .subscribe .subscribe-form {
    margin-bottom: 20px;
}

#single-post-col .subscribe .subscribe-form .email-address-field input.text{
	background: #2d2d2d;
}

#single-post-col .subscribe .subscribe-form .button button#formSubmit:hover {
    background: #2d2d2d;
}

div#mag-archive-page-col iframe {
    position: absolute;
    overflow: scroll;
    height: 2090px!important;
}

div#mag-archive-page-col {
    position: relative;
	width: 70%;
    margin-right: 5%;
}


/* ---------------------- WEBINAR TEMPLATE 2 --------------------- */
.information p {
	text-align: justify;
}
.webinar-header{
	text-align: center;
    margin-top: 20px;
}
.sub-head{
	font-size: 20px;
}
.presenter {
    display: flex;
    padding: 1em 0;
}
.pres-pp {
    width: 18%;
    margin-right: 4%;
}
.pres-hc {
	width: 78%;
}
.pres-hc p {
	text-align: justify;
}
.sponsors-small-left h2{
	text-align: center;
}
.sponsor-inner {
    display: flex;
}
.sponsor-logo-1 {
    width: 100%;
}
.register-head {
	background-color: #ffdd00;
    text-align: center;
    border-radius: 0.5rem;
    padding-top: 5px;
    padding-bottom: 5px;
}
.register-head h2{
	margin-top: 0;
}
.description-register {
    display: flex;
	margin: 2em 0;
}
.description {
    width: 49%;
    margin-right: 2%;
}
.register-right {
    width: 49%;
}
.page-template-page-webinar-template-2 header#masthead{
	width: auto;
	padding-left: 3em;
    padding-top: 1em;
}
.page-template-page-webinar-template-2 .header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    background: #2f515f94;
    height: 100%;
	display: table;
	clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}
.page-template-page-webinar-template-2 span.sub-head {
    color: #2f515f;
}
.page-template-page-webinar-template-2 h1.headline {
    width: 80%;
	margin-top: 2em;
}
.page-template-page-webinar-template-2 .pres-hc h4{
	margin-top: 0;
	font-size: 22px;
}
.register-head p {
    color: #626D6F;
    font-size: 16px;
}
.page-template-page-webinar-template-2 .header-overlay-inner {
    padding-left: 5em;
    width: 83%;
    vertical-align: middle;
    height: 132px;
    display: table-cell;
	    color: #fff;
}
.register-form-2 {
    background: #eee;
    padding: 0 2em;
	background: #eee;
    padding: 0 2em;
    margin-top: 5px;
    border-radius: 0.5rem;
}
.register-form-2 .demio-embed-form .demio-form-field {
    margin-bottom: 2em;
}
.register-form-2 .demio-embed-noti {
    color: #8e8e8e!important;
}
.description .information {
    width: 100%;
    font-size: 18px;
    color: #626D6F;
}
.date-time h2 {
   padding-top: 26px;
   padding-bottom: 26px;
   background-color: #ffdd00;
   margin-top: 0;
   border-radius: 0.5rem;
   text-align: center;
}
.page-template-page-webinar-template-2 .sponsors-small-left h2 {
    color: #333333;
    font-size: 34px;
    font-weight: 500;
}
.page-template-page-webinar-template-2 .register-head {
    margin-bottom: 2em;
}

.register-form-2 select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
	width: 85%;
}

.webinar_agenda {
	text-align: center;
}

/*----------------------------------------*/
.mag-pop-up-img {
    max-width: 220px;
    border: 1px solid #ffdd00;
    margin-bottom: 5px;
}

.mag-pop-up-img {
    max-width: 220px;
}
.content.recommended-content {
    margin-top: 2em;
}
.sidebar-recommended {
    position: relative;
    margin: 2em 0;
    background-color: #f2f2f2;
    padding: 15px;
}
.recommended-footer h2 {
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    padding: 0 0 10px;
    margin: 0;
}

i.fab.fa-facebook-f {
	width: 22.25px;
    text-align: center;
}

#popup {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  visibility: hidden;
  z-index: 10002;
  opacity: 0;
  transform: scale(0.5);
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  background: #00000094;
  color: #fff;
}
div#popup .content {
    width: 800px;
    height: 400px;
    background: #2d2d2d;
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
    margin-left: -400px;
    margin-top: -200px;
    padding: 2em;
	box-shadow: 0 2px 30px rgb(45 43 42);
}

div#popup .content .subscribe-form {
    width: 80%;
    margin-top: 2em;
}
div#popup .content h2 {
    text-transform: initial;
    font-size: 28px;
    text-align: center;
	margin-bottom: 20px;
}
div#popup .content h1 {
    text-align: center;
    color: #ffdd00;
    text-transform: uppercase;
}
div#popup .content .social i {
    color: #ffffff;
    border-radius: 30px;
    margin: 0 10px;
    background: #ffdd00;
    font-size: 30px;
    width: 50px;
    height: 50px;
    padding: 10px;
	text-align: center;
}
.social i:hover {
    color: #ffdd00!important;
    background: #fff!important;
}
.social i {
	transition: all 0.2s linear 0s;
}
div#popup .content .social {
    margin: 0 auto;
    width: 35%;
}
div#popup .content .close {
        float:right;
        display:block;
        text-decoration:none;
        font-size:22px;
        color: #ffffff;
        }
.subscribe-form .button button#formSubmit:hover {
    background: #fff;
    color: #ffdd00;
}
.subscribe-form .button button#formSubmit{
	transition: all 0.2s linear 0s;
}
.el_events-template-default .overlay-img {
    position: relative;
    padding: 3em;
    margin-top: 2em;
}

.el_events-template-default .article-img {
    display: none;
}

.el_events-template-default div#single-post-col p {
    width: 100%;
    background: #ffdd00;
    padding: 10px;
    text-align: center;
}

.el_events-template-default div#single-post-col a {
    color: #212121!important;
    text-decoration: none;
}

.subscribe-form {
    display: flex;
    width: 50%;
    margin: 0 auto 10px;
}
footer .subscribe h2{
	margin-bottom: 0px;
}

.subscribe-form .email-address-field {
    width: 75%;
    margin-right: 5%;
}
.subscribe-form .email-address-field input.text {
    width: 100%;
    padding: 10px;
    background: #939393;
    font-size: 16px;
    border: 0;
}

.subscribe-form .button {
    width: 20%;
}

.subscribe-form .button button#formSubmit {
    width: 100%;
    padding: 10px;
    border: 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    background: #ffdd00;
    color: #333333;
}

.subscribe-form .email-address-field input.text::-webkit-input-placeholder {
    color: #fff;
}

.podcasts-block-wrapper {
    background: #2d2d2d;
}
.podcasts-block-wrapper .podcast-title-but .ptb-title{
	color: #bdbdbd;
}
.podcasts-block-wrapper .podcast-inner {
    background: #fff;
    color: #1d1d1d;
}
.podcasts-block-wrapper .podcast-inner p {
    color: #1d1d1d;
}
.podcasts-block-wrapper h3 {
    margin: 0px auto;
    color: #ffffff;
    padding-top: 1em;
    text-transform: uppercase;
    font-size: 20px;
}
.podcasts-block-wrapper h3 a{
    color: #ffffff;	
}
.podcasts-block-wrapper .row#podcasts {
    display: flex;
    margin-top: 1em;
    margin-bottom: 1em;
}
#podcasts .col880 {
    width: 72%;
    margin-right: 1.6%;
}
#podcasts .col300 {
    display: table;
    height: 264px;
}
#podcasts .col300 .textwidget {
    display: table-cell;
    vertical-align: bottom;
}

.podcast-heading {
    background-image: url(https://www.intelligentcio.com/india/wp-content/uploads/sites/23/2021/04/Podcasts-BG.png);
    background-size: cover;
	background-position: bottom;
}
.podcast-player iframe {
    width: 100%;
}
.postcast-header-inner {
    display: flex;
    margin: 3em 0;
}
.podcast-image {
    width: 35%;
    margin-right: 5%;
}
.podcast-title {
    width: 50%;
}
.podcast-title .post-meta {
    color: #333333;
}
.block-podcasts {
  overflow: hidden;
  width: 100%;
  margin: 1em auto;
}
.animation {
  width: auto;
  height: 100px;
  font-size: 0px;
}
.podcast-title-but {
    color: #1d1d1d;
    position: relative;
	 margin: 5px auto;
	 width: 95%;
}
.podcast-title-but .ptb-title{
    min-height: 60px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
}
.animation .content-block {
    display: inline-block;
    float: none;
    margin: 0 10px;
    position: relative;
    width: 230px;
    vertical-align: top;
}

.ptb-desc {
    font-size: 14px;
    min-height: 100px;
	margin-bottom: 1em;
}

.podcast-inner {
	background: #2d2d2d;
    color: #fff;
    padding: 6px 10px;
    border-radius: 10px;
    font-weight: 400;
    width: 140px;
    transition: .3s all;
    display: flex;
	font-size: 14px;
}
.podcast-inner p{
	color: #fff;
	text-decoration: none;
	line-height: 20pt;
    margin: 0px;
}

.content-block:hover .podcast-inner {
	background: #ffdd00;
}


.podcast-inner .fa-headphones-alt {
    font-size: 20pt;
    margin-left: 20px;
}
.podcasts-category-page {
    width: 65%!important;
    margin-left: 5%;
}
div#podcasts-sidebar {
    width: 30%;
    top: 1em;
    margin-bottom: 3em;
}
.podcasts-smooth .heading {
    text-transform: uppercase;
    margin-top: 3em;
}







.search-bar {
    width: 80%;
    margin-right: 5%;
}
.search-nd-social {
    float: right;
	width: 80%;
}
.search-nd-social-inner {
    display: flex;
}
.search-nd-social-inner .social i {
    background: #fff;
    color: #111111;
}

.col-md-4.footer-logos {
	width: 53%!important;
}

.col-md-4.footer-contact {
	width: 19%!important;
}

.col-md-4.aboutcopy {
	width: 28%!important;
}

footer .footer a{
padding: 5px;
}

/* TECHNOLOGY SLIDER */
.tech-head h2 {
    text-align: center;
    color: #fedd03;
    margin: 0;
    padding: 0 0 5px 0;
	text-transform: uppercase;
	font-size: 28px;
}
div#tech-slid-col {
    margin-left: 1.6%;
    margin-right: 1.6%;
}
.technology-slider a:hover {
    color: #fff!important;
}
.technology-slider {
    background: #1e1e1e;
    position: relative;
    min-height: 100%;
    padding: 1em 1.5em 5px;
}

.technology-slider a {
    text-decoration: none;
    color: #a3a3a3;
}
.technology-slider h4 {
    min-height: 50px;
    padding: 5px 0;
	margin-top: 5px;
}
.technology-slider .smaller {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.technology-slider .smaller .block {
    width: 48%;
    margin: 0 auto;
}
.technology-slider .smaller h4 {
    min-height: 63px;
    width: 100%;
    font-size: 16px;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 5px;
}
.technology-slider a {
    text-decoration: none;
    color: #a3a3a3;
}


/* THOUGHT LEADERSHIP */

#tech-middle-row{
	margin-left: 1.6%;
	margin-right: 1.6%;
}
.thought-leadership .feature-title h4 {
    font-size: 16px;
}
.thought-leadership .widget-title h3{
	max-width: 250px;
}
.thought-leadership {
    position: relative;
	border: 1px solid #1d1d1d;
	margin-top: 2em;
}
.thought-leadership .content {
    height: 290px;
    overflow: auto;
    margin-top: 30px;
}

.thought-leadership .content h4,  {
	font-size: 16px;
}
#cat-thought-leadership {
    padding: 0 10px;
}
.thought-leadership .content a{
    color: #1d1d1d;
    text-decoration: none;
}
.thought-leadership .content p {
    color: #737373;
}
.thought-leadership .block{
    border-bottom: 1px solid #eee;
}
.thought-leadership .block:nth-last-child(1){
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.thought-leadership-header {
    display: flex;
}



.intelligent-technology-page .heading {
    width: 50%;
}
html body.page #LeadboosterContainer, html body.category #LeadboosterContainer, html body.single #LeadboosterContainer, html body.error404 #LeadboosterContainer {
    bottom: 70px !important;
    right: -15px !important;
}

.int-tech-sponsors {
    width: 50%!important;
}
.int-tech-sponsors .website-partners {
    width: 100%;
}
.int-tech-sponsors .header-inner p {
    width: 65%;
    margin: 0 auto;
	    color: #fff;
    text-align: center;
	text-transform: uppercase;
}
.int-tech-sponsors .logo-wrapper {
    width: 220px;
    height: 78px;
    margin: 0 auto;
    display: table;
}
.int-tech-sponsors .header {
    width: 50%;
    color: #fff;
    text-align: center;
    height: 78px;
    text-transform: uppercase;
    display: table;
}
.int-tech-sponsors .header-inner {
    display: table-cell;
    vertical-align: middle;
}
.int-tech-sponsors .header {
    background-image: linear-gradient(to right,#282828 90%, #ffffff);
}

.int-tech-sponsors #slider-inner {
    display: flex;
}
.single-sponsor .widget-title.flat.regional-colour h3 {
    background-color: #fedd00;
    color: #333;
}
.wp-inner-content input, .wp-inner-content select {
    width: 100%;
}
.header-right .custom-leaderboard {
    text-align: right;
}
.wpcf7-checkbox {
    display: inline-grid;
}
input[type="checkbox"] {
    width: 18px!important;
    height: 12px!important;
}

#boxzilla-overlay, .boxzilla-overlay{
	    background: rgba(0, 0, 0, 0.85)!important;
	pointer-events: none!important;
	    backdrop-filter: blur(4px)!important;
}
#whitepaper-form td {
    padding: 5px;
}
span.wpcf7-list-item.first.last {
    display: flex;
    margin: 0px;
}
.content-hub-button {
    margin-top: 1em;
	margin-bottom: -1em;
}
.content-hub-button a{
	text-decoration: none;
	color: #000;
}
.boxzilla-magazine-pop-up {
    z-index: 1111!important;
}
.sponsor-videos a {
    text-decoration: none;
    color: #fff;
}
div#sponsor-mobile-case-studies .widget-title.flat h3 {
    max-width: 300px;
}
#sponsor-mobile-case-studies{
	display: none;
}
.sponsor-infographics .content a, .sponsor-more-videos a, .block .sp-cs-head a {
    color: #1d1d1d;
    text-decoration: none;
}
.sponsor-infographics, .sponsor-whitepapers, .sponsor-contact, .sponsor-about, .sponsor-videos, .sponsor-more-videos, .sponsor-case-study  {
    position: relative;
    border: 1px solid #212121;
}

.sponsor-heading {
    display: flex;
    margin-top: 1em;
}
#sponsor-second-300{
	margin-right: 0;
}
.sponsor-template-default .col560{
	margin-right: 1.6%;
}
.sponsor-heading .heading {
    text-transform: uppercase;
    width: 50%;
	display: flex;
}
.sponsor-heading .heading img {
    width: 71px;
    margin-right: 10px;
}
#sponsor-about-row {
    display: flex;
}
#sponsor-top-stories{
	margin-top: 1em;
}
.sponsor-about {
    width: 68%;
    margin-right: 1.6%;
}
.sponsor-contact {
	width: 30.4%;
}
.sponsor-contact .content, .sponsor-about .content {
    padding: 2em;
    margin-top: 2em;
}
.sponsor-about .widget-title.flat h3, .sponsor-contact .widget-title.flat h3 {
    max-width: 250px!important;
}

.sponsor-videos {
	background: #333333;
}
.sponsor-videos a.play-button:after {
    content: "";
    background: url(/me/wp-content/uploads/sites/12/2019/05/play-button.png) no-repeat center center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.sponsor-videos .block:hover a.play-button::after {
    opacity: 0.4;
}

.sponsor-videos #first h4 {
    margin: 1em 1.5em 0 1.5em;
    min-height: 52px;
}

.sponsor-more-videos .content {
    padding: 1em;
    margin-top: 2.5em;
	min-height: 159px;
}
.sponsor-more-videos .widget-title.flat h3 {
    max-width: 250px;
}
.sponsor-more-videos .block {
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
}
.sponsor-more-videos .block:nth-last-child(1){
	border-bottom:0;
	margin-bottom: 0;
}
.sponsor-case-study {
    margin-bottom: 2em;
}
.sponsor-twitter-feed {
	margin-bottom: 2em;
	background: #282f33;
}
.sponsor-twitter-feed .content {
    height: 462px;
    overflow: scroll;
}
.sponsor-twitter-feed .content::-webkit-scrollbar{
	display: none;
}
.sponsor-whitepapers {
	margin-bottom: 2em;
}

.sponsor-infographics .content {
    width: 230px;
    margin: 0 auto;
    padding-top: 3em;
}
.sponsor-whitepapers .WP-wrapper {
    display: block;
    padding-top: 4em;
    padding-bottom: 1em;
}
.sponsor-whitepapers .WP-wrapper .WP {
    max-width: 240px;
    margin: 0 auto 1em auto;
    position: relative;
    display: block;
}
.sponsor-whitepapers .WP-wrapper .WP-img {
    filter: brightness(50%);
}
.sponsor-whitepapers .WP-wrapper .WP p {
    position: absolute;
    bottom: 0;
}
.sponsor-whitepapers .WP-wrapper .download-button {
    display: none;
}
.sponsor-case-study div#cat-casestudy {
    padding: 1em;
    margin-top: 2em;
}
.sponsor-case-study .block {
	display: flex;
    border-bottom: 1px solid #eee;
    margin-bottom: 1em;
	padding-bottom: 1em;
}
.sponsor-case-study .block:nth-last-child(1) {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.sponsor-whitepapers .WP-wrapper .WP .wptext {
    min-height: auto;
	font-size: 15px;
	padding: 0 22px;
	color: #e4e4e4;
}
.sponsor-infographics h4 {
    min-height: 76px;
}
.sponsor-whitepapers .WP-wrapper .WP:hover .wptext {
    color: #fff;
}
.sponsor-case-study .block .featured-image {
    width: 36%;
    margin-right: 5%;
}

.sponsor-case-study .block .sp-cs-head{
	width: 59%;
}


.sponsor-case-study .widget-title.flat h3, .sponsor-videos .widget-title.flat h3, .sponsor-whitepapers h3, .sponsor-infographics h3, .sponsor-more-videos .widget-title.flat h3 {
    max-width: 300px!important;
}

.sponsor-contact a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}


/*---------- END ----------*/

.magazine-open img, #single-video .heading-post, .videos-holder {
	background: #eee;
}
.widget-title.colour h3, .video-category-page .video-post .overlay-story-content{
	background: #ffdd00!important;
	color: #2d2d2d;
}
.new-wp p.new-text {
    background: #fedd00;
}
.global-partners, .Magazine-cover {
    border: 1px solid #ffdd00;
}
.carousel-indicators li{
	border: 0px!important;
}
.boxzilla-close-icon{
	color: #ffdd00!important;
}
#partner-sliders .global-partners .slider-inner .header {
    background-image: linear-gradient(to right,#ffdd00 90%, #ffffff);
}
.widget-title.colour h3 a, #single-video .video-heading{
	color: #2d2d2d!important;
}
.pop-head.first-child a, .mag-arch-text, .video-category-page .heading .head{
	color: #ffdd00!important;
}
.video-category-page .heading .left hr.sh-gy, .video-category-page .heading .right hr.sh-gy{
	border-top: 2px solid #ffdd00;
	width: 80%;
}
header.site-header, .widget-title.flat.regional-colour h3 {
    background-color: #2d2d2d;
}
.event {
    padding: 0px 10px;
}
#tablet-case-studies-section, .mobile-top-stories {
    display: none;
}
.footer-logos-row {
    display: flex;
}
.catlink {
    display: inline-block;
}
.main-navigation li.current-menu-item, .main-navigation .current-menu-ancestor {
    color: #fff;
}
.menu-main-menu-container {
    float: right;
}
button.menu-toggle {
    border: none;
    background: none;
    color: #fff;
    font-size: 24px;
    padding-left: 0px;
}
#top-carousel .overlay h1 a:hover {
    color: #fff!important;
}

div.wpcf7 input[type="submit"] {
	background: #2d2d2d;
	margin-top: 1em;
}
.marque {
	clear: both;
    display: block;
    float: left;
    width: 100%;
}
.marque #searchform #searchsubmit {
    display: none;
}
label.screen-reader-text {
    display: none;
}
.intelligent-technology .reg-col {
    color: #ffdd00;
}

footer .subscribe h2, footer .footer h5, footer .copyright a, .WP-wrapper .brand{
	color: #ffdd00;
}
footer .subscribe input.subscribe-button{
	background: #ffdd00;
}
.post, .page {
    margin: 0;
}
.nav-links a {
    color: #212121;
}
section.error-404.not-found a {
    color: #1d1d1d;
}
.carousel-controls.light .carousel-indicators .active {
    background-color: #ffdd00;
}
.carousel-controls.light .carousel-indicators li {
    background-color: #fff;
	border: 0px;
}

.blogs #mainstory h4 {
    margin-left: 5px;
    font-size: 16px;
}
.widget-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.videos, .infographics, .events, .insights, .case-studies, .editors-choice, .blogs, .get-to-know, .most-read  {
    position: relative;
}
.row.first .col300, .row.second .col300, .row.third #hpu, .row.third .col560 {
    margin-right: 1.6%;
}
.row.second .col300:nth-child(3){
	margin-right: 0;
}
.row.second .col560 {
    margin-right: 1.6%;
}
div#div-gpt-ad-1553587802304-0 {
    width: 728px;
    margin: 0 auto;
}
.custom_logo {
    position: absolute;
    top: 1em;
    right: 1em;
}
.custom_logo img {
    max-width: 150px;
}
/* EDITORS CHOICE */
.editors-choice {
    background: #2d2d2d;
    border: 1px solid #1d1d1d;
	margin-bottom: 2em;
}
.editors-choice .content h4 {
    font-size: 16px;
    min-height: 51px;
}
.editors-choice .content p {
    color: #fff;
}
.editors-choice .content h4 a {
    color: #bdbdbd;
    text-decoration: none;
}
.editors-choice .content h4, .editors-choice .content p, .editors-choice .content .carousel-controls {
    padding: 0 10px;
}
/* OTHER REGIONS */
#other-regions {
    border: 1px solid #1d1d1d;
}
#other-regions .nav-tabs > li {
    background: #2d2d2d;
	margin-right: 5px;
}
#other-regions .tab-content {
    padding: 1.5em 2em;
}
#other-regions .tab-content #first {
    border-bottom: 1px solid #2d2d2d;
    margin-bottom: 2em;
}
#other-regions .smaller {
    display: flex;
}
#other-regions .smaller .block {
    width: 48%;
	text-align: center;
}
#other-regions .smaller .block:nth-child(1) {
    margin-right: 2%;
    padding-right: 2%;
    border-right: 1px solid #8e8e8e;
}
#other-regions h4 {
    font-size: 16px;
}
#other-regions h4 a {
    color: #1d1d1d;
    text-decoration: none;
}
/* POP UP WINDOW */
.magazine-open {
    position: fixed;
    left: 5px;
    bottom: 5px;
	padding: 5px;
	z-index: 2;
}
.magazine-open:after {
    content: "1";
    background: #ff0000;
    position: absolute;
    height: 2rem;
    top: 0;
    right: 0.2rem;
    z-index: 99;
    border-radius: 50%;
    padding: 0px 5px;
    color: #fff;
    border: 1px #770505 solid;
	line-height: 18px;
}
.magazine-open img{
	width: 55px;
	box-shadow: 2px 2px 7px #585858;
    border-radius: 50%;
	transition: all 0.2s linear 0s;
	position: relative;
    z-index: 2;
}
.magazine-open img:hover{
	box-shadow: 3px 3px 8px #585858;
	transition: all 0.2s linear 0s;
}

.pop-txt{
	text-transform: uppercase;
	font-weight: bold;
}
.pop-head, .mag-arch{
	text-align: center;
}
.mag-arch-text {
    color: #3fc8ff;
}

.boxzilla{
	padding: 3em!important;
}
select{
	border: 1px solid;
}
.mobile {
    display: none;
}
/* PARTNER SLIDER */

.global-partners {
    transform: skewX(-20deg);
    transform-origin: top left;
}
#partner-sliders {
    display: flex;
	height: 80px;
	width: 100%;
    overflow: hidden;
}

#partner-sliders .slider-inner {
    display: flex;
}
#partner-sliders .slider-inner .header {
    width: 50%;
	color: #fff;
	text-align: center;
	height: 78px;
	text-transform: uppercase;
	display: table;
}
#partner-sliders .slider-inner .logo-wrapper {
    width: 220px;
    height: 78px;
    margin: 0 auto;
    display: table;
}
#partner-sliders .slider-inner .logo {
    display: table-cell;
    vertical-align: middle;
}
#partner-sliders .slider-inner .header .header-inner {
    display: table-cell;
    vertical-align: middle;
}
#partner-sliders .slider-inner .header .header-inner p{
    width: 60%;
    margin: 0 auto;
}
#partner-sliders .website-partners .slider-inner .header {
	background-image: linear-gradient(to right,#282828 90%, #ffffff);	
}
.website-partners #sponsor-carousel {
    transform: skewX(-20deg);
    border: 1px solid #2d2d2d;
    margin-left: 15px;
    margin-right: -15px;
}
.website-partners #sponsor-carousel .carousel-inner .header-inner, .website-partners #sponsor-carousel .carousel-inner .logo {
    transform: skewX(20deg);
}
.global-partners #sponsor-carousel .carousel-inner .header-inner, .global-partners #sponsor-carousel .carousel-inner .logo {
    transform: skewX(20deg);
}
.global-partners {
    width: 49%;
	margin-right: 2%;
}
.website-partners {
    width: 49%;
	overflow: hidden;
    border-right: 1px solid #1d1d1d;
}
/* MAGAZINE ARCHIVE PAGE */

.rTable {
  	display: block;
  	max-width: 100%;
	text-align: center;
}
.rTableHeading, .rTableBody, .rTableFoot, .rTableRow{
  	clear: both;
}
.rTableCell, .rTableHead {
  	float: left;
  	overflow: hidden;
	padding: 0px 10px;
	display: table;
}
.rTable:after {
  	visibility: hidden;
  	display: block;
  	font-size: 0;
  	content: " ";
  	clear: both;
  	height: 0;
}
	.rTableCell img{
		width: 175px;
	}	
	#latestissue img{
		width: 340px;
		box-shadow: 3px 5px 6px 4px #a7a7a7;
	}
	#latestissue{
    width: 380px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 10px;
    background-color: #f2f2f2;
	}
	.rTable{
		width: 780px;
	}
	.laistxt {
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: 100;
	}

/* HEADER START */
.container{
	position: relative;
}
.page-template-page-contactus .container {
    display: flex;
}
.page-template-page-contactus .top-header-wrapper .container {
    display: block;
}
.category .container, .post-type-archive-el_events .container {
    display: flex;
}
.category .top-header-wrapper .container {
    display: block;
}
.searchandsocial {
    display: flex;
    margin: 1em 0;
}
.searchandsocial .search-bar {
    width: 80%;
	margin-right: 5%;
}
.social{
	width: 25%;
	display: flex;
}
.searchandsocial input#search-bar{
	width: 100%;
}

.twitter, .linkedin {
    height: 30px;
}
.page-template-page-whitepaper-list .container {
    display: flex;
}
.page-template-page-contactus .footer .container {
    display: block;
}
.page-template-page-contactus .container.morenews {
    display: block;
}
.marque .container {
    display: block;
}
footer .copyright .container {
    display: flex;
}
.copyrighttxt {
	padding-top: 5px;
	font-size: 12px;
    width: 80%;
    margin-right: 5%;
	padding-left: 15px;
}
.top-header .container {
    display: block;
}
.testingmobile {
    display: none;
}
.container#mobile{
	display: none;
}
.navbar {
    min-height: 35px!important;
    margin-bottom: 5px!important;
}
a:hover, a:focus {
    color: inherit!important;
    text-decoration: none!important;
}

div#header_banner {
    margin: 1em auto;
    width: 730px;
    border: 1px solid #eee;
	height: 92px;
}
header .brand img {
    width: 200px;
}
nav.navbar.navbar-default {
    background-color: transparent;
    border: 0;
    width: 700px;
    padding: 0;
    height: 40px;
    position: relative;
	float: right;
}
.navbar-collapse {
    padding-right: 0px!important;
    padding-left: 0px!important;
	float: right;
}

.main-navigation li{
	color: #fff;
}
.main-navigation a{
	color: inherit;
}
.top-header-wrapper {
    display: flex;
	margin: 1em 0 1em 0;
	width: 100%;
}
.top-header-wrapper .header-left {
        width: 18%;
    margin-right: 2%;
}
.top-header-wrapper .header-right {
    width: 80%;
}
.main-navigation ul ul a{
	width: 210px;
}
div#div-gpt-ad-1568889481560-0 {
    text-align: right;
}
.menu-item a {
    color: inherit;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 10px;
    font-weight: bold;
}
.sub-menu {
    background: #fff;
}
.sub-menu a{
	color: #969696!important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
	background-color: #2ec9fe!important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent!important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent!important;
}
.dropdown-menu > li > a{
    color: #1d1d1d!important;
}
.marque-container {
    display: flex;
	width: 100%;
}
.marque .container {
    display: flex;
	padding-top: 5px;
    padding-bottom: 5px;
}

.search-form label {
    width: 100%;
}
.label.label-warning {
    background: none;
    font-size: 22px;
    color: #fff;
    padding: 0px;
	float: left;
    margin-right: 1em;
}
.marque .carousel-inner>.item a {
    color: #fff!important;
}
/* CASE STUDIES */

#case-studies {
    position: relative;
	border: 1px solid #212121;
	width: 72%;
	margin-left: 1.6%;
}
#cat-case-studies .content a {
    color: #ffffff!important;
    text-decoration: none;
}
#case-studies #cat-case-studies {
    width: 98%;
    margin: 0 auto;
}
#case-studies .content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	margin-top: 3em;
}
#case-studies .content .block {
    width: 32.5%;
    margin-right: 1%;
}
#case-studies .content .block h4 {
	font-size: 16px;
    margin: 3px auto 0;
    min-height: 51px;
	color: #1d1d1d;
}
#case-studies .content .block:nth-child(3) {
    margin-right: 0;
}
.category .case-studies {
    background: #333333;
    border: 1px solid #212121;
}
.category .case-studies .smaller {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 1em auto;
	width: 95%;
}
.category .case-studies .smaller .block {
    width: 48%;
    margin: 0 auto;
}
.category .case-studies a {
    text-decoration: none;
    color: #fefefe!important;
}
.category .case-studies #first h4 {
    margin: 1em;
    min-height: 53px;
	font-size: 16px;
}
.case-studies .content h4 {
    min-height: 52px;
    font-size: 16px;
}
.category .case-studies .smaller h4 {
    min-height: 83px;
}
.category .case-studies #first img {
	margin-bottom: 13px;
}

/* RESEARCH */

.page-template-page-home .research {
    position: relative;
    margin-top: 2em;
    min-height: 360px;
}
.research {
	border: 1px solid;
}
.category .research {
	margin-bottom: 2em;
}
.research .content h4 a {
    color: #1d1d1d;
	text-decoration: none;
}
.research .content p {
    color: #737373;
	min-height: 80px;
}
.research .content h4, .research .content p, .research .content .carousel-controls {
    padding: 0 10px;
}
.research .content h4{
	font-size: 16px;
	min-height: 52px;
}


/* FOOTER START */
.footer-logos img {
    transition: transform .3s;
	width: 100%;
}
.footer-logos a:hover img {
    transform: scale(1.2);
    transition: transform .3s;
}
.copyright .social i {
    background: #fff;
    color: #111111;
}
.social i {
    padding: 5px;
    color: #fff;
    border-radius: 15px;
    margin: 0 5px;
}
footer .subscribe h2{
    font-weight: bold;
	margin-top: 0px;
}
.category .footer .container {
	display: block!important;
    position: relative;
}
footer .subscribe .container {
    display: block;
}
footer .subscribe input.subscribe-button {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    border: 0;
    width: 140px;
    margin-left: 2em;
	height: 45px;
}
footer .subscribe input.subscribe-input {
    background-color: #939393;
    font-size: 16px;
    border: 0;
    height: 45px;
    width: 400px;
    margin: 0;
	padding: 10px;
}
footer .subscribe .row1, .row2 {
    color: #f7f7f7;
    font-size: 16px;
    margin: 6px auto;
    text-align: left;
    width: 500px;
}
input#partner-announcements, input#IntelligentCSIONewsletter, input#otheremails {
    margin-right: 10px;
}
input#IntelligentCSIONewsletter {
    margin-left: 1em;
}

footer .subscribe .row3 {
    margin-top: 15px;
}
footer .subscribe input.subscribe-input::-webkit-input-placeholder {
    color: #f0f0f0;
}
footer .subscribe {
    background-color: #333333;
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: center;
	position: relative;
}
footer .footer h5{
	font-weight: bold;
}
footer .footer ul#menu-footer-menu {
    list-style: none;
    padding-left: 0px;
}
footer .footer a{
	color: #cbcbca;
	text-decoration: none;
}
footer .footer {
    background-color: #2d2d2d;
    padding-top: 2em;
    padding-bottom: 2em;
    color: #cbcbca;
}
footer .footer .container, .category footer .footer .container {
    display: flex!important;
}
footer .footer .container .col-md-4 {
    width: 33.33%;
}
footer .copyright {
    background-color: #111111;
    padding-top: 1em;
    padding-bottom: 1em;
	color: #cbcbca;
}
.social .twitter {
    margin-right: 1em;
}
.social .twitter:hover {
    background: #1da1f2;
    border-radius: 35px;
}

.social .linkedin:hover {
    background: #0077b5;
    border-radius: 35px;
}

/* MAIN BODY START */

.carousel-controls ol.carousel-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    text-align: right;
    position: relative;
    left: 0;
    bottom: 0;
    width: auto;
}

.carousel-controls.grey ol > li {
    background: #464646;
}

div#flexfrom, div#whitepapers {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.page-template-page-whitepaper-list .choose.box .col-md-4, .page-template-page-whitepaper-list .wrapper.pge .col-md-4 {
    min-height: 240px;
}
.row {
    margin: 2em 0;
}

.col300 {
    width: 26.4%;
}

 .widget-title h3 {
    background: #2d2d2d;
    margin: 0px;
    text-transform: uppercase;
    font-size: 20px;
	 max-width: 200px;
    text-align: center;
    padding: 5px 0;
	z-index: 2;
	position: relative;
	color: #fff;
}
.widget-title.flat.more h3 {
    background: #1d1d1d;
    margin: 0px;
    width: 200px;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    padding: 5px 0;
	z-index: 2;
	position: relative;
	color: #fff;
	margin-bottom: 5px;
}
.widget-title.flat.latest h3 {
    background: #1d1d1d;
    margin: 0px;
    width: 200px;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    padding: 5px 0;
	z-index: 2;
	position: relative;
	color: #fff;
	margin-bottom: 5px;
}
.widget-title .top h3 {
    background: #1d1d1d;
    margin: 0px;
    width: 200px;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    padding: 5px 0;
	z-index: 2;
	position: relative;
	color: #fff;
	margin-bottom: 5px;
}

.widget-title h3 a {
    color: #fff;
	text-decoration: none;
}
.widget-title .latest h3 a {
    color: #fff;
	text-decoration: none;
}
.widget-title.flat.top h3 a {
    color: #fff;
	text-decoration: none;
}
.widget-title.flat.more h3 a {
    color: #fff;
	text-decoration: none;
}
/* TOP STORIES */
#top-mobile-carousel .feat-image{
	background: #000;
    max-height: 510px;
}
#top-mobile-carousel .overlay{
	position: absolute;
    top: 4em;
    width: 60%;
    left: 3em;
}
#top-mobile-carousel .overlay h1 {
    font-size: 30px;
    width: 100%;
}
#top-mobile-carousel .overlay a{
	color: #fff;
    text-decoration: none;
}
#top-mobile-carousel .feat-image img{
	width: 100%;
    opacity: 0.7;
	height: auto;
}
#top-mobile-carousel .carousel-controls{
	position: absolute;
    bottom: 1em;
    right: 2em;
    z-index: 999;
}

.home-mobile-top-stories{
	display: none;
}
.top-stories .read-more a {
    background: #fff;
    text-align: center;
    padding: 1em 3em;
    border-radius: 5px;
	color: #333!important;
}
.top-stories .read-more {
    margin-top: 2em;
	font-size: 12pt;
}
.top-stories .carousel-indicators li{
	border: 0px;
	background-color: #fff;
}

#cat-top-stories #first .top-stories {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
}

#cat-top-stories #first .top-stories h3 {
    background: #3fc8ff;
    margin: 0px;
    width: 200px;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    padding: 5px 0;

}

#cat-top-stories #first .top-stories h3 a {
    color: #1d1d1d;	
}

.portfolio-overlay {
    display: table-cell;
    height: 100%;
    padding: 5em;
    text-align: left;
    vertical-align: bottom;
	background: #5151514a;
}

 .portfolio-link {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.portfolio-img:before, .portfolio-img:after {
    content: "";
    height: 100px;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 100px;
    z-index: 1;
}
.portfolio-img:before {
    border-right: 5px solid #fff;
    border-top: 5px solid #fff;
    right: 30px;
    top: 30px;
}
.portfolio-img:after {
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff;
    bottom: 30px;
    left: 30px;
}

.portfolio-img {
    display: table;
    position: relative;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.portfolio-img:hover:before, .portfolio-img:hover:after {
    height: 50%;
    width: 50%;
}




#cat-top-stories .smaller img {
    width: 100%;
	opacity: 0.8;
}

#cat-top-stories #first .readmorebut {
    width: 180px;
    height: auto!important;
    opacity: 1!important;
}

#cat-top-stories .content {
    display: flex;
}
#cat-top-stories .smaller {
    width: 33%;
    margin-left: 2%;
}

#cat-top-stories #first {
	position: relative;
	background: #000000;
	width: 70%;
}
#cat-top-stories #first h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    width: 80%;
}

#cat-top-stories .smaller .block {
    position: relative;
	background: #000;
}

#cat-top-stories .smaller h2 {
	position: absolute;
    left: 1em;
    color: #fff;
    font-size: 26px;
    width: 84%;
    font-weight: 600;
    bottom: 1em;
}
#cat-top-stories .smaller .block:nth-child(1) {
    margin-bottom: 2em;
}

#cat-top-stories .smaller .readmorebut, #cat-latestthreats .content .block .readmore img {
    width: 140px;
}

#cat-top-stories .smaller .readmorebut {
    position: absolute;
    bottom: 1em;
    right: 1em;
    opacity: 1;
	border: 1px solid #fff;
    border-radius: 35px;
    background: #fff;
}

#cat-top-stories .smaller .block:hover .readmorebut {
    box-shadow: 1px 1px 13px #cecece;
}

/* MORE NEWS */

div#cat-more-news {
    position: relative;
}

.widget-title.flat.more {
    position: absolute;
    left: 0;
    top: 0;
}

#cat-more-news .content {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    overflow: auto;
	-webkit-overflow-scrolling: touch;
    scroll-snap-type: mandatory;
    /* older spec implementation */
    scroll-snap-destination: 50% 100%;
    scroll-snap-points-x: repeat(100%);
}
#cat-more-news .details a:hover {
    color: #fff!important;
}
#cat-more-news .block {
    position: relative;
	background: #000000;
	transition: all 0.2s linear 0s;
}

#cat-more-news .details {
    position: absolute;
    bottom: 1em;
    left: 1em;
    visibility: hidden;
}

#cat-more-news .block:hover .details {
    visibility: visible;
}	
#cat-more-news .block:hover img {
    opacity: 0.4;
	transition: all 0.2s linear 0s;
}
#cat-more-news .block img {
	opacity: 1;
	transition: all 0.2s linear 0s;
	max-width: 300px;
}

#cat-more-news .date {
    margin: 0;
    color: #999999;
    font-weight: bold;
    font-size: 13px;
}

#cat-more-news .details a {
    color: #ffffff;
    text-decoration: none;
}

#cat-more-news .details h4 {
    margin: 0px;
    font-weight: bold;
    min-height: 40px;
    width: 96%;
}

/* BLOGS */ 

div#blogs {
    background: #ebebeb;
	position: relative;
	margin-left: 1.6%;
}

#cat-blog img, #cat-blog h5 {
    width: 180px;
	font-size: 14px;
}
#cat-blog .content {
    padding: 20px 10px 0;
	margin-top: 2em;
	height: 600px;
    overflow: auto;
}
#cat-blog .block a {
    color: #1d1d1d;
	text-decoration: none;
}

#cat-blog .block {
    border-bottom: 1px dashed #c4c4c4;
    margin-bottom: 15px;
    padding-bottom: 5px;
	opacity: 0.8;
	transition: all 0.2s linear 0s;
}
#cat-blog .block:hover {
    opacity: 1;
	transition: all 0.2s linear 0s;
}
#cat-blog .block:nth-last-child(1) {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/* TECHNOLOGY SECTION */

#technology-news {
    border: 1px solid;
    overflow: hidden;
	width: 72%;
    margin-left: 1.6%;
}

#technology-news .nav-tabs > li{
	width: 190px;
}

#technology-news .nav-tabs > li.active > a{
	width: 190px;
}
#technology-news .lowerrow img{
	width: 100%
}
#technology-news .tab-content {
    padding: 1em;
}
.lowerrow {
    display: flex;
}
.lowerrow .block {
    width: 49%;
	margin-right: 2%;
}
.lowerrow .block:nth-child(2) {
    margin-right: 0%;
}
#technology-news .lowerrow a {
    text-decoration: none;
    font-size: 14px;
    color: #1d1d1d;
}

#technology-news .lowerrow .block {
    opacity: 0.8;
    transition: all 0.2s linear 0s;
}

#technology-news .lowerrow .block:hover {
    opacity: 1;
    transition: all 0.2s linear 0s;
}
#technology-news #mainstory {
    display: flex;
    margin-bottom: 1em;
	margin-top: 0em;
}
#technology-news #mainstory .readmore {
    width: 140px;
    float: right;
	background: #1d1d1d;
    border-radius: 35px;
}

#technology-news #mainstory .featured-image {
    width: 55%;
    margin-right: 2%;
}
#technology-news #mainstory .featured-image img{
	width: 100%;
}
#technology-news .nav > li > a {
    padding: 10px 0px;
}
#technology-news #mainstory .bodytxt {
    width: 42%;
}

#technology-news #mainstory a {
    color: #1d1d1d!important;
    text-decoration: none;
}

/* INFOGRAPHICS */

.infographics {
    margin-bottom: 2em;
	border: 1px solid #1d1d1d;
}	
.infographics .content h4, .infographics .content p, .infographics .content .carousel-controls {
    padding: 0 10px;
}
.infographics .content h4 {
    font-size: 16px;
    min-height: 52px;
}
.infographics .content h4 a {
    color: #1d1d1d;
    text-decoration: none;
}
.infographics .content p{
	min-height: 80px;
	color: #737373;
}

/* LATEST THREATS */ 

div#latest-threats {
    border: 1px solid #1d1d1d;
	width: 72%;
	margin-right: 1.6%;
	position: relative;
}
#cat-latestthreats .block .inner-block {
    width: 90%;
    margin: 0 auto;
}
#cat-latestthreats .content {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin: 3em 2.5em 1em;
}
#cat-latestthreats .block:nth-child(3) {
	border-right: 0;
}
#cat-latestthreats .keyword a .cat {
    width: 240px;
    margin-left: 16px;
    text-align: center;
    display: block;
    margin-right: 0px!important;
    font-size: 14px;
}
#cat-latestthreats .keyword a {
    text-decoration: none;
}
#cat-latestthreats .txt a, #cat-latestthreats .txt p {
    color: #1d1d1d;
	text-decoration: none;
}
#cat-latestthreats .txt h4 {
    min-height: 70px;
	font-size: 16px;
}
#cat-latestthreats .txt p {
    min-height: 164px;
	font-size: 13px;
	margin-bottom: 0px;
}
#cat-latestthreats .block {
    border-right: 1px solid #eee;
    width: 33.33%;
}

/* REGIONAL NEWS */
#regional-news {
    border: 1px solid #1d1d1d;
	background: #1d1d1d;
	margin-right: 1.6%;
	height: 635px;
}
#regional-news .tab-content > .active {
    animation-name: fadeIn;
    animation-duration: 1.5s;
}
#regional-news .nav.nav-tabs {
    border-bottom: 0;
    margin: 0;
}
#regional-news .nav-tabs > li > a {
    color: #1d1d1d;
	background: #fff;
    font-weight: bold;
    border: 0px;
	border-radius: 0px;
	text-transform: uppercase;
}
#regional-news .nav-tabs > li.active > a, #regional-news .nav-tabs > li.active > a:hover, #regional-news .nav-tabs > li.active > a:focus {
    border-right: 1px solid #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
    border-radius: 0px;
    padding-bottom: 15px;
    margin-right: 0px;
    background: #fd0;
    color: #2d2d2d;
}
#regional-news .nav-tabs > li {
    background: #2d2d2d;
	margin-right: 5px;
}
#regional-news .tab-content {
    padding: 1.5em 3em;
}
#regional-news .tab-content #first {
    border-bottom: 1px solid #2d2d2d;
    margin-bottom: 2em;
}
#regional-news .smaller {
    display: flex;
}
#regional-news .smaller .block {
    width: 48%;
	text-align: center;
}
#regional-news .smaller .block:nth-child(1) {
    margin-right: 2%;
    padding-right: 2%;
    border-right: 1px solid #8e8e8e;
}
#regional-news h4 {
    font-size: 16px;
}
#regional-news p {
    min-height: 80px;
	color: #fff;
}
#regional-news h4 a {
    color: #a3a3a3;
    text-decoration: none;
}

/* WHITEPAPERS PAGES */

.wp-inner-content input, .wp-inner-content select {
    width: 100%;
}

input[type="checkbox"] {
    width: 18px!important;
    height: 12px!important;
}

.wpcf7-checkbox {
    display: inline-grid;
}

.page-template-page-whitepaper .whitepaper-page .entry-content .wp-block-image img {
    width: auto;
}

.page-template-page-whitepaper #content {
    background: #ebeae8;
}

.page-template-page-whitepaper #content .container {
    width: 60%;
}
div#whitepaper-page-col {
    width: 100%;
}

.page-template-page-whitepaper .whitepaper-page .entry-content {
    background: #fff;
    padding: 3em;
	margin: 1.5em 0 1.5em 0;
}
.page-template-page-whitepaper #content .wp-title {
    background: #ffdd00;
    color: #2d2d2d;
    padding: 1em;
    margin: 1em 0;
}
.wp-inner-content {
    background: #fff;
    padding: 1em;
}

.page-template-page-whitepaper .whitepaper-page .entry-content img{
width: 100%;
}
.page-template-page-whitepaper .whitepaper-page .entry-content .wp-brand-logo img{
width: auto!important;
}

.page-template-page-whitepaper #content .wp-title h1 {
    margin-bottom: 20px;
    word-break: break-word;
}


/* WHITEPAPER SITES */
.whitepaper-sites-block-wrapper h3 {
    color: #ffffff;
	text-transform: uppercase;
	font-size: 20px;
}
.whitepaper-sites-block-wrapper h3 a{
	color: #ffffff;
}
.whitepaper-sites-block-wrapper{
	background: #2d2d2d;
}
.animation .whitepaper-region-box {
    display: inline-block;
    float: none;
    position: relative;
    vertical-align: top;
}
.block-whitepapers-regions .animation {
	min-height: 290px;
}

.block-whitepapers-regions{
	overflow: hidden;
	white-space: nowrap;
}
.cxo-box:hover .cxo-overlay {
	 opacity: 0.9;
}
.cxo-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #562932;
}
.idc-box:hover .idc-overlay {
	 opacity: 0.9;
}
.idc-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #12c3f4;
}
.techchannels-box:hover .techchannels-overlay {
	 opacity: 0.9;
}
.techchannels-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #f89b26;
}
.smetech-box:hover .smetech-overlay {
	 opacity: 0.9;
}
.smetech-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #4978bc;
}
.latam-box:hover .latam-overlay {
	 opacity: 0.9;
}
.latam-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #7a28799c;
}
.apac-box:hover .apac-overlay {
	 opacity: 0.9;
}
.apac-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #3a6489;
}
.africa-box:hover .africa-overlay {
	 opacity: 0.9;
}
.africa-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #197e00a3;
}
.na-box:hover .na-overlay {
	 opacity: 0.9;
}
.na-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #b22235a8;
}
.eu-box:hover .eu-overlay {
	 opacity: 0.9;
}
.eu-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #8496b094;
}
.middle-east-box:hover .middle-east-overlay {
	 opacity: 0.9;
}
.middle-east-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #004ea9;
}
.overlay-text {
  color: white;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.region-image{
	width: auto !important;
	height: 250px !important;
}
.whitepaper-region-box {
	padding: 0;
	margin: 10px;
	width: auto !important;
	height: 250px !important;
}

/* WHITEPAPERS*/
#mobile-only-whitepapers {
	display: none;
}
.whitepapers .choose.box .col-md-4, .whitepapers .wrapper.pge .col-md-4 {
    min-height: 240px;
}
.whitepapers-sidebar-container {
	padding-top: 3em;
	padding-bottom: 1em;
}
.block-whitepapers {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.download-button p {
	line-height: 20pt;
	margin: 0px;
	font-size: 14px;
}
.whitepapers-home-page .content-block:hover .download-button {
	background: #ffdd00;
	color: #fff;
    transition: .3s all;
}
.whitepapers-home-page .brand {
    margin: 5px 0px 0px 0px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
	padding-top: 0px;
	float: none;
	color: #fff;
}
.whitepapers-home-page .wptitle {
    margin: 5px 0px 0px 0px;
    font-size: 14px;
	padding-top: 0px;
	float: none;
	color: #fff;
}
.whitepapers-home-page .wptext {
	white-space: normal !important;
	min-height: 70px;
	margin-top: 10px !important;
}
.whitepapers-home-page {
    white-space: nowrap;
}
.whitepapers-home-page .content-block {
    width: 240px;
    margin-right: 2em;
    color: #dfdfdf;
	display: inline-block;
}
.whitepapers-home-page .content-block a {
    text-decoration: none;
    color: #a3a3a3!important;
}
.whitepapers-home-page .content-block:hover .download-but {
    background: #04C9FF;
	box-shadow: 1px 1px 10px #04C9FF;
}

span.wpcf7-list-item.first.last {
    display: flex;
    margin: 0px;
}
input[type="checkbox"] {
    width: 18px!important;
	height: 12px!important;
}
#whitepaper-form td {
    padding: 5px;
}
.wpcf7-checkbox {
    display: inline-grid;
}

.wp-inner-content {
    background: #fff;
    padding: 1em;
}
.wp-inner-content input, .wp-inner-content select {
    width: 100%;
} 
#whitepaper-form {
    width: 100%;
    margin: 0 auto;
}


.whitepapers .choose.box .col-md-4, .whitepapers .wrapper.pge .col-md-4 {
    min-height: 240px;
}
.download-button {
	background: #fff;
    color: #1d1d1d;
    padding: 6px 10px;
    border-radius: 10px;
    font-weight: 400;
    width: 140px;
    transition: .3s all;
	display: flex;
}
.download-button .fa-file-download {
    font-size: 20pt;
    margin-left: 1em;
}
.WP-wrapper .WP:hover .download-button {
    color: #fff;
    transition: .3s all;
}
#whitepapers .col880 {
    width: 72%;
    margin-right: 1.6%;
}

.whitepaper-block-wrapper {
    background: #2d2d2d;
}
.whitepaper-block-wrapper h3 {
    color: #ffffff;
	padding-top: 1em;
	text-transform: uppercase;
	font-size: 20px;
}
.whitepaper-block-wrapper h3 a{
	color: #ffffff;
}
#whitepapers .col880 .textwidget {
    position: relative;
    width: 100%;
}
#whitepapers .col880 .textwidget::-webkit-scrollbar {
    height: 0;
}
.WP-wrapper {
	white-space: nowrap;
}
.WP-wrapper .brand {
    margin: 5px 0px 0px 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
	padding-top: 0px;
	float: none;
	color: #fff;
}
.WP-wrapper .WP .wptext {
	white-space: normal !important;
	min-height: 70px;
	margin-top: 10px !important;
}

.WP-wrapper .WP {
    width: 240px;
    margin-right: 2em;
    color: #dfdfdf;
    font-weight: 600;
	display: inline-block;
}
.WP a {
    text-decoration: none;
    color: #a3a3a3!important;
}
.WP-wrapper .WP:hover .download-but {
    background: #04C9FF;
	box-shadow: 1px 1px 10px #04C9FF;
}
img.download-but {
    width: 140px;
    border-radius: 35px;
    background: #fff;
}

/* INSIGHTS */

.page-template-page-home .insights {
    margin-bottom: 2em;
	min-height: 360px;
}
.insights {
	border: 1px solid;
}
.category .insights {
	margin-bottom: 2em;
}
.insights .content h4 a {
    color: #1d1d1d;
	text-decoration: none;
}
.insights .content p {
    color: #737373;
	min-height: 80px;
}
.insights .content h4, .insights .content p, .insights .content .carousel-controls {
    padding: 0 10px;
}
.insights .content h4{
	font-size: 16px;
	min-height: 52px;
}

/* VIDEOS */ 
.col560{
	width: 44%;
}
.videos {
    border: 1px solid #212121;
	overflow: auto;
	background: #212121;
}
#tablet-video-section{
	display: none;
}
.videos #first img {
    width: 100%;
}
.videos a {
    text-decoration: none;
    color: #a3a3a3;
}
.videos p {
    margin: 6px 27px 0 27px;
    color: #fff;
	min-height: 46px;
}
.videos a:hover {
    color: #fff!important;
}
.videos a.play-button {
	position: relative;
	display: block;
}

.videos .smaller {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin: 20px auto 0px;
}

.videos .smaller h4 {
    min-height: 52px;
    width: 100%;
    font-size: 16px;
}
.videos .smaller .block {
    width: 48%;
    margin: 0 auto;
}
.videos #first h4 {
    margin: 1em 1.5em 0 1.5em;
    min-height: 50px;
}
.videos a.play-button:after {
    content: "";
    background: url(/kuwait/wp-content/uploads/sites/36/2019/05/play-button.png) no-repeat center center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	position: absolute;
}
.videos .block:hover a.play-button::after {
    opacity: 0.4;
}
.video-player iframe.wistia_embed {
    padding: 0;
}
.video-player .wistia_responsive_padding {
    margin-bottom: 3em;
}
/* -------------------------------------- VIDEO CATEGORY PAGE -------------------------------------- */

.video-category-page .heading {
    display: flex;
    width: 90%;
    margin: 1em auto;
}
.video-category-page .heading hr {
    margin-top: 15px;
    margin-bottom: 15px;
}
.video-category-page .heading .left{
	width: 40%;
}
.video-category-page .heading .right{
	width: 40%;
}
.video-category-page .heading .head {
    width: 20%;
    text-align: center;
}
.video-category-page .heading .head h2 {
    margin-top: 15px;
}

.video-category-page .videos-holder {
    display: flex;
    flex-wrap: wrap;
	padding: 1em 0em 1em 1em;
}

.video-category-page .video-post {
    width: 50%;
	padding-right: 1em;
    padding-bottom: 1em;
}

.video-post  a.play-button:after {
    content: "";
    background: url(/india/wp-content/uploads/sites/23/2019/05/play-button.png) no-repeat center center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
	transition: .3s all;
}
.video-post:hover a.play-button::after {
    opacity: 0.4;
	transition: .3s all;
}

.video-category-page .video-post .featured-image {
    position: relative;
}
.video-category-page .video-post .overlay-story-content {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    color: #2d2d2d;
    padding-left: 10px;
    padding-right: 10px;
	opacity: 0;
	transition: .3s all;
}

.video-post:hover .overlay-story-content{
	opacity: 1;
	transition: .3s all;
}

/* -------------------------------------- VIDEO SINGLE PAGE -------------------------------------- */

#single-video {
    width: 80%;
    margin: 0 auto;
}
#single-video .embed-youtube {
    margin: 0 auto;
    width: 77%;
}
.video-player iframe, .video-player .wp-video {
    background: #eee;
    padding: 2em 6em;
    width: 100%!important;
	margin-top: 2em;
}
.video-player .wp-video .mejs-container{
	margin: 0 auto;
}
#single-video .heading-post {
    text-align: center;
    color: #fff;
    padding: 0.5em;
    margin-top: 2em;
}
#single-video .video-heading {
    width: 80%;
    margin: 0 auto;
}


/* EVENTS */

#eventscol, #insightadvert {
    margin-right: 1.6%;
}

.events {
	margin-top: 2em;
	border: 1px solid #1d1d1d;
    background: #f3f3f3;
}
.event-content a, .event-content a:hover  {
    color: #212121;
	text-decoration: none;
}
.event-content a:hover{
	font-weight: bold;
}

.events #content {
    height: 358px!important;
    overflow: auto;
	padding: 30px 10px 0;
}

.event-details a {
    color: #7e7e7e;
}

.event-title h3 {
    font-size: 18px;
    font-weight: bold;
}



/* GET TO KNOW */

.get-to-know .content h4, .get-to-know .content p, .get-to-know .content .carousel-controls {
    padding: 0 10px;
}
.get-to-know h4 {
    min-height: 52px;
    font-size: 16px;
}
.get-to-know #content p {
    margin: 0 0 5px;
}
.get-to-know {
    border: 1px solid #1d1d1d;
    margin-bottom: 2em;
    position: relative;
}
	#expend {
  display:none;  
}
#gettoknow-carousel h4 a {
    color: #1d1d1d;
	text-decoration: none;
}
#gettoknow-carousel p {
    color: #737373;
	min-height: 80px;
}
.get-to-know #content h4, .get-to-know #content p, .get-to-know #content .carousel-controls {
    padding: 0 10px;
	color: #fff;
}
.get-to-know #content h4{
	font-size: 16px;
	color: #2c2c2c;
	min-height: 69px;
}
.get-to-know #content h4 a{
	color: inherit;
}
/* DEEP DIVE */

div#deep-dive {
    border: 1px solid #212121;
	position: relative;
	margin-left: 1.6%;
	width: 72%;
}
.tagdate {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
#cat-deepdive .featured-image.border-b-0 {
    width: 36%;
}
#cat-deepdive .block {
	height: 144px;
    padding: 0 2em;
    margin: 1em 0;
	display: flex;
}

#cat-deepdive .content {
	padding: 0 2em;
    margin: 2em auto 0;
    overflow: auto;
    height: 585px;
}
#deep-dive .txt {
    width: 60%;
    margin-right: 4%;
	padding-top: 10px;
}
#cat-deepdive .date {
    color: #737373;
    font-size: 11px;
	line-height: 20px;
}
#cat-deepdive .txt a {
    color: #1d1d1d;
	text-decoration: none;
}
#cat-deepdive .txt p {
    color: #737373;
	font-size: 13px;
    margin: 0;
}
#cat-deepdive .txt h4 {
    margin: 5px 0;
}

#cat-deepdive .block:nth-child(2), #cat-deepdive .block:nth-child(4), #cat-deepdive .block:nth-child(6) {
    background: #1d1d1d;
    padding: 20px 2em;
    height: 185px;
}
#cat-deepdive .txt p:nth-child(2), #cat-deepdive .txt p:nth-child(4), #cat-deepdive .txt p:nth-child(6) {
    color: #737373;
}

#cat-deepdive .block:nth-child(2) a, #cat-deepdive .block:nth-child(4) a, #cat-deepdive .block:nth-child(6) a {
    color: #FFFFFF!important;
}

/* SINGLE POST PAGE */
#single-post-col .article-img img {
    margin-top: 2em;
    position: relative;
    width: 800px;
	opacity: 0.7;
}
.single-post .previous-next-box .prev {
    position: absolute;
    top: 0;
    left: 1em;
}
.single-post .previous-next-box .nxt {
    position: absolute;
    top: 0;
    right: 1em;
}
.single #flex-from, .page #flex-from {
    display: flex;
}
.heading-post {
    position: relative;
    background: #212121;
}
.overlay-img {
    position: absolute;
    bottom: 1em;
    left: 1em;
	right: 1em;
}
.entry-thumb-caption {
    background: #000;
    color: #fff;
    padding: 0px 1em;
	line-height: 26px;
}
#single-post-col, #single-page-col, #archive-page-col, #search-result-col {
    width: 70%;
    margin-right: 5%;
}

.sidebar {
    width: 27%;
	top: 2em;
    position: relative;
	margin-bottom: 4em;
}
.sidebar .editors-choice {
    margin-top: 2em;
}
.sidebar .events #content{
	height: 360px!important;
}
.sidebar .events {
    background: #f2f2f2;
}
.sidebar .event-location {
    color: #2d2d2d;
}
.sidebar .whitepapers {
    position: relative;
    background: #f2f2f2;
    margin-top: 2em;
    margin-bottom: 2em;
}
.sidebar .whitepaper-sidebar .WP-wrapper {
    display: block;
}
.sidebar .WP-wrapper .WP-img{
	filter: brightness(50%);
}
.sidebar .WP-wrapper .WP {
    max-width: 240px;
    margin: 0 auto 1em auto;
	position: relative;
	display: block;
}
.sidebar .WP-wrapper .download-button {
    display: none;
}
.sidebar .WP-wrapper .WP p {
	position: absolute;
    bottom: 0;
    left: 10px;
}

span.cat {
    color: #2d2d2d;
    padding: 2px 4px;
    margin-right: 5px;
    font-weight: 600;
    font-size: 12px;
	text-transform: uppercase;
	transition: all 0.2s linear 0s;
	background: #ffdd00;
}
.catlink:hover{
	text-decoration: none;
}
.sidebar .events {
    margin-top: 2em;
	margin-bottom: 2em;
}
.content.most-read-content {
    padding-top: 2em;
}
 .most-read {
    margin: 2em 0;
    background-color: #f2f2f2;
}
 .most-read a {
    text-decoration: none;
    color: #1d1d1d;
}

 .most-read ul {
    list-style-type: none;
    padding: 1em;
	min-height: 240px;
	margin: 0 0 1.5em 0em;
}
 .most-read li {
    border-bottom: 1px dashed #c4c4c4;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
 .most-read li:nth-last-child(1) {
    border-bottom: 0;
}
.previous-next-box #post-nav {
    display: flex;
}
.post-previous {
    width: 49%;
	margin-right: 2%;
    border: 1px solid #eee;
	padding: 1em;
	margin-bottom: 2em;
	display: flex;
	position: relative;
}
a.previous, a.next, a.prev {
	color: #111111;
    font-size: 10px;
	text-decoration: none;
}
.post-previous .thumb {
    width: 43%;
    margin-left: 2%;
}
.post-previous .title {
    width: 55%;
}
.post-previous .thumb img {
    width: 100%;
    height: auto;
}
#post-nav .title a {
    text-decoration: none;
    color: #1d1d1d;
}
.post-next .title {
    width: 55%;
}
.post-next .thumb {
    width: 43%;
    margin-right: 2%;
}
.post-next .thumb img{
	width: 100%;
	height: auto;
}
.post-next {
    width: 49%;
    border: 1px solid #eee;
	padding: 1em;
	margin-bottom: 2em;
	display: flex;
    position: relative;
}
.post-meta {
    margin-top: 5px;
	color: #fff;
	display: flex;
}
.overlay-img .entry-header {
    color: #fff;
}

/* CONTACT FORM PAGE */
.contact-margin-bottom {
	margin-bottom: 1em;
}

.contactform {
	position: relative;
    background: #eee;
    min-height: 545px;
    margin-bottom: 2em;
}
.contactform .wpcf7 {
    margin: 4em auto;
    width: 80%;
}
.page-template-page-contactus-php div#single-post-col {
    min-height: 100%!important;
}
.contactform .row#one .left, .contactform .row#two .left {
    float: left;
}
.contactform .row#one .right, .contactform .row#two .right {
    float: right;
}
.contactform .row{
	margin: 1em 0;
}
.contactform textarea{
	width: 100%;
}
.contactform .row#one .left, .contactform .row#two .left {
	width: 49%;
    float: left;
}
.contactform .row#one .right, .contactform .row#two .right {
	width: 49%;
    float: right;
}
.contactform input {
	width: 100%;
}
.contactform .row#four textarea {
    width: 100%;
    border: 1px solid #cacaca;
}
.contactform .row#three input {
    width: 100%;
}
.contactform #wpcf7-f99-p95-o1 {
    margin: 15px 20px;
}
#single-post-col #cat-more-news a h4 {
    color: #fff;
}

/* SCROLL BARS */
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
/* ANALYSIS PAGES */
.row.category-content h2 {
    padding: 10px;
    color: #333333;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid #333333;
}

.row.category-content .entry-excerpt.row {
    border-bottom: 1px solid #eee;
    padding-bottom: 2em;
}

.row.category-content h2.screen-reader-text {
    display: none;
}
.row.category-content {
    min-height: 1500px;
}
.whitepapers img {
    width: 100%;
    height: auto;
}

.tablet-portrait-only{
	display: none;
}
.page-template-page-subscribe #single-post-col {
    float: none;
    width: 100%;
    margin-top: 2em;
	margin-bottom: 2em;
}

/* CONTACT FORM 7 */

div.wpcf7-mail-sent-ok {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 8px 10px;
    font-family: Arial;
}
div.wpcf7-validation-errors {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    padding: 8px 10px;
    font-family: Arial;
}
div.wpcf7 input[type="submit"] {
    border-radius: 5px;
    font-size: 16px;
    padding: 5px 1em;
    color: #fff;
    text-transform: uppercase;
}
div.wpcf7 .required {
    color: #CC0000;
}
#additional-spec-table,
#additional-spec-table tr,
#additional-spec-table td {
    border: 0;
}
#additional-spec-table td {
    padding-left: 0;
}
#additional-spec-table textarea {
    height: 60px;
    width: 450px;
    border: 1px solid #A9A9A9;
}
.cf7-dynamic-hide {
    display: none;
}
.cf7-dynamic-show {
    display: block !important;
}
/*** WHITEPAPER PAGE **/
/** NEW WHITEPAPER **/

.new-wp {
    position: relative;
}
.new-wp p.new-text {
    position: absolute;
    top: 0;
    color: #2d2d2d!important;
    padding: 3px 6px;
}
.mobile-advert{
		display: none;
	}

/* ---------------------- REGION SPECIFIC PAGES -------------------------- */

#regions .insights {
    margin-top: 0;
	margin-bottom: 2em;
}
.whitepaper-block-wrapper#regions .container {
    display: block;
}
#regions-col1, #regions-col2, #regions-specific-hidden {
    margin-right: 1.6%;
}

#regions .case-studies{
    border: 1px solid #1d1d1d;
    margin-top: 2em;
	min-height: 361px;
}
#regions .case-studies .content {
    margin-top: -32px;
    position: relative;
    z-index: 1;
}
#regions.case-studies .content h4, #regions .case-studies .content p, #regions .case-studies .content .carousel-controls {
    padding: 0 10px;
}
#regions .case-studies .content h4 {
    font-size: 16px;
	padding: 0 10px;
}
#regions #casestudies-carousel h4 a {
    color: #1d1d1d;
    text-decoration: none;
}
#regions #casestudies-carousel p {
    color: #737373;
    min-height: 80px;
}
#regions #more-news {
    border: 1px solid #212121;
	width: 72%;
}
#regions #more-news .content {
    padding: 0 3em;
    margin: 1em auto;
    overflow: auto;
    height: 540px;
}
#regions #more-news .block {
    height: 144px;
    padding: 0 2em;
    margin: 1.5em 0;
	display: flex;
}
#regions .featured-image.border-b-0 img {
    width: 100%;
}
#regions #more-news .block:nth-child(2), #regions #more-news .block:nth-child(4), #regions #more-news .block:nth-child(6) {
    background: #1d1d1d;
    padding: 20px 2em;
    height: 185px;
}
#regions #more-news .block a {
    width: 40%;
}
#regions #more-news .txt {
    width: 55%;
	margin-left: 5%;
}
#regions #more-news .txt h4 {
    margin: 5px 0;
}
#regions #more-news .txt p {
    color: #737373;
    font-size: 13px;
    margin: 0;
}
#regions #more-news .block:nth-child(2) a, #regions #more-news .block:nth-child(4) a, #regions #more-news .block:nth-child(6) a {
    color: #FFFFFF;
}

#regions #more-news .txt a {
    color: #1d1d1d;
    text-decoration: none;
}
#regions #more-news .date {
    color: #737373;
    font-size: 11px;
    line-height: 20px;
}
/* ---------------------- SEARCH PAGE ---------------------------------- */
.search-field {
    width: 100%;
}
.search-submit {
    display: none;
}
.search-form label {
    width: 100%;
}
.search .container {
    display: flex;
}
#search-result-col h2 a {
    color: #2d2d2d;
}
/* ---------------------- ARCHIVE PAGES -------------------------------- */

.archive-story {
    display: flex;
}
.archive-story .featured-image {
    width: 38%;
    margin-right: 2%;
}
.archive-story .story-content {
    width: 60%;
}
.archive-story .story-content a {
    color: #2d2d2d;
}
#archive-page-col .heading {
    margin-bottom: 1em;
    text-transform: uppercase;
}
/* ---------------------- WHITEPAPER ARCHIVE PAGES -------------------------------- */

.whitepaper-page-sidebar-display {
	display: flex;
}

.archive-page-wp {
	min-height: 250px;
}
/* ---------------------- INTELLIGENT TECHNOLOGY SECTION --------------------------- */
.intelligent-technology .tabs-leaderboard{
	display: flex;
}
.intelligent-technology .nav-tabs li .heading p a {
    color: #2c2c2c;
}
.intelligent-technology .nav-tabs {
    margin-left: 0px;
	border-bottom: 0px;
}
.intelligent-technology .int-tech-leaderboard {
    width: 64%;
}
.intelligent-technology .nav > li > a{
	padding: 10px 5px!important;
}

.intelligent-technology .nav-tabs > li{
	width: 70px;
	transition: width 1s;
    -webkit-transition: width 1s;
}
.intelligent-technology .nav img {
	transition: transform .3s; /* Animation */
	width: 60px;
	height: 60px;
	margin: 0 auto;
}
.intelligent-technology  .reg-col {
    font-weight: 400;
    font-size: 12px;
}
.intelligent-technology .nav-tabs > li.active {
    display: flex;
    width: 180px;
}
.intelligent-technology .nav-tabs li .heading {
    opacity: 0;
	display: none;
}
.intelligent-technology .nav-tabs li.active .heading {
	opacity: 1;
	animation-name: fadeIn;
    animation-duration: 2.5s;
	display: table;
	height: 80px;
}
.intelligent-technology .nav-tabs li .heading p {
    display: table-cell;
    vertical-align: middle;
	font-weight: bold;
    text-transform: uppercase;
	line-height: 12px;
}
.intelligent-technology .nav li:hover img{
		transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.intelligent-technology .nav li.active:hover img{
		transform: none;
}
.intelligent-technology .nav > li > a:hover, .intelligent-technology .nav > li > a:focus{
	background-color: transparent;
    border-color: transparent;
}
.intelligent-technology .nav-tabs > li.active > a, .intelligent-technology .nav-tabs > li.active > a:hover, .intelligent-technology .nav-tabs > li.active > a:focus {
    border: 0px;
	padding-right: 0px;
	margin-right: 5px;
}

.intelligent-technology {
    margin: 2em 0;
}
.intelligent-technology .content {
    display: flex;
}
.intelligent-technology #mainstory {
    width: 44%;
    margin-right: 2%;
	display: flex;
}
.intelligent-technology #mainstory .featured-image {
    width: 47%;
    margin-right: 2%;
}
.intelligent-technology .side-outer {
    width: 54%;
    display: table;
    height: 270px;
}
.intelligent-technology .side-inner {
    display: table-cell;
    vertical-align: middle;
}
.intelligent-technology .tab-content > .active {
	animation-name: fadeIn;
    animation-duration: 1.5s;
}
.intelligent-technology #mainstory .bodytxt {
    width: 51%;
}
.intelligent-technology .sidestories {
    display: flex;
}
.intelligent-technology .sidestories .block {
    width: 32%;
	padding-top: 2%;
    padding-right: 1%;
    margin-right: 1%;
    border-right: 1px solid #eee;
	text-align: center;
}
.intelligent-technology .sidestories .block:nth-child(3){
	border-right: 0px;
	padding-right: 0;
	margin-right: 0;
}
.intelligent-technology .read-more {
    background: #333333;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
	width: 50%;
}
.intelligent-technology #mainstory .bodytxt h4 {
    font-size: 20px;
	color: #333333;
	min-height: 90px;
}
.intelligent-technology #mainstory .bodytxt p {
    color: #5d5d5d;
	min-height: 120px;
}
.intelligent-technology #mainstory .bodytxt h4 a {
    color: inherit;
}
.intelligent-technology .read-more a {
    color: #fff!important;
}
.intelligent-technology .sidestories .block h5 {
    font-weight: 400;
}
.intelligent-technology .sidestories .block a {
    color: inherit;
}
/* ---------------------- INTELLIGENT TECHNOLOGY SPECIFIC PAGES ------------------------- */

div#maincolumn {
    width: 100%;
}
#int-tech-top-stories {
    margin-top: 1em;
}
.intelligent-technology-page .heading, .regions-page .heading{
	margin-bottom: 1em;
    text-transform: uppercase;
}
#technology-whitepapers .container {
    display: block;
}
#technology-col1, #technology-col2 {
    margin-right: 1.6%;
}
#top-carousel .feat-image img {
    width: 100%;
	opacity: 0.7;
}
#top-carousel .feat-image {
    background: #000;
	max-height: 510px;
}
#top-carousel .overlay {
    position: absolute;
    top: 4em;
    width: 60%;
    left: 3em;
}
#top-carousel .overlay a {
    color: #fff;
	text-decoration: none;
}
#top-carousel .overlay h1 {
    font-size: 40px;
    width: 85%;
	min-height: 140px;
}
#top-carousel .overlay .readmorebut {
    width: 200px;
}
#top-carousel .overlay p {
    color: #fff;
    font-size: 16px;
}
#top-carousel .carousel-controls {
    position: absolute;
    bottom: 1em;
    right: 2em;
}

/* FEATURES */
.mobile-features{
	display: none;
}
.features, .mobile-features {
    position: relative;
	border: 1px solid #1d1d1d;
	margin-top: 2em;
}
.features .content h4, .features .content p, .features .content .carousel-controls {
    padding: 0 10px;
}

.features .content h4 {
    font-size: 16px;
    min-height: 52px;
}
.features .content a {
    color: #1d1d1d;
    text-decoration: none;
}
.features .content p {
    color: #737373;
    min-height: 80px;
}
.feat-image img {
    width: 100%;
}
#mobile-blogs{
	display: none;
	margin-bottom: 2em;
}


/* ---------------------- IPHONE XR --------------------- */

@media only screen and (min-width: 414px) and (max-width: 767px) {
	
/*======================*/
/* EVENTS STYLING START */
/*======================*/
.events-filter-button-wrap button {
    margin: 0 5px 5px 0;
}
.event-list-text {
width: 90%;
}

.events-archive-inner {
grid-template-columns: 1fr;

}
.event-featured-image-wrap {
    display: none;
}
.organiser-image {
	position: relative;
	top: 0;
	right: 0;
}
.Title-Calendar-Row {
display: block;		
}
	
.event-head {
border-bottom: 0;
}
	
	.Calendar-Row {
		display: block;
	}
	.calendar-button .fa-calendar-days {
	    font-size: 25pt;
	}
	.event-title {
		text-align: center;
		margin-bottom: 1.5em;
	}
	.event-cal {
		width: 100%;
	}
	.lightbox-content {
		width: 90%;
	}
	.event-date-day-1, .event-date-day-2 {
		font-size: 20px;
		color: var(--main);
	}
	.event-date-month-1, .event-date-month-1 {
		font-size: 20px;
	}
	.calendar-button {
    color: #fff;
    background: var(--main);
    border-radius: 10px;
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 2px;
    font-size: 16px;
    border: 1px solid #fff;
    transition: 0.3s ease 0s;
}
/*====================*/
/* EVENTS STYLING END */
/*====================*/	
	
	
	.footer-logos-mobile {
		display: block;
	}
	.footer-logos-desktop {
		display: none;
	}
	
	#regional-news .smaller {
    display: none;
}
	
	#regional-news .tab-content #first {
    border-bottom: 0;
    margin-bottom: 0em;
}
	#regional-news{
		height: auto;
	}
	
	.top-updated-row {
    display: block;
}
	
	.top-updated-row .survey {
    margin-top: 2em;
    width: 100%;	
	}
	
	.home-mobile-top-stories .carousel-indicators li {
    background: #fedd00;
	}
	
	div#mag-archive-page-col {
    width: 100%;
    position: relative;
    margin: 0;
    display: block;
    height: 1050px;
}
	div#mag-archive-page-col iframe{
		height: 1000px!important;
	}
	
	
	.register-form-2 select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required, input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
		width: 90%;
	}
	.description-register, .main-body-4 {
		display: block;
	}
	.description {
		width: 100%;
		text-align: center;
	}
	.register-right {
		width: 100%;
	}

	.col-md-4.whitepaper-buttons {
    	margin: auto;
    	margin-top: 4px;
	}
	.whitepaper-page-sidebar-display {
		display: block;
	}
	
	.subscribe-form{
		width: 100%;
		display: block;
	}
	.subscribe-form .email-address-field {
    width: 100%;
    margin-right: 0;
		margin-bottom: 10px;
}
	.subscribe-form .button {
    width: 100%;
}
	
	
	div#deep-dive{
		margin-left: 0;
    width: 100%;
		margin-top: 2em;
	}
	.center-advert {
    width: 300px;
    margin: 0 auto;
}
	
	.search-nd-social {
    float: left;
}
	div#tech-slid-col {
    margin-left: 0;
    margin-right: 0;
}
	
	.postcast-header-inner, .podcasts-block-wrapper .row#podcasts {
    display: block;
	}
	.podcast-image, .podcast-title, div#podcasts-sidebar, #podcasts .col880 {
    width: 100%;
}
	.podcasts-category-page {
    width: 100%!important;
    margin-left: 0;
}
	.podcasts-block-wrapper {
    background: none;
}
	.podcasts-block-wrapper .podcast-inner {
    background: #1d1d1d;
    color: #fff;
}
	.podcasts-block-wrapper .podcast-inner p {
    color: #fff;
}
	.podcasts-block-wrapper .podcast-title-but .ptb-title{
		color: #1d1d1d;
	}
	.podcasts-block-wrapper h3 {
    background: #ffdd00;
    padding: 5px 0;
	width: 200px;
    float: left;
    text-align: center;
    margin-bottom: 1em;
	}
	
	
	.contactform input {
		width: 100%;
	}
	
	.footer-logos-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
	.footer-logos img {
    margin: 0 auto;
    display: block;
}
	
	div#tech-slid-col {
    margin-bottom: 2em;
		margin-top: 2em;
}

	.header-right .custom-leaderboard {
    margin-top: 1em;
	}
	
	.int-tech-sponsors {
    width: 100%!important;
}
	
	.sponsor-heading .heading h2{
		font-size: 26px;
	}
	.sponsor-heading .heading{
		display: block;
	}
	
	.sponsor-heading .heading {
    text-align: center;
    width: 100%;
}
	.sponsor-heading {
    display: block;
}
	#sponsor-top-stories .carousel-indicators li {
		border: 1px solid #fff!important;
	}
	
	.sponsor-case-study, .sponsor-whitepapers, .sponsor-videos, .sponsor-more-videos, .sponsor-twitter-feed {
    margin-bottom: 1em;
}
	#sponsor-about-row {
    display: block;
}
	.sponsor-about {
    width: 100%;
    margin-bottom: 1em;
}
	.sponsor-contact {
    width: 100%;
}
	.sponsor-more-videos .content{
		min-height: 200px
	}
	
	
	#more-news {
    display: none;
}
	
		.video-player iframe, .video-player .wp-video{
		padding: 0;
		height: auto;
	}
	
	.desktop {
    display: none;
}
	.mobile {
    display: block!important;
}
	.contactform .wpcf7 {
    width: 300px!important;
}
	.contactform input {
    margin-bottom: 5px;
}
	
		#single-post-col {
    float: none!important;
    width: 100%!important;
    min-height: auto!important;
    margin-right: 0;
}
	.page-template-page-contactus .container {
    display: block;
}
	
	.main-navigation li {
    float: none;
}
	#primary-menu {
    position: absolute;
    z-index: 999;
    background: #8e8e8e;
    width: 60%;
}
	.menu-main-menu-container {
    float: none;
}
	.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
	.search .container {
    display: block;
}
	.top-header-wrapper {
    display: block;
}
	.top-header-wrapper .header-left {
    width: 50%;
    margin: 0 auto;
}
	.feat-image img {
    width: 100%;
}
	.top-header-wrapper .header-right {
    width: 100%;
}
	.marque {
    display: none;
}
	div#div-gpt-ad-1568889481560-0 {
    width: 320px;
    margin: 10px auto;
}
	.top-stories {
    display: none;
}
	div#flexfrom {
    display: block;
}
	.col300 {
    width: 100%;
}
	.col560 {
    width: 100%;
}
	.mobile-features{
		display: block;
		margin-bottom: 2em;
	}
	.features{
		display: none;
	}
	.intelligent-technology {
    display: none;
	}
	.videos {
    margin-top: 2em;
}
	.whitepaper-block-wrapper #whitepapers .col880 {
    display: none;
}
	.whitepaper-block-wrapper h3 {
    display: none;
}
	.whitepaper-block-wrapper {
    background: transparent;
}
	#mobile-only-whitepapers {
    display: block;
}
	#whitepapers .col300 .textwidget {
    display: block;
}
	#mobile-only-whitepapers .WP-wrapper {
    white-space: normal;
	padding-top: 1em;
}
	#mobile-only-whitepapers .WP-wrapper .WP-img {
    filter: brightness(50%);
}
	#mobile-only-whitepapers .WP-wrapper .WP p {
    position: absolute;
    bottom: 0;
    left: 10px;
}
	#mobile-only-whitepapers .WP-wrapper .WP {
    max-width: 240px;
    margin: 0 auto 1em auto;
    position: relative;
    display: block;
}
	#mobile-only-whitepapers {
    position: relative;
    background: #f2f2f2;
    margin-top: 0;
    margin-bottom: 2em;
}
	#mobile-only-whitepapers .WP-wrapper .download-button {
    display: none;
}
	#mobile-only-whitepapers h3 {
    display: block;
}
	.features {
    margin-bottom: 2em;
}
	footer .subscribe .row3 {
    display: flex;
}
	footer .subscribe input.subscribe-input {
    width: 70%;
    margin-bottom: 1em;
}
	footer .subscribe input.subscribe-button {
    margin-left: 1%;
    width: 29%;
}
	footer .footer .container {
    display: block!important;
}
	footer .footer .container .col-md-4 {
    width: 100%!important;
}
	.copyright .social {
    display: none;
}
	.footer-logos {
    position: relative;
    margin: 2em 0;
}
	#whitepapers {
    margin-top: 0;
	margin-bottom: 0;
}
	div#div-gpt-ad-1568889313043-0, div#div-gpt-ad-1568889357389-0, div#div-gpt-ad-1568889387407-0, div#div-gpt-ad-1568889278488-0, div#div-gpt-ad-1568889414759-0, div#div-gpt-ad-1568889233750-0, div#div-gpt-ad-1569925472425-0, div#div-gpt-ad-1568889178112-0, div#div-gpt-ad-1595931381939-0, div#div-gpt-ad-1595937547345-0, div#div-gpt-ad-1623053654220-0 {
    margin: 0 auto;
}
	.home-mobile-top-stories {
    display: block;
}
	#single-post-col, #single-page-col, #archive-page-col, #search-result-col {
    width: 100%;
    margin-right: 0%;
}
	.category .container {
    display: block;
}
	.sidebar {
    width: 100%;
}
	.archive-story {
    display: block;
}
	.archive-story .featured-image {
    width: 78%;
    margin: 0 auto;
}
	.archive-story .story-content {
    width: 100%;
}
	.single #flex-from, .page #flex-from {
    display: block;
}
	.overlay-img {
    position: relative;
    width: 90%;
	bottom: 1em;
}
	.overlay-img .entry-header {
    font-size: 22px;
}
	#single-post-col h4 {
    font-size: 14px;
}
	.post-previous .title, .post-next .title {
    margin-top: 1em;
    width: 100%;
}
	.post-previous .thumb, .post-next .thumb {
    display: none;
}
	.video-category-page .heading .left, .video-category-page .heading .right {
    display: none;
}
	.video-category-page .heading .head{
		color: #333;
	}
	.video-category-page .videos-holder {
    padding: 0;
    background: none;
}
	.video-category-page .video-post {
    width: 100%;
    padding-right: 0;
}
	.global-partners {
    width: 100%;
    margin-bottom: 1em;
	transform: none;
}
	.website-partners {
    width: 100%;
	transform: none;
}
	#partner-sliders {
    display: block;
    height: auto;
}
	.global-partners #sponsor-carousel .carousel-inner .header-inner, .global-partners #sponsor-carousel .carousel-inner .logo {
    transform: none;
}
	.website-partners #sponsor-carousel .carousel-inner .header-inner, .website-partners #sponsor-carousel .carousel-inner .logo {
    transform: none;
}
	.website-partners #sponsor-carousel {
    margin-left: 0px;
    margin-right: 0px;
    transform: none;
}
	.events {
    display: none;
	}
	.page-template-page-home .insights {
    margin-top: 2em;
}
	#case-studies {
    width: 100%;
		margin-top: 2em;
		margin-left: 0;
	}
	#case-studies #cat-case-studies {
    width: 100%;
	}
	#case-studies .content {
    display: block;
	}
	#case-studies .content .block, #case-studies .content .block:nth-child(3) {
    width: 88%;
    margin: 0 auto;
}
	#regional-news{
		margin-right: 0;
		margin-bottom: 2em;
	}
	div#latest-threats {
    margin-bottom: 2em;
    width: 100%;
    margin-left: 0;
	}
	#regional-news .tab-content {
    padding: 1.5em 1em;
}

	.get-to-know {
    margin-bottom: 2em;
}
	#cat-blog img, #cat-blog h5 {
    width: 100%;
    font-size: 14px;
}
	#cat-blog .content {
    padding: 45px 10px 0;
    height: 535px;
	}
	#cat-deepdive .content {
    padding: 0;
	}
	#cat-deepdive .txt p {
		display: none;
	}
	.tagdate {
    display: none;
	}
	#cat-deepdive .txt h4 {
    font-size: 16px;
	}
	#cat-deepdive .featured-image.border-b-0 {
    width: 48%;
}
	#deep-dive .txt {
    width: 48%;
    margin-right: 4%;
}
	#cat-deepdive .block {
    height: 105px;
	}
	#cat-deepdive .block:nth-child(2), #cat-deepdive .block:nth-child(4), #cat-deepdive .block:nth-child(6){
		height: 140px;
	}
	#cat-latestthreats .content{
		display: block;
		margin: 3em 0.5em 1em;
	}
	#cat-latestthreats .block {
    border-right: 0;
    width: 100%;
}
	#cat-latestthreats .block:nth-child(3) {
    display: none;
}
	#cat-latestthreats .block .inner-block .featured-image {
    width: 78%;
    margin: 0 auto;
}
	#case-studies .content .block:nth-child(3) {
    display: none;
}
	#top-mobile-carousel .overlay{
		width: 70%;
	}
	.category .case-studies {
    margin-top: 2em;
	}
	.category .insights {
    margin-top: 2em;
	}
	.mobile-top-stories {
    display: block;
}
	#top-carousel .overlay h1 {
    font-size: 30px;
    width: 100%;
	}
	#top-carousel .overlay {
    position: absolute;
    width: 70%;
}	
	
	.page-template-page-whitepaper #content{
background: #fff;
}
.page-template-page-whitepaper #content .container {
width: 95%;
}
.page-template-page-whitepaper .whitepaper-page .entry-content, .page-template-page-whitepaper .wp-inner-content{
	padding: 0;
	}
	
}
/* ------------ IPHONE X ------------ */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) {
	
/*======================*/
/* EVENTS STYLING START */
/*======================*/
.events-filter-button-wrap button {
    margin: 0 5px 5px 0;
}
.event-list-text {
width: 90%;
}

.events-archive-inner {
grid-template-columns: 1fr;

}
.event-featured-image-wrap {
    display: none;
}
.organiser-image {
	position: relative;
	top: 0;
	right: 0;
}
.Title-Calendar-Row {
display: block;		
}
	
.event-head {
border-bottom: 0;
}
	
	.Calendar-Row {
		display: block;
	}
	.calendar-button .fa-calendar-days {
	    font-size: 25pt;
	}
	.event-title {
		text-align: center;
		margin-bottom: 1.5em;
	}
	.event-cal {
		width: 100%;
	}
	.lightbox-content {
		width: 90%;
	}
	.event-date-day-1, .event-date-day-2 {
		font-size: 20px;
		color: var(--main);
	}
	.event-date-month-1, .event-date-month-1 {
		font-size: 20px;
	}
	.calendar-button {
    color: #fff;
    background: var(--main);
    border-radius: 10px;
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 2px;
    font-size: 16px;
    border: 1px solid #fff;
    transition: 0.3s ease 0s;
}
/*====================*/
/* EVENTS STYLING END */
/*====================*/		
	
	
	.footer-logos-mobile {
		display: block;
	}
	.footer-logos-desktop {
		display: none;
	}
	
	#regional-news .smaller {
    display: none;
}
	
	#regional-news .tab-content #first {
    border-bottom: 0;
    margin-bottom: 0em;
}
	#regional-news{
		height: auto;
	}
	
		.top-updated-row {
    display: block;
}
	
	.top-updated-row .survey {
    margin-top: 2em;
    width: 100%;	
	}
	
	.home-mobile-top-stories .carousel-indicators li {
    background: #fedd00;
	}
	
	div#mag-archive-page-col {
    width: 100%;
    position: relative;
    margin: 0;
    display: block;
    height: 1050px;
}
	div#mag-archive-page-col iframe{
		height: 1000px!important;
	}
	
	.register-form-2 select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required, input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
		width: 90%;
	}
	.description-register, .main-body-4 {
		display: block;
	}
	.description {
		width: 100%;
		text-align: center;
	}
	.register-right {
		width: 100%;
	}

	.col-md-4.whitepaper-buttons {
    	margin: auto;
    	margin-top: 4px;
	}
	
	.whitepaper-page-sidebar-display {
		display: block;
	}
	
	.subscribe-form{
		width: 100%;
		display: block;
	}
	.subscribe-form .email-address-field {
    width: 100%;
    margin-right: 0;
		margin-bottom: 10px;
}
	.subscribe-form .button {
    width: 100%;
}
	
	div#deep-dive{
		margin-left: 0;
    width: 100%;
		margin-top: 2em;
	}
	.center-advert {
    width: 300px;
    margin: 0 auto;
}
	
	.search-nd-social {
    float: left;
}
	div#tech-slid-col {
    margin-left: 0;
    margin-right: 0;
}
	
	.postcast-header-inner, .podcasts-block-wrapper .row#podcasts {
    display: block;
	}
	.podcast-image, .podcast-title, div#podcasts-sidebar, #podcasts .col880 {
    width: 100%;
}
	.podcasts-category-page {
    width: 100%!important;
    margin-left: 0;
}
	.podcasts-block-wrapper {
    background: none;
}
	.podcasts-block-wrapper .podcast-inner {
    background: #1d1d1d;
    color: #fff;
}
	.podcasts-block-wrapper .podcast-inner p {
    color: #fff;
}
	.podcasts-block-wrapper .podcast-title-but .ptb-title{
		color: #1d1d1d;
	}
	.podcasts-block-wrapper h3 {
    background: #ffdd00;
    padding: 5px 0;
	width: 200px;
    float: left;
    text-align: center;
    margin-bottom: 1em;
	}
	
	
	.contactform input {
		width: 100%;
	}
	
	.footer-logos-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
	.footer-logos img {
    margin: 0 auto;
    display: block;
}
	
	
	div#tech-slid-col {
    margin-bottom: 2em;
		margin-top: 2em;
}

	.header-right .custom-leaderboard {
    margin-top: 1em;
	}
	
	.int-tech-sponsors {
    width: 100%!important;
}
	
	.sponsor-heading .heading h2{
		font-size: 26px;
	}
	.sponsor-heading .heading{
		display: block;
	}
	
	.sponsor-heading .heading {
    text-align: center;
    width: 100%;
}
	.sponsor-heading {
    display: block;
}
	#sponsor-top-stories .carousel-indicators li {
		border: 1px solid #fff!important;
	}
	
	.sponsor-case-study, .sponsor-whitepapers, .sponsor-videos, .sponsor-more-videos, .sponsor-twitter-feed {
    margin-bottom: 1em;
}
	#sponsor-about-row {
    display: block;
}
	.sponsor-about {
    width: 100%;
    margin-bottom: 1em;
}
	.sponsor-contact {
    width: 100%;
}
	.sponsor-more-videos .content{
		min-height: 200px
	}
	
	#more-news {
    display: none;
}
	
		.video-player iframe, .video-player .wp-video{
		padding: 0;
		height: auto;
	}
	
	.desktop {
    display: none;
}
	.mobile {
    display: block!important;
}
	.contactform .wpcf7 {
    width: 300px!important;
}
	.contactform input {
    margin-bottom: 5px;
}
	
		#single-post-col {
    float: none!important;
    width: 100%!important;
    min-height: auto!important;
    margin-right: 0;
}
	.page-template-page-contactus .container {
    display: block;
}
	
	.main-navigation li {
    float: none;
}
	#primary-menu {
    position: absolute;
    z-index: 999;
    background: #8e8e8e;
    width: 60%;
}
	.menu-main-menu-container {
    float: none;
}
	.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
	.search .container {
    display: block;
}
	.top-header-wrapper {
    display: block;
}
	.top-header-wrapper .header-left {
    width: 50%;
    margin: 0 auto;
}
	.feat-image img {
    width: 100%;
}
	.top-header-wrapper .header-right {
    width: 100%;
}
	.marque {
    display: none;
}
	div#div-gpt-ad-1568889481560-0 {
    width: 320px;
    margin: 10px auto;
}
	.top-stories {
    display: none;
}
	div#flexfrom {
    display: block;
}
	.col300 {
    width: 100%;
}
	.col560 {
    width: 100%;
}
	.mobile-features{
		display: block;
		margin-bottom: 2em;
	}
	.features{
		display: none;
	}
	.intelligent-technology {
    display: none;
	}
	.videos {
    margin-top: 2em;
}
	.whitepaper-block-wrapper #whitepapers .col880 {
    display: none;
}
	.whitepaper-block-wrapper h3 {
    display: none;
}
	.whitepaper-block-wrapper {
    background: transparent;
}
	#mobile-only-whitepapers {
    display: block;
}
	#whitepapers .col300 .textwidget {
    display: block;
}
	#mobile-only-whitepapers .WP-wrapper {
    white-space: normal;
	padding-top: 1em;
}
	#mobile-only-whitepapers .WP-wrapper .WP-img {
    filter: brightness(50%);
}
	#mobile-only-whitepapers .WP-wrapper .WP p {
    position: absolute;
    bottom: 0;
    left: 10px;
}
	#mobile-only-whitepapers .WP-wrapper .WP {
    max-width: 240px;
    margin: 0 auto 1em auto;
    position: relative;
    display: block;
}
	#mobile-only-whitepapers {
    position: relative;
    background: #f2f2f2;
    margin-top: 0;
    margin-bottom: 2em;
}
	#mobile-only-whitepapers .WP-wrapper .download-button {
    display: none;
}
	#mobile-only-whitepapers h3 {
    display: block;
}
	.features {
    margin-bottom: 2em;
}
	footer .subscribe .row3 {
    display: flex;
}
	footer .subscribe input.subscribe-input {
    width: 70%;
    margin-bottom: 1em;
}
	footer .subscribe input.subscribe-button {
    margin-left: 1%;
    width: 29%;
}
	footer .footer .container {
    display: block!important;
}
	footer .footer .container .col-md-4 {
    width: 100%!important;
}
	.copyright .social {
    display: none;
}
	.footer-logos {
    position: relative;
    margin: 2em 0;
}
	#whitepapers {
    margin-top: 0;
	margin-bottom: 0;
}
	div#div-gpt-ad-1568889313043-0, div#div-gpt-ad-1568889357389-0, div#div-gpt-ad-1568889387407-0, div#div-gpt-ad-1568889278488-0, div#div-gpt-ad-1568889414759-0, div#div-gpt-ad-1568889233750-0, div#div-gpt-ad-1569925472425-0, div#div-gpt-ad-1568889178112-0, div#div-gpt-ad-1595931381939-0, div#div-gpt-ad-1595937547345-0, div#div-gpt-ad-1623053654220-0 {
    margin: 0 auto;
}
	.home-mobile-top-stories {
    display: block;
}
	#single-post-col, #single-page-col, #archive-page-col, #search-result-col {
    width: 100%;
    margin-right: 0%;
}
	.category .container {
    display: block;
}
	.sidebar {
    width: 100%;
}
	.archive-story {
    display: block;
}
	.archive-story .featured-image {
    width: 78%;
    margin: 0 auto;
}
	.archive-story .story-content {
    width: 100%;
}
	.single #flex-from, .page #flex-from {
    display: block;
}
	.overlay-img {
    position: relative;
    width: 90%;
	bottom: 1em;
}
	.overlay-img .entry-header {
    font-size: 22px;
}
	#single-post-col h4 {
    font-size: 14px;
}
	.post-previous .title, .post-next .title {
    margin-top: 1em;
    width: 100%;
}
	.post-previous .thumb, .post-next .thumb {
    display: none;
}
	.video-category-page .heading .left, .video-category-page .heading .right {
    display: none;
}
	.video-category-page .heading .head{
		color: #333;
	}
	.video-category-page .videos-holder {
    padding: 0;
    background: none;
}
	.video-category-page .video-post {
    width: 100%;
    padding-right: 0;
}
	.global-partners {
    width: 100%;
    margin-bottom: 1em;
	transform: none;
}
	.website-partners {
    width: 100%;
	transform: none;
}
	#partner-sliders {
    display: block;
    height: auto;
}
	.global-partners #sponsor-carousel .carousel-inner .header-inner, .global-partners #sponsor-carousel .carousel-inner .logo {
    transform: none;
}
	.website-partners #sponsor-carousel .carousel-inner .header-inner, .website-partners #sponsor-carousel .carousel-inner .logo {
    transform: none;
}
	.website-partners #sponsor-carousel {
    margin-left: 0px;
    margin-right: 0px;
    transform: none;
}
	.events {
    display: none;
	}
	.page-template-page-home .insights {
    margin-top: 2em;
}
	#case-studies {
    width: 100%;
		margin-top: 2em;
		margin-left: 0;
	}
	#case-studies #cat-case-studies {
    width: 100%;
	}
	#case-studies .content {
    display: block;
	}
	#case-studies .content .block, #case-studies .content .block:nth-child(3) {
    width: 88%;
    margin: 0 auto;
}
	#regional-news{
		margin-right: 0;
		margin-bottom: 2em;
	}
	div#latest-threats {
    margin-bottom: 2em;
    width: 100%;
    margin-left: 0;
	}
	#regional-news .tab-content {
    padding: 1.5em 1em;
}

	.get-to-know {
    margin-bottom: 2em;
}
	#cat-blog img, #cat-blog h5 {
    width: 100%;
    font-size: 14px;
}
	#cat-blog .content {
    padding: 45px 10px 0;
    height: 535px;
	}
	#cat-deepdive .content {
    padding: 0;
	}
	#cat-deepdive .txt p {
		display: none;
	}
	.tagdate {
    display: none;
	}
	#cat-deepdive .txt h4 {
    font-size: 16px;
	}
	#cat-deepdive .featured-image.border-b-0 {
    width: 48%;
}
	#deep-dive .txt {
    width: 48%;
    margin-right: 4%;
}
	#cat-deepdive .block {
    height: 105px;
	}
	#cat-deepdive .block:nth-child(2), #cat-deepdive .block:nth-child(4), #cat-deepdive .block:nth-child(6){
		height: 140px;
	}
	#cat-latestthreats .content{
		display: block;
		margin: 3em 0.5em 1em;
	}
	#cat-latestthreats .block {
    border-right: 0;
    width: 100%;
}
	#cat-latestthreats .block:nth-child(3) {
    display: none;
}
	#cat-latestthreats .block .inner-block .featured-image {
    width: 78%;
    margin: 0 auto;
}
	#case-studies .content .block:nth-child(3) {
    display: none;
}
	#top-mobile-carousel .overlay{
		width: 70%;
	}
	.category .case-studies {
    margin-top: 2em;
	}
	.category .insights {
    margin-top: 2em;
	}
	.mobile-top-stories {
    display: block;
}
	#top-carousel .overlay h1 {
    font-size: 30px;
    width: 100%;
	}
	#top-carousel .overlay {
    position: absolute;
    width: 70%;
}
	
	.page-template-page-whitepaper #content{
background: #fff;
}
.page-template-page-whitepaper #content .container {
width: 95%;
}
.page-template-page-whitepaper .whitepaper-page .entry-content, .page-template-page-whitepaper .wp-inner-content{
	padding: 0;
	}
	
}
/* ------------------ IPHONE 6 7 8 ------------------- */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
	
/*======================*/
/* EVENTS STYLING START */
/*======================*/
.events-filter-button-wrap button {
    margin: 0 5px 5px 0;
}
.event-list-text {
width: 90%;
}

.events-archive-inner {
grid-template-columns: 1fr;

}
.event-featured-image-wrap {
    display: none;
}
.organiser-image {
	position: relative;
	top: 0;
	right: 0;
}
.Title-Calendar-Row {
display: block;		
}
	
.event-head {
border-bottom: 0;
}
	
	.Calendar-Row {
		display: block;
	}
	.calendar-button .fa-calendar-days {
	    font-size: 25pt;
	}
	.event-title {
		text-align: center;
		margin-bottom: 1.5em;
	}
	.event-cal {
		width: 100%;
	}
	.lightbox-content {
		width: 90%;
	}
	.event-date-day-1, .event-date-day-2 {
		font-size: 20px;
		color: var(--main);
	}
	.event-date-month-1, .event-date-month-1 {
		font-size: 20px;
	}
	.calendar-button {
    color: #fff;
    background: var(--main);
    border-radius: 10px;
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 2px;
    font-size: 16px;
    border: 1px solid #fff;
    transition: 0.3s ease 0s;
}
/*====================*/
/* EVENTS STYLING END */
/*====================*/		
	
	
	.footer-logos-mobile {
		display: block;
	}
	.footer-logos-desktop {
		display: none;
	}
	
	#regional-news .smaller {
    display: none;
}
	
	#regional-news .tab-content #first {
    border-bottom: 0;
    margin-bottom: 0em;
}
	#regional-news{
		height: auto;
	}
	
		.top-updated-row {
    display: block;
}
	
	.top-updated-row .survey {
    margin-top: 2em;
    width: 100%;	
	}
	
	.home-mobile-top-stories .carousel-indicators li {
    background: #fedd00;
	}
	
	
	div#mag-archive-page-col {
    width: 100%;
    position: relative;
    margin: 0;
    display: block;
    height: 1050px;
}
	div#mag-archive-page-col iframe{
		height: 1000px!important;
	}
	
	.register-form-2 select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required, input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
		width: 90%;
	}
	.description-register, .main-body-4 {
		display: block;
	}
	.description {
		width: 100%;
		text-align: center;
	}
	.register-right {
		width: 100%;
	}

	.col-md-4.whitepaper-buttons {
    	margin: auto;
    	margin-top: 4px;
	}
	.whitepaper-page-sidebar-display {
		display: block;
	}
	
	.subscribe-form{
		width: 100%;
		display: block;
	}
	.subscribe-form .email-address-field {
    width: 100%;
    margin-right: 0;
		margin-bottom: 10px;
}
	.subscribe-form .button {
    width: 100%;
}
	
	div#deep-dive{
		margin-left: 0;
    width: 100%;
		margin-top: 2em;
	}
	.center-advert {
    width: 300px;
    margin: 0 auto;
}
	
	.search-nd-social {
    float: left;
}
	
	div#tech-slid-col {
    margin-left: 0;
    margin-right: 0;
}
	
	.postcast-header-inner, .podcasts-block-wrapper .row#podcasts {
    display: block;
	}
	.podcast-image, .podcast-title, div#podcasts-sidebar, #podcasts .col880 {
    width: 100%;
}
	.podcasts-category-page {
    width: 100%!important;
    margin-left: 0;
}
	.podcasts-block-wrapper {
    background: none;
}
	.podcasts-block-wrapper .podcast-inner {
    background: #1d1d1d;
    color: #fff;
}
	.podcasts-block-wrapper .podcast-inner p {
    color: #fff;
}
	.podcasts-block-wrapper .podcast-title-but .ptb-title{
		color: #1d1d1d;
	}
	.podcasts-block-wrapper h3 {
    background: #ffdd00;
    padding: 5px 0;
	width: 200px;
    float: left;
    text-align: center;
    margin-bottom: 1em;
	}
	
	
	.contactform input {
		width: 100%;
	}
	.footer-logos-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
	.footer-logos img {
    margin: 0 auto;
    display: block;
}
	
	div#tech-slid-col {
    margin-bottom: 2em;
		margin-top: 2em;
}
	
	.header-right .custom-leaderboard {
    margin-top: 1em;
	}
	
	.int-tech-sponsors {
    width: 100%!important;
}
	
	.sponsor-heading .heading h2{
		font-size: 26px;
	}
	.sponsor-heading .heading{
		display: block;
	}
	
	.sponsor-heading .heading {
    text-align: center;
    width: 100%;
}
	.sponsor-heading {
    display: block;
}
	#sponsor-top-stories .carousel-indicators li {
		border: 1px solid #fff!important;
	}
	
	.sponsor-case-study, .sponsor-whitepapers, .sponsor-videos, .sponsor-more-videos, .sponsor-twitter-feed {
    margin-bottom: 1em;
}
	#sponsor-about-row {
    display: block;
}
	.sponsor-about {
    width: 100%;
    margin-bottom: 1em;
}
	.sponsor-contact {
    width: 100%;
}
	.sponsor-more-videos .content{
		min-height: 200px
	}
		
	#more-news {
    display: none;
}
	
		.video-player iframe, .video-player .wp-video{
		padding: 0;
		height: auto;
	}
	
	.desktop {
    display: none;
}
	.mobile {
    display: block!important;
}
	.contactform .wpcf7 {
    width: 300px!important;
}
	.contactform input {
    margin-bottom: 5px;
}
	
		#single-post-col {
    float: none!important;
    width: 100%!important;
    min-height: auto!important;
    margin-right: 0;
}
	.page-template-page-contactus .container {
    display: block;
}
	
	.main-navigation li {
    float: none;
}
	#primary-menu {
    position: absolute;
    z-index: 999;
    background: #8e8e8e;
    width: 60%;
}
	.menu-main-menu-container {
    float: none;
}
	.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
	.search .container {
    display: block;
}
	.top-header-wrapper {
    display: block;
}
	.top-header-wrapper .header-left {
    width: 50%;
    margin: 0 auto;
}
	.feat-image img {
    width: 100%;
}
	.top-header-wrapper .header-right {
    width: 100%;
}
	.marque {
    display: none;
}
	div#div-gpt-ad-1568889481560-0 {
    width: 320px;
    margin: 10px auto;
}
	.top-stories {
    display: none;
}
	div#flexfrom {
    display: block;
}
	.col300 {
    width: 100%;
}
	.col560 {
    width: 100%;
}
	.mobile-features{
		display: block;
		margin-bottom: 2em;
	}
	.features{
		display: none;
	}
	.intelligent-technology {
    display: none;
	}
	.videos {
    margin-top: 2em;
}
	.whitepaper-block-wrapper #whitepapers .col880 {
    display: none;
}
	.whitepaper-block-wrapper h3 {
    display: none;
}
	.whitepaper-block-wrapper {
    background: transparent;
}
	#mobile-only-whitepapers {
    display: block;
}
	#whitepapers .col300 .textwidget {
    display: block;
}
	#mobile-only-whitepapers .WP-wrapper {
    white-space: normal;
	padding-top: 1em;
}
	#mobile-only-whitepapers .WP-wrapper .WP-img {
    filter: brightness(50%);
}
	#mobile-only-whitepapers .WP-wrapper .WP p {
    position: absolute;
    bottom: 0;
    left: 10px;
}
	#mobile-only-whitepapers .WP-wrapper .WP {
    max-width: 240px;
    margin: 0 auto 1em auto;
    position: relative;
    display: block;
}
	#mobile-only-whitepapers {
    position: relative;
    background: #f2f2f2;
    margin-top: 0;
    margin-bottom: 2em;
}
	#mobile-only-whitepapers .WP-wrapper .download-button {
    display: none;
}
	#mobile-only-whitepapers h3 {
    display: block;
}
	.features {
    margin-bottom: 2em;
}
	footer .subscribe .row3 {
    display: flex;
}
	footer .subscribe input.subscribe-input {
    width: 70%;
    margin-bottom: 1em;
}
	footer .subscribe input.subscribe-button {
    margin-left: 1%;
    width: 29%;
}
	footer .footer .container {
    display: block!important;
}
	footer .footer .container .col-md-4 {
    width: 100%!important;
}
	.copyright .social {
    display: none;
}
	.footer-logos {
    position: relative;
    margin: 2em 0;
}
	#whitepapers {
    margin-top: 0;
	margin-bottom: 0;
}
	div#div-gpt-ad-1568889313043-0, div#div-gpt-ad-1568889357389-0, div#div-gpt-ad-1568889387407-0, div#div-gpt-ad-1568889278488-0, div#div-gpt-ad-1568889414759-0, div#div-gpt-ad-1568889233750-0, div#div-gpt-ad-1569925472425-0, div#div-gpt-ad-1568889178112-0, div#div-gpt-ad-1595931381939-0, div#div-gpt-ad-1595937547345-0, div#div-gpt-ad-1623053654220-0 {
    margin: 0 auto;
}
	.home-mobile-top-stories {
    display: block;
}
	#single-post-col, #single-page-col, #archive-page-col, #search-result-col {
    width: 100%;
    margin-right: 0%;
}
	.category .container {
    display: block;
}
	.sidebar {
    width: 100%;
}
	.archive-story {
    display: block;
}
	.archive-story .featured-image {
    width: 78%;
    margin: 0 auto;
}
	.archive-story .story-content {
    width: 100%;
}
	.single #flex-from, .page #flex-from {
    display: block;
}
	.overlay-img {
    position: relative;
    width: 90%;
	bottom: 1em;
}
	.overlay-img .entry-header {
    font-size: 22px;
}
	#single-post-col h4 {
    font-size: 14px;
}
	.post-previous .title, .post-next .title {
    margin-top: 1em;
    width: 100%;
}
	.post-previous .thumb, .post-next .thumb {
    display: none;
}
	.video-category-page .heading .left, .video-category-page .heading .right {
    display: none;
}
	.video-category-page .heading .head{
		color: #333;
	}
	.video-category-page .videos-holder {
    padding: 0;
    background: none;
}
	.video-category-page .video-post {
    width: 100%;
    padding-right: 0;
}
	.global-partners {
    width: 100%;
    margin-bottom: 1em;
	transform: none;
}
	.website-partners {
    width: 100%;
	transform: none;
}
	#partner-sliders {
    display: block;
    height: auto;
}
	.global-partners #sponsor-carousel .carousel-inner .header-inner, .global-partners #sponsor-carousel .carousel-inner .logo {
    transform: none;
}
	.website-partners #sponsor-carousel .carousel-inner .header-inner, .website-partners #sponsor-carousel .carousel-inner .logo {
    transform: none;
}
	.website-partners #sponsor-carousel {
    margin-left: 0px;
    margin-right: 0px;
    transform: none;
}
	.events {
    display: none;
	}
	.page-template-page-home .insights {
    margin-top: 2em;
}
	#case-studies {
    width: 100%;
		margin-top: 2em;
		margin-left: 0;
	}
	#case-studies #cat-case-studies {
    width: 100%;
	}
	#case-studies .content {
    display: block;
	}
	#case-studies .content .block, #case-studies .content .block:nth-child(3) {
    width: 88%;
    margin: 0 auto;
}
	#regional-news{
		margin-right: 0;
		margin-bottom: 2em;
	}
	div#latest-threats {
    margin-bottom: 2em;
    width: 100%;
    margin-left: 0;
	}
	#regional-news .tab-content {
    padding: 1.5em 1em;
}

	.get-to-know {
    margin-bottom: 2em;
}
	#cat-blog img, #cat-blog h5 {
    width: 100%;
    font-size: 14px;
}
	#cat-blog .content {
    padding: 45px 10px 0;
    height: 535px;
	}
	#cat-deepdive .content {
    padding: 0;
	}
	#cat-deepdive .txt p {
		display: none;
	}
	.tagdate {
    display: none;
	}
	#cat-deepdive .txt h4 {
    font-size: 16px;
	}
	#cat-deepdive .featured-image.border-b-0 {
    width: 48%;
}
	#deep-dive .txt {
    width: 48%;
    margin-right: 4%;
}
	#cat-deepdive .block {
    height: 105px;
	}
	#cat-deepdive .block:nth-child(2), #cat-deepdive .block:nth-child(4), #cat-deepdive .block:nth-child(6){
		height: 140px;
	}
	#cat-latestthreats .content{
		display: block;
		margin: 3em 0.5em 1em;
	}
	#cat-latestthreats .block {
    border-right: 0;
    width: 100%;
}
	#cat-latestthreats .block:nth-child(3) {
    display: none;
}
	#cat-latestthreats .block .inner-block .featured-image {
    width: 78%;
    margin: 0 auto;
}
	#case-studies .content .block:nth-child(3) {
    display: none;
}
	#top-mobile-carousel .overlay{
		width: 70%;
	}
	.category .case-studies {
    margin-top: 2em;
	}
	.category .insights {
    margin-top: 2em;
	}
	.mobile-top-stories {
    display: block;
}
	#top-carousel .overlay h1 {
    font-size: 30px;
    width: 100%;
	}
	#top-carousel .overlay {
    position: absolute;
    width: 70%;
}
	
	.page-template-page-whitepaper #content{
background: #fff;
}
.page-template-page-whitepaper #content .container {
width: 95%;
}
.page-template-page-whitepaper .whitepaper-page .entry-content, .page-template-page-whitepaper .wp-inner-content{
	padding: 0;
	}
}
/* -------------------- IPHONE 5 ----------------------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
	
/*======================*/
/* EVENTS STYLING START */
/*======================*/
.events-filter-button-wrap button {
    margin: 0 5px 5px 0;
}
.event-list-text {
width: 90%;
}

.events-archive-inner {
grid-template-columns: 1fr;

}
.event-featured-image-wrap {
    display: none;
}
.organiser-image {
	position: relative;
	top: 0;
	right: 0;
}
.Title-Calendar-Row {
display: block;		
}
	
.event-head {
border-bottom: 0;
}
	
	.Calendar-Row {
		display: block;
	}
	.calendar-button .fa-calendar-days {
	    font-size: 25pt;
	}
	.event-title {
		text-align: center;
		margin-bottom: 1.5em;
	}
	.event-cal {
		width: 100%;
	}
	.lightbox-content {
		width: 90%;
	}
	.event-date-day-1, .event-date-day-2 {
		font-size: 20px;
		color: var(--main);
	}
	.event-date-month-1, .event-date-month-1 {
		font-size: 20px;
	}
	.calendar-button {
    color: #fff;
    background: var(--main);
    border-radius: 10px;
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 2px;
    font-size: 16px;
    border: 1px solid #fff;
    transition: 0.3s ease 0s;
}
/*====================*/
/* EVENTS STYLING END */
/*====================*/	
	
	
	.footer-logos-mobile {
		display: block;
	}
	.footer-logos-desktop {
		display: none;
	}
	
	#regional-news .smaller {
    display: none;
}
	
	#regional-news .tab-content #first {
    border-bottom: 0;
    margin-bottom: 0em;
}
	#regional-news{
		height: auto;
	}
	
		.top-updated-row {
    display: block;
}
	
	.top-updated-row .survey {
    margin-top: 2em;
    width: 100%;	
	}
	
	.home-mobile-top-stories .carousel-indicators li {
    background: #fedd00;
	}
	
	
	div#mag-archive-page-col {
    width: 100%;
    position: relative;
    margin: 0;
    display: block;
    height: 1050px;
}
	div#mag-archive-page-col iframe{
		height: 1000px!important;
	}
	.register-form-2 select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required, input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
		width: 90%;
	}
	.description-register, .main-body-4 {
		display: block;
	}
	.description {
		width: 100%;
		text-align: center;
	}
	.register-right {
		width: 100%;
	}

	.col-md-4.whitepaper-buttons {
    	margin: auto;
    	margin-top: 4px;
	}
	.whitepaper-page-sidebar-display {
		display: block;
	}
	
	.subscribe-form{
		width: 100%;
		display: block;
	}
	.subscribe-form .email-address-field {
    width: 100%;
    margin-right: 0;
		margin-bottom: 10px;
}
	.subscribe-form .button {
    width: 100%;
}
	
	div#deep-dive{
		margin-left: 0;
    width: 100%;
	margin-top: 2em;
	}
	.center-advert {
    width: 300px;
    margin: 0 auto;
}
	
	.search-nd-social {
    float: left;
}
	div#tech-slid-col {
    margin-left: 0;
    margin-right: 0;
}
	
	
	.postcast-header-inner, .podcasts-block-wrapper .row#podcasts {
    display: block;
	}
	.podcast-image, .podcast-title, div#podcasts-sidebar, #podcasts .col880 {
    width: 100%;
}
	.podcasts-category-page {
    width: 100%!important;
    margin-left: 0;
}
	.podcasts-block-wrapper {
    background: none;
}
	.podcasts-block-wrapper .podcast-inner {
    background: #1d1d1d;
    color: #fff;
}
	.podcasts-block-wrapper .podcast-inner p {
    color: #fff;
}
	.podcasts-block-wrapper .podcast-title-but .ptb-title{
		color: #1d1d1d;
	}
	.podcasts-block-wrapper h3 {
    background: #ffdd00;
    padding: 5px 0;
	width: 200px;
    float: left;
    text-align: center;
    margin-bottom: 1em;
	}
	
	
	.contactform {
		text-align: center;
	}
	.contactform textarea {
		width: 80%;
	}
	
	.contactform input {
		width: 80%;
	}
	
	.footer-logos-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
	.footer-logos img {
    margin: 0 auto;
    display: block;
}
	
	
	div#tech-slid-col {
    margin-bottom: 2em;
		margin-top: 2em;
}

		
	.header-right .custom-leaderboard {
    margin-top: 1em;
	}
	
	.int-tech-sponsors {
    width: 100%!important;
}
	
	.sponsor-heading .heading h2{
		font-size: 26px;
	}
	.sponsor-heading .heading{
		display: block;
	}
	
	.sponsor-heading .heading {
    text-align: center;
    width: 100%;
}
	.sponsor-heading {
    display: block;
}
	#sponsor-top-stories .carousel-indicators li {
		border: 1px solid #fff!important;
	}
	
	.sponsor-case-study, .sponsor-whitepapers, .sponsor-videos, .sponsor-more-videos, .sponsor-twitter-feed {
    margin-bottom: 1em;
}
	#sponsor-about-row {
    display: block;
}
	.sponsor-about {
    width: 100%;
    margin-bottom: 1em;
}
	.sponsor-contact {
    width: 100%;
}
	.sponsor-more-videos .content{
		min-height: 200px
	}
	
		#more-news {
    display: none;
}
	
		.video-player iframe, .video-player .wp-video{
		padding: 0;
		height: auto;
	}
	
	.desktop {
    display: none;
}
	.mobile {
    display: block!important;
}
	.contactform .wpcf7 {
    width: 300px!important;
}
	.contactform input {
    margin-bottom: 5px;
}
	
		#single-post-col {
    float: none!important;
    width: 100%!important;
    min-height: auto!important;
    margin-right: 0;
}
	.page-template-page-contactus .container {
    display: block;
}
	
	.main-navigation li {
    float: none;
}
	#primary-menu {
    position: absolute;
    z-index: 999;
    background: #8e8e8e;
    width: 60%;
}
	.menu-main-menu-container {
    float: none;
}
	.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
	.search .container {
    display: block;
}
	.top-header-wrapper {
    display: block;
}
	.top-header-wrapper .header-left {
    width: 50%;
    margin: 0 auto;
}
	.feat-image img {
    width: 100%;
}
	.top-header-wrapper .header-right {
    width: 100%;
}
	.marque {
    display: none;
}
	div#div-gpt-ad-1568889481560-0 {
    width: 320px;
    margin: 10px auto;
}
	.top-stories {
    display: none;
}
	div#flexfrom {
    display: block;
}
	.col300 {
    width: 100%;
}
	.col560 {
    width: 100%;
}
	.mobile-features{
		display: block;
		margin-bottom: 2em;
	}
	.features{
		display: none;
	}
	.intelligent-technology {
    display: none;
	}
	.videos {
    margin-top: 2em;
}
	.whitepaper-block-wrapper #whitepapers .col880 {
    display: none;
}
	.whitepaper-block-wrapper h3 {
    display: none;
}
	.whitepaper-block-wrapper {
    background: transparent;
}
	#mobile-only-whitepapers {
    display: block;
}
	#whitepapers .col300 .textwidget {
    display: block;
}
	#mobile-only-whitepapers .WP-wrapper {
    white-space: normal;
	padding-top: 1em;
}
	#mobile-only-whitepapers .WP-wrapper .WP-img {
    filter: brightness(50%);
}
	#mobile-only-whitepapers .WP-wrapper .WP p {
    position: absolute;
    bottom: 0;
    left: 10px;
}
	#mobile-only-whitepapers .WP-wrapper .WP {
    max-width: 240px;
    margin: 0 auto 1em auto;
    position: relative;
    display: block;
}
	#mobile-only-whitepapers {
    position: relative;
    background: #f2f2f2;
    margin-top: 0;
    margin-bottom: 2em;
}
	#mobile-only-whitepapers .WP-wrapper .download-button {
    display: none;
}
	#mobile-only-whitepapers h3 {
    display: block;
}
	.features {
    margin-bottom: 2em;
}
	footer .subscribe .row3 {
    display: flex;
}
	footer .subscribe input.subscribe-input {
    width: 70%;
    margin-bottom: 1em;
}
	footer .subscribe input.subscribe-button {
    margin-left: 1%;
    width: 29%;
}
	footer .footer .container {
    display: block!important;
}
	footer .footer .container .col-md-4 {
    width: 100%!important;
}
	.copyright .social {
    display: none;
}
	.footer-logos {
    position: relative;
    margin: 2em 0;
}
	#whitepapers {
    margin-top: 0;
	margin-bottom: 0;
}
	div#div-gpt-ad-1568889313043-0, div#div-gpt-ad-1568889357389-0, div#div-gpt-ad-1568889387407-0, div#div-gpt-ad-1568889278488-0, div#div-gpt-ad-1568889414759-0, div#div-gpt-ad-1568889233750-0, div#div-gpt-ad-1569925472425-0, div#div-gpt-ad-1568889178112-0, div#div-gpt-ad-1595931381939-0, div#div-gpt-ad-1595937547345-0, div#div-gpt-ad-1623053654220-0 {
    margin: 0 auto;
}
	.home-mobile-top-stories {
    display: block;
}
	#single-post-col, #single-page-col, #archive-page-col, #search-result-col {
    width: 100%;
    margin-right: 0%;
}
	.category .container {
    display: block;
}
	.sidebar {
    width: 100%;
}
	.archive-story {
    display: block;
}
	.archive-story .featured-image {
    width: 78%;
    margin: 0 auto;
}
	.archive-story .story-content {
    width: 100%;
}
	.single #flex-from, .page #flex-from {
    display: block;
}
	.overlay-img {
    position: relative;
    width: 90%;
	bottom: 1em;
}
	.overlay-img .entry-header {
    font-size: 22px;
}
	#single-post-col h4 {
    font-size: 14px;
}
	.post-previous .title, .post-next .title {
    margin-top: 1em;
    width: 100%;
}
	.post-previous .thumb, .post-next .thumb {
    display: none;
}
	.video-category-page .heading .left, .video-category-page .heading .right {
    display: none;
}
	.video-category-page .heading .head{
		color: #333;
	}
	.video-category-page .videos-holder {
    padding: 0;
    background: none;
}
	.video-category-page .video-post {
    width: 100%;
    padding-right: 0;
}
	.global-partners {
    width: 100%;
    margin-bottom: 1em;
	transform: none;
}
	.website-partners {
    width: 100%;
	transform: none;
}
	#partner-sliders {
    display: block;
    height: auto;
}
	.global-partners #sponsor-carousel .carousel-inner .header-inner, .global-partners #sponsor-carousel .carousel-inner .logo {
    transform: none;
}
	.website-partners #sponsor-carousel .carousel-inner .header-inner, .website-partners #sponsor-carousel .carousel-inner .logo {
    transform: none;
}
	.website-partners #sponsor-carousel {
    margin-left: 0px;
    margin-right: 0px;
    transform: none;
}
	.events {
    display: none;
	}
	.page-template-page-home .insights {
    margin-top: 2em;
}
	#case-studies {
    width: 100%;
		margin-top: 2em;
		margin-left: 0;
	}
	#case-studies #cat-case-studies {
    width: 100%;
	}
	#case-studies .content {
    display: block;
	}
	#case-studies .content .block, #case-studies .content .block:nth-child(3) {
    width: 88%;
    margin: 0 auto;
}
	#regional-news{
		margin-right: 0;
		margin-bottom: 2em;
	}
	div#latest-threats {
    margin-bottom: 2em;
    width: 100%;
    margin-left: 0;
	}
	#regional-news .tab-content {
    padding: 1.5em 1em;
}

	.get-to-know {
    margin-bottom: 2em;
}
	#cat-blog img, #cat-blog h5 {
    width: 100%;
    font-size: 14px;
}
	#cat-blog .content {
    padding: 45px 10px 0;
    height: 535px;
	}
	#cat-deepdive .content {
    padding: 0;
	}
	#cat-deepdive .txt p {
		display: none;
	}
	.tagdate {
    display: none;
	}
	#cat-deepdive .txt h4 {
    font-size: 16px;
	}
	#cat-deepdive .featured-image.border-b-0 {
    width: 48%;
}
	#deep-dive .txt {
    width: 48%;
    margin-right: 4%;
}
	#cat-deepdive .block {
    height: 105px;
	}
	#cat-deepdive .block:nth-child(2), #cat-deepdive .block:nth-child(4), #cat-deepdive .block:nth-child(6){
		height: 140px;
	}
	#cat-latestthreats .content{
		display: block;
		margin: 3em 0.5em 1em;
	}
	#cat-latestthreats .block {
    border-right: 0;
    width: 100%;
}
	#cat-latestthreats .block:nth-child(3) {
    display: none;
}
	#cat-latestthreats .block .inner-block .featured-image {
    width: 78%;
    margin: 0 auto;
}
	#case-studies .content .block:nth-child(3) {
    display: none;
}
	#top-mobile-carousel .overlay{
		width: 70%;
	}
	.category .case-studies {
    margin-top: 2em;
	}
	.category .insights {
    margin-top: 2em;
	}
	.mobile-top-stories {
    display: block;
}
	#top-carousel .overlay h1 {
    font-size: 30px;
    width: 100%;
	}
	#top-carousel .overlay {
    position: absolute;
    width: 70%;
}
	
	.page-template-page-whitepaper #content{
background: #fff;
}
.page-template-page-whitepaper #content .container {
width: 95%;
}
.page-template-page-whitepaper .whitepaper-page .entry-content, .page-template-page-whitepaper .wp-inner-content{
	padding: 0;
	}
}
/* ---------------------- IPAD ----------------------------------- */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
	/*Events Styling*/
	
.event-featured-image-wrap {
    display: none;
}
.organiser-image {
	position: relative;
	top: 0;
	right: 0;
}
	
	.register-form-2 select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
		width: 100%;
	}
	
	.sponsor-heading .heading h2{
		font-size: 22px;
    margin-top: 25px;	
	}
	.sponsor-case-study .block{
		min-height: 131px;
	}
	.sponsor-videos #first h4{
		min-height: 54px;
	}
	
	.website-partners #sponsor-carousel .carousel-inner .header-inner, .website-partners #sponsor-carousel .carousel-inner .logo {
    width: 200px;
		margin-top: 5px;
}
	
	
	.menu-item a{
		padding: 10px 8px;
	}
	
	.category .case-studies #first img {
    margin-bottom: 0;
}
	.category .case-studies .smaller{
		margin: 0;
		width: 100%
	}

	.case-studies .content .smaller h4 {
    font-size: 14px;
    min-height: 45px;
}

	.case-studies .content .smaller img {
    width: 92%;
    margin: 0 auto;
    display: block;
}
	.category .case-studies{
		height: 100%;
	}
	.category .case-studies .smaller{
		display: block;
		margin: 1em auto;
	}
	.category .case-studies .smaller .block {
    width: 70%;
	}
	.case-studies .content h4 {
    min-height: 45px;
    font-size: 14px;
}
.category .case-studies #first h4 {
    margin: 0.5em;
    min-height: 53px;
    font-size: 16px;
}
	#cat-top-stories .smaller {
     width: 38%;
    margin-left: 1%;
	}
	#cat-top-stories #first{
		width: 61%;
	}
#whitepapers .col880 {
    width: 66%;
	}

	
	.videos p{
		display: none;
	}
	.videos #first h4 {
    margin: 1.5em;
    min-height: 56px;
	text-align: center;
}
	.videos .smaller h4 {
    text-align: center;
    width: 100%;
    font-size: 16px;
    margin-top: 12px;
}
	.videos .smaller {
    display: block;
	margin: 22px auto;
}
	#cat-top-stories .smaller h2{
		font-size: 22px;
		bottom: 5px;
	}
	.top-header-wrapper .header-right {
    width: 100%;
}
	.videos .smaller .block {
    width: 75%;
	}
	.smaller .video-holder {
    width: 71%;
    margin: 0 auto;
}
	.col300 {
    width: 31.9%;
}
	.col560 {
    width: 33%;
}
	.sidebar {
    width: 32%;
	}
	#single-post-col, #single-page-col, #archive-page-col, #search-result-col {
    width: 66%;
    margin-right: 2%;
}
	.contactform .desktop {
    display: none;
}
	
	.contactform .mobile {
    display: block;
}
	.contactform .mobile input {
    width: 100%;
    margin-bottom: 5px;
}
	.technology-slider .smaller {
    display: block;
}
	.technology-slider .smaller .block {
    width: 90%;
	}
	.technology-slider #first {
    width: 90%;
    margin: 0 auto;
}
	.technology-slider h4 {
    font-size: 16px;
	}
	.technology-slider .smaller .block img, .technology-slider #first.block img {
    width: 70%;
    margin: 0 auto;
    display: block;
}
	
	.page-template-page-whitepaper #content .container {
		width: 70%;
}
	
	#podcasts .col880 {
    width: 66.5%;
	}

	
	
}


/* ---------------------- IPAD PORTRAIT -------------------------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	
	/*Events Styling*/
	.events-archive-inner {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
}
	.event-list-text {
    width: 85%;
}
	
	
	.event-featured-image-wrap {
    display: none;
}
.organiser-image {
	position: relative;
	top: 0;
	right: 0;
}
	/*Events Styling */
	
	.register-form-2 select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required, input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
		width: 90%;
	}
	.col-md-4.whitepaper-buttons {
    	margin: auto;
    	margin-top: 4px;
	}
	.subscribe-form{
		width: 70%;
	}
	
	#podcasts .col880 {
    width: 56%;
	}
	
	.WP-wrapper .WP {
    margin-right: 10px;
	}

	#tech-middle-row {
    margin-left: 0;
	}
	.label.label-warning{
		font-size: 20px;
		margin-right: 10px;
	}
	.website-partners #sponsor-carousel .carousel-inner .header-inner, .website-partners #sponsor-carousel .carousel-inner .logo {
    width: 175px;
		margin-top: 10px;
}
	
	#sponsor-mobile-case-studies{
		display: block;
		    margin-bottom: 2em;
	}
	#sponsor-mobile-case-studies img {
    width: 100%;
}
	.sponsor-template-default .col300:nth-child(2) {
    margin-right: 1.6%!important;
}
	.sponsor-whitepapers {
    margin-bottom: 0em;
}
	
	.sponsor-twitter-feed .content {
    height: 652px;
	}
	
	.sponsor-more-videos {
    display: none;
}
	
	
	.top-header-wrapper {
    display: block;
}
	.top-header-wrapper .header-left {
    width: 25%;
    margin: 1em auto;
}
	#partner-sliders .slider-inner .header .header-inner p{
		font-size: 12px;
    	width: 85%;
	}
	#partner-sliders .slider-inner .logo {
    width: 150px;
    height: auto;
    margin: 10px auto;
	}
	.category .case-studies {
    background: #fff;
	}
	#tablet-case-studies-section .case-studies #mainstory {
    display: flex;
}
	#tablet-case-studies-section .case-studies .lowerrow {
    display: flex;
    margin-bottom: 0em;
    border-top: 1px solid #2d2d2d;
    width: 85%;
    margin: 0 auto;
    padding: 11px;
}
	#tablet-case-studies-section .case-studies .bodytxt, #tablet-case-studies-section .case-studies .featured-image {
    width: 50%;
    margin: 0 auto 1em;
}
	.lowerrow .block:nth-child(2) {
    border-left: 1px solid #1d1d1d;
}
	#tablet-case-studies-section .case-studies #mainstory .read-more {
    background: #333333;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    width: 50%;
}
	#tablet-case-studies-section .case-studies #mainstory .read-more a {
    color: #fff!important;
}
	#tablet-case-studies-section .case-studies .content h4 {
    font-size: 20px;
    min-height: auto;
    font-weight: 400;
    padding: 0px;
}
	#tablet-case-studies-section .case-studies .content a {
    color: #1d1d1d!important;
}
	#tablet-case-studies-section .case-studies .lowerrow h5 {
    font-size: 16px;
    color: #2c2c2c;
    text-align: center;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}
	#mobile-blogs{
		display: block;
		position: relative;
		border: 1px solid #333;
	}
	#mobile-blogs #cat-blog img, #mobile-blogs #cat-blog h5 {
    width: 100%;
    font-size: 14px;
}
	#mobile-blogs #cat-blog .content {
    padding: 40px 15px 0;
    margin-top: 0em;
    height: auto;
    overflow: auto;
	display: flex;
}
	#mobile-blogs #cat-blog .block {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    opacity: 1;
	width: 32.5%;
	margin-right: 1%;
}
	#mobile-blogs #cat-blog .block:nth-child(3){
		margin-right: 0;
	}
	#top-carousel .overlay p {
    display: none;
	}
	.top-stories .read-more {
    display: none;
	}
	#top-carousel .overlay{
		top: 2em;
	}
	#tablet-case-studies-section {
    display: block;
}
	div#div-gpt-ad-1568889178112-0, div#div-gpt-ad-1568889233750-0, div#div-gpt-ad-1568889387407-0, div#div-gpt-ad-1568889357389-0{
		margin: 0 auto;
	}
	#cat-deepdive .txt p {
    display: none;
	}
	#cat-latestthreats .block:nth-child(3) {
    display: none;
}
	#cat-latestthreats .block:nth-child(2) {
    border-right: 0;
}
	#cat-latestthreats .block{
		width: 49%;
	}
	#cat-latestthreats .content{
		margin: 3em 0.5em 1em;
	}
	#case-studies .content .block:nth-child(3) {
    display: none;
	}
	#case-studies .content .block:nth-child(2) {
    margin-right: 0;
}
	#case-studies .content .block {
    width: 49.5%;
	}
	div#blogs {
    display: none;
	}
	
	.col300 {
    width: 49%!important;
}
	.col560 {
    width: 56%;
}
	.menu-item a{
		font-size: 10px;
		padding: 10px 5px;
	}
	#videos {
    width: 56.4%;
}

	.WP-wrapper{
		width: 100%;
		overflow-x: scroll;
	}
	.sidebar {
    width: 42%;
}
		.contactform .desktop {
    display: none;
}
	.contactform .mobile {
    display: block;
    padding: 2.5em 1em;
}
	.contactform input{
		margin: 5px 0;
	}
	.contactform .wpcf7 {
    margin: 0em auto;
}
		#cat-mobile-videos .content {
    display: flex;
    margin-top: 5%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
}
	#cat-mobile-videos .content .block {
    width: 32.7%;
    margin-right: 1%;
}
	#cat-mobile-videos .content .block:nth-child(3) {
    margin-right: 0;
}
	#tablet-video-section{
		display: block;
	}
	.row.first .col560 {
    display: none;
}
	.intelligent-technology #mainstory {
    width: 72%;
}
	.intelligent-technology .side-outer {
    width: 26%;
}
	.intelligent-technology .sidestories {
    display: block;
}
	.intelligent-technology .sidestories .block {
    width: 100%;
    padding-top: 0%;
    padding-right: 0%;
    margin-right: 0%;
    border-right: 0px;
    text-align: center;
}
	.intelligent-technology .sidestories .block .featured-image {
    width: 80%;
    margin: 0 auto;
}
.intelligent-technology .sidestories .block:nth-child(3) {
    display: none;
}
	#cat-top-stories #first{
		width: 100%;
	}
	#cat-top-stories .smaller {
		display: none;
	}
	.marque-container {
    display: flex;
    width: 100%;
    font-size: 12px;
}
	.page-template-page-home .insights img{
		width: 100%;
	}
	.archive-story {
    display: block;
}
	.archive-story .featured-image {
    width: 90%;
    margin: 0 auto;
}
	.archive-story .story-content {
    width: 90%;
    margin: 0 auto;
}
	#cat-deepdive .block {
    height: 120px;
	padding: 0 1em;
	}
	#cat-deepdive .featured-image.border-b-0 {
    width: 43%;
}
	#cat-deepdive .txt h4 {
    font-size: 16px;
	}
	#deep-dive .txt {
    width: 55%;
    margin-right: 2%;
}
	#cat-deepdive .block:nth-child(2), #cat-deepdive .block:nth-child(4), #cat-deepdive .block:nth-child(6) {
    padding: 20px 1em;
    height: 150px;
}
	.events #content {
    height: 382px!important;
	}
	
	div#flexfrom.case-studies .col300 {
    width: 31.9%!important;
}
	#case-studies .content {
    width: 95%;
    margin: 3em auto 0;
	}
	#case-studies .content .block h4{
		min-height: 35px;
	}
	div#whitepapers .col300 {
    width: 31.9%!important;
}
	
	.page-template-page-whitepaper #content .container {
		width: 80%;
}
	
}
/* ------------------------------ IPAD MINI ------------------------------ */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1)  { 



}
/* ------------------------------ IPAD MINI PORTRAIT -------------------------- */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1)  { 
		.overlay-img .entry-header {
    font-size: 24px;
	}

}