:root {
  --main: #4978bc;
  --tinted: #59a870;
}

/* Event Widgets Styling */
.events .widget-title h3 {
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
font-weight: 400;
text-transform: uppercase;
}


.mobile-events{
	display: none;
}


.mobile-events h3 {
   text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: uppercase;
}


.tech .smaller .block:nth-last-child(1) {
padding-bottom: 0;
}

.events {
	margin-top: 2em;
}

	
.events h5 {
	font-size: 15px;
    min-height: 0;
	margin-top: 0;
    margin-bottom: 0;
}
	
.event-info-wrapper a {
		text-decoration: none;
		color: #000;
	}	
	
.events #content {
	overflow: scroll;
    height: 396px;
    padding: 0px 1em;
    display: block;
}
.mobile-events #content {
	overflow: scroll;
    padding: 0px 1em;
    display: block;
}
	
.fa-arrow-right {
	position: relative;
	top: 0;
	    transition: transform 300ms 0s;
	}
	.event-info-wrapper:hover .fa-arrow-right {
	transform: translateX(10px);	
	}
	
.widget-title h3 {
		text-align:center;
}		
	
.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;
	border: 2px solid #58585a;
}

.event-widget-title h3 {
    background: #fff;
    margin: 0px;
    font-size: 50px;
    font-weight: 100;
    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: 20px;
    margin-bottom: 0px;
	margin-top: 0;
	
}
.event-widget-date2{
    text-align: center;
    font-size: 20px;
    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%;
}

.events a {
    color: #58585a;
    text-decoration: none;
}

/* 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 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;
}	

.page-template-page-subscribe .component.form-component button {
    background-color: rgb(74, 121, 188)!important;
    color: #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;
	}



.page-template-page-subscribe input#EMBED_FORM_EMAIL_LABEL {
    background: #4a79bc!important;
}
.page-template-page-subscribe input#EMBED_FORM_EMAIL_LABEL::-webkit-input-placeholder {
    color: #fff;
}

.page-template-page-subscribe input#zcWebOptin {
    background: #58585a!important;
    color: #fff!important;
}

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: #4a79bc;
}

.SIGNUP_FLD {
    height: 45px!important;
}

.quick_form_8_css {
    background: transparent!important;
}

form#zcampaignOptinForm {
    text-align: center;
}



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

.desktop-advert img {
    width: 728px;
}
.mobile-advert{
	display: none;
}
.sidebar-syndicated .bib__info {
    padding: 0 !important;
    border-bottom: 1px dashed #c4c4c4;
    margin-bottom: 5px;
    line-height: 1.428571429;
}


.sidebar-syndicated {
    position: relative;
    margin: 2em 0;
    background-color: #4978bc;
}
.content.sidebar-syndicated-inner {
    padding: 1em;
}
.sidebar-syndicated h3{
	text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding-top: 1em;
    font-weight: 400;
}
.sidebar-syndicated .bib__name {
    color: #fff!important;
}
.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;
	color: #58585a;
}
#single-post-col .subscribe .subscribe-form {
    margin-bottom: 20px;
}

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

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

#single-post-col .subscribe .subscribe-form .button button#formSubmit{
	background: #4978bc;
    color: #ffffff;
}

#single-post-col .subscribe .subscribe-form .button button#formSubmit:hover{
	background: #58585a;
    color: #ffffff;
}

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

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

.mag-pop-up-img {
    max-width: 220px;
    border: 1px solid #4978bc;
    margin-bottom: 5px;
}
.content.recommended-content {
    padding: 1em;
}
.sidebar-recommended {
    margin: 2em 0;
    background-color: #4978bc;
}
.recommended-footer h2 {
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    padding: 0 0 10px;
    margin: 0;
}
.sidebar-recommended h3 {
	text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding-top: 1em;
    font-weight: 400;
}

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: #4978bc;
    text-transform: uppercase;
}
div#popup .content .social i {
    color: #ffffff;
    border-radius: 30px;
    margin: 0 10px;
    background: #4978bc;
    font-size: 30px;
    width: 50px;
    height: 50px;
    padding: 10px;
	text-align: center;
}
.social i:hover {
    color: #4978bc!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: #58585a;
    color: #fff;
}
.subscribe-form .button button#formSubmit{
	transition: all 0.2s linear 0s;
}
.site-header .social i:hover {
    background: #e6e6e6!important;
}

.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: #4978bc;
    padding: 10px;
    text-align: center;
}

.el_events-template-default div#single-post-col a {
    color: #fff!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: #fff;
    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: #fff;
    color: #4a79bc;
}

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


#podcasts {
    margin-bottom: 2em;
}
.block-podcasts h3 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: uppercase;
}
.block-podcasts h3 a {
    color: #58585a;
    text-decoration: none;
}


.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%;
    min-height: 310px;
}
#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 {
    color: #58585a;
    font-size: 18px;
    font-weight: 400;
    min-height: 80px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.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: #4a79bc;
    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: #58585a;
	color: #fff;
}
.content-block:hover .podcast-inner p{
	color: #fff;
}

.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;
}





.block-podcasts a {
    text-decoration: none;
}
#flex-from {
    display: flex;
}

.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;
}

#top-stories-row .tab-pane {
    position: relative;
	color: #fff;
	height: 100%;
}
#top-stories-row .tab-pane:after{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%,rgb(93 85 84 / 71%) 100%);
}
#top-stories-row .tab-pane img{
	width: 100%;
	height: 100%;
}

#top-stories-row #tab-carousel {
    display: flex;
}
#top-stories-row .tab-content {
    width: 69%;
    margin-right: 1%;
}

#top-stories-row .nav-tabs .active {
    color: #4a79bc;
}
#top-stories-row #tab-link{
	border-radius: 0;
	background: #fff;
}
#top-stories-row #tab-link:hover{
	background: #4a79bc;
	color: #fff;
}

#top-stories-row .nav-tabs{
	width: 30%;
	border-bottom: 0px;
	font-size: 24px;
    font-weight: 400;
    min-height: 78px;
	margin: 0;
}

#top-stories-row .nav-tabs a {
    border: 0px;
    margin: 0;
    padding: 10px 5px;
    color: inherit;
}
.ts-rm-icon {
    width: 60px!important;
	    margin-bottom: 5px;
}

.top-overlay .to-link {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 26px;
	float: right;
	margin-right: 1em;
}
.top-overlay .to-link a {
    color: #fff;
    text-decoration: none;
}

/* ----------------- HEADER -------------- */
#site-navigation {
    background: #4978bc;
    padding: 10px;
}
.mobile-logo {
    display: none;
}
.pop-head, .mag-arch {
    text-align: center;
}
.boxzilla-close-icon {
    color: #4978bc!important;
}
.magazine-open {
    position: fixed;
    left: 5px;
    bottom: 5px;
    padding: 5px;
    z-index: 2;
}
.magazine-open img {
    width: 64px;
    box-shadow: 2px 2px 7px #585858;
    border-radius: 50%;
    transition: all 0.2s linear 0s;
    position: relative;
    z-index: 2;
    background: #4978bc;
    padding: 4px;
}
.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;
}
.pop-txt {
    text-transform: uppercase;
    font-weight: bold;
}
.boxzilla {
    padding: 3em!important;
}
.Magazine-cover {
    border: 1px solid #4978bc;
}
.pop-head.first-child a, .mag-arch-text{
    color: #4978bc!important;
	text-decoration: none!important;
}
button.menu-toggle {
    border: none;
    background: none;
    color: #eee;
    font-size: 24px;
    padding-left: 0px;
}
.logo-partners-header {
    display: flex;
    margin: 1em auto;
}
.global-partners, .website-partners {
    width: 30%;
	text-align: center;
}
.site-branding {
    width: 38%;
    margin-left: 1%;
    margin-right: 1%;
}
.custom-logo-link{
	width: 100%;
}
.custom-logo {
    margin: 2em auto;
    width: 350px;
    display: block;
}
.post, .page {
    margin: 0;
}
.header-leaderboard {
    width: 728px;
    margin: 2em auto;
}
.menu-item {
	color: #fff;
}
.menu-item a {
    color: inherit;
	text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 6px;
    font-weight: 400;
}
.hpu {
    margin-bottom: 2em;
}
.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;
}
.main-navigation ul ul a {
    width: 210px;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
.row {
    margin: 2em 0;
}
.main-navigation ul{
	    display: block;
	text-align: center;
}
.main-navigation li {
    display: inline-block;
    float: none;
	text-align: left;
}
div#flexfrom, div#whitepapers, .inner-bigger-col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.first-col {
    width: 42.4%;
    margin-right: 2.6%;
}
.bigger-col {
    width: 55%;
}
.inner-col-1, .inner-col-2 {
    width: 48%;
}
.inner-col-1 {
    margin-right: 4%;
}
.middle-col {
    width: 26.4%;
    margin-right: 2.6%;
}
.last-col {
    width: 26.4%;
}
.searchandsocial {
    display: flex;
    margin: 1em auto;
    width: 650px;
}
.searchandsocial .search-bar {
    width: 85%;
    margin-right: 5%;
}
.search-form label {
    width: 100%;
}
.search-field {
    width: 100%;
}
.search-submit {
    display: none;
}
.social {
    width: 20%;
    display: flex;
}
.social i {
    background: #4a79bc;
    padding: 5px;
    color: #fff;
    border-radius: 15px;
    margin: 0 5px;
}
.page-template-page-subscribe #single-post-col {
    float: none;
    width: 100%;
    margin-top: 2em;
    margin-bottom: 2em;
}

html body.page #LeadboosterContainer, html body.category #LeadboosterContainer, html body.single #LeadboosterContainer, html body.error404 #LeadboosterContainer {
    bottom: 70px !important;
    right: -15px !important;
}

/* ----------------- TOP STORIES -------------- */

#cat-top-stories .content {
    display: flex;
}

#cat-top-stories #first {
    position: relative;
    background: #000000;
    width: 70%;
	display: inline-block;
}
#cat-top-stories #first:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%,rgb(93 85 84 / 71%) 100%);
}
#cat-top-stories #first img {
    width: 100%;
	height: 100%;
}
.top-overlay {
    position: absolute;
    bottom: 15px;
    left: 5px;
    margin: 0 10px;
    font-size: 18px;
    padding-bottom: 14px;
    z-index: 99;
	word-break: break-all;
}
#cat-top-stories .smaller {
    width: 33%;
    margin-left: 2%;
}
#cat-top-stories #first h1 a{
	color: #fff;
	text-decoration: none;
}
#cat-top-stories #first h1 {
    font-size: 40px;
    font-weight: 400;
    width: 80%;
}
#cat-top-stories #first p {
    color: #fff;
	font-size: 15px;
}
#cat-top-stories .smaller h2 {
    font-size: 24px;
    font-weight: 400;
    min-height: 78px;
}

#cat-top-stories .smaller a{
	color: #58585a;
    text-decoration: none;
}

/* ----------------- COVID UPDATES -------------- */

.covid-update-wrapper {
    background: #4a79bc;
    padding: 1em 3em 2em;
}

.covid-update-wrapper h3 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 1em;
    font-weight: 400;
    text-transform: uppercase;
}
.covid-update-wrapper h3 a {
    color: #fff;
    text-decoration: none;
}
.covid-inner-wrapper {
    display: flex;
}
.covid-col-1 {
    width: 69%;
    margin-right: 2.6%;
	position: relative;
}
.covid-col-1 .textwidget.custom-html-widget {
    position: absolute;
    bottom: 0px;
}
.covid-col-2 {
    width: 28.4%;
}

.covid-more-updates {
    margin-top: 2em;
    border: 2px solid #fff;
    padding: 2em 1em 1em;
}
.covid-more-updates .carousel-inner .item {
    width: 240px;
    margin: 0 auto;
}
.covid-latest-update .content h1{
	font-size: 36px;
    font-weight: 400;
    min-height: 110px;
    padding-bottom: 10px;
}
.covid-latest-update .content a{
	 color: #fff;
	text-decoration: none;
}
.covid-latest-update .content p {
    color: #fff;
    min-height: 85px;
    margin-bottom: 2em;
    font-size: 15px;
}
.covid-more-updates .content h4 {
    font-size: 20px;
    font-weight: 400;
    min-height: 100px;
    padding-bottom: 10px;
}
.covid-more-updates .carousel-inner img {
    width: 100%;
}
.covid-more-updates .content h4 a {
    color: #fff;
	text-decoration: none;
}
/* ----------------- TECH -------------- */

.tech {
    border: 2px solid #58585a;
}
.tech .content #first img {
    width: 100%;
}
.tech h3 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
.tech h3 a {
    color: #58585a;
    text-decoration: none;
}
.tech .content {
    width: 90%;
    margin: 1em auto;
    display: block;
	
}
.tech .content h4 a {
    color: #58585a;
    text-decoration: none;
}
.tech .content h4 {
    font-size: 24px;
    font-weight: 400;
    min-height: 60px;
    margin-top: 16px;
    margin-bottom: 10px;
}

.tech .content p {
    margin-bottom: 2em;
    width: 90%;
	min-height: 120px;
}
.tech .smaller .block {
    display: flex;
	padding-bottom: 1.7em;
}

.tech .smaller {
    width: 80%;
}
.tech .smaller h5 {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
	width: 86%;
	min-height: 66px;
}
.tech .smaller .block .tech-icon-wrapper {
    width: 10%;
    margin-right: 4%;
}
.tech .smaller a {
    color: #58585a;
    text-decoration: none;
}

/* ----------------- INSIGHTS -------------- */

.insights .block {
    position: relative;
    width: 100%;
	display: inline-block;
}
.insights .block:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%,rgb(255 255 255 / 76%) 100%);
}
.insights .block img {
    width: 100%;
	display: block;
}
.insights .block .insights-loop{
	position: absolute;
    bottom: 15px;
    left: 5px;
	margin: 0 10px;
	z-index: 99;
	
}
.insights .block h4 {
    font-size: 20px;
    padding-bottom: 14px;
	font-weight: 400;
	position: relative;
	margin-bottom: 2px;
}

.insights .block h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 1px;
    width: 35%;
    border-bottom: 4px solid #4b7abc;
}
.insights .block h5 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
	padding-left: 2px;
	margin-top: 0px;
}
.insights .block h5 a {
    color: #4b7abc;
    text-decoration: none;
}
.insights .block h4 a {
    color: #58585a;
    text-decoration: none;
}

/* ----------------- VIDEOS -------------- */

#latest-videos h5 {
    font-size: 20px;
    font-weight: 400;
    min-height: 66px;
	margin-top: 4px;
    margin-bottom: 4px;
}

#latest-videos a {
    color: #58585a;
    text-decoration: none;
}

.row#mobile-videos{
	display: none;
}
.video-player iframe.wistia_embed {
    padding: 0;
}
.video-player .wistia_responsive_padding {
    margin-bottom: 3em;
}

/* -------------------------------------- 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;
}

/* -------------------------------------- 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-category-page .heading .head {
    color: #4978bc!important;
}
.video-category-page .heading .left hr.sh-gy, .video-category-page .heading .right hr.sh-gy {
    border-top: 2px solid #4978bc;
    width: 80%;
}
 .video-category-page .video-post .overlay-story-content {
    background: #4978bc!important;
    color: #fff;
}

/* ----------------- FINANCE -------------- */

.finance {
    background: #4b7abc;
}

.finance-heading {
    position: absolute;
	bottom: 0px;
    left: 10px
}
.finance-heading a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    display: block;
    padding-top: 4px;
    padding-left: 2px;
    padding-right: 2px;
}
.finance-heading a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    height: 1px;
    width: 90px;
    border-top: 4px solid #ffffff;
}
.page-template-page-home .finance, .page-template-page-home .mobile-finance {
    position: relative;
    margin-bottom: 2em;
    min-height: 360px;
	background: #4a79bc;
}

.category .finance, .category .mobile-finance {
	margin-bottom: 2em;
}
.finance .content h4 a, .mobile-finance .content h4 a  {
    color: #1d1d1d;
	text-decoration: none;
}

.finance .content h4, .finance .content .carousel-controls, .mobile-finance .content h4, .mobile-finance .content .carousel-controls {
    padding: 0 10px;
}
.finance .content h4, .mobile-finance .content h4 {
    font-size: 24px;
    font-weight: 400;
	min-height: 100px;
    padding-bottom: 10px;
	margin-bottom: 20px;
}
.carousel-indicators li {
    border-radius: 0!important;
}
.carousel-indicators {
    bottom: 0px!important;
    right: 5px!important;
    left: auto!important;
    width: auto!important;
    margin-left: 0px!important;
    margin-bottom: 0px!important;
}
.finance .content h4 a, .mobile-finance .content h4 a {
    color: #fff;
}

.mobile-finance{
	display: none;
}

/* ----------------- CUSTOMER EXPERIENCE -------------- */

h3.cusex-title {
    position: relative;
    text-align: center;
	padding: 0 16px 8px 16px;
	text-transform: uppercase;
    font-weight: 400;
}
h3.cusex-title a {
    color: #58585a;
    text-decoration: none;
}
h3.cusex-title:after {
    background-color: #58585a;
    bottom: 12px;
    content: "";
    height: 2px;
    left: -2px;
    position: absolute;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg);
    width: 25px;
    z-index: 1;
}
h3.cusex-title:before {
    position: absolute;
    background-color: #58585a;
    content: "";
    height: 2px;
    bottom: 0;
    left: 15px;
    right: 0;
    z-index: 1;
}

#customer-experience .content {
    position: relative;
    padding: 16px 22px 0 0;
}

#customer-experience .content:after {
    position: absolute;
    background-color: #58585a;
    width: 2px;
    content: "";
    bottom: 130px;
    right: -1px;
    top: -12px;
    z-index: 1;
}
#customer-experience .block h4 {
    font-size: 24px;
    font-weight: 400;
    min-height: 105px;
    padding: 0 10px;
}
div#customer-experience .block a {
    color: #58585a;
    text-decoration: none;
}
.customer-experience {
    margin-bottom: 18px;
}

.mobile-customer-experience{
	display: none;
}

/* ----------------- HR SOLUTIONS -------------- */

.hr-solutions, .mobile-hr-solutions {
    border: 2px solid #58585a;
}


.hr-solutions .block#first .feat-img {
    width: 52%;
}
.hr-solutions .block#first h4 {
    margin-left: 2%;
    width: 46%;
}
.hr-solutions h3, .mobile-hr-solutions h3 {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: 400;
    text-transform: uppercase;
}
.hr-solutions #first {
    display: flex;
	margin-bottom: 2em;
}
.hr-solutions h3 a, .mobile-hr-solutions h3 a {
    color: #58585a;
    text-decoration: none;
}
.hr-solutions .content, .mobile-hr-solutions .content {
    padding: 5px 1em 10px;
}

.hr-solutions .smaller .block, .mobile-hr-solutions .smaller .block{
    display: flex;
    min-height: 114px;
    margin-bottom: 0;
}
.hr-solutions h4 {
    font-size: 23px;
    font-weight: 400;
	margin-bottom: 10px;
	min-height: 120px;
	margin-top: 0;
}
.hr-solutions h4 a, .mobile-hr-solutions h4 a{
	color: #58585a;
	text-decoration: none;
}

.hr-solutions .smaller h5, .mobile-hr-solutions .smaller h5 {
    font-size: 18px;
    font-weight: 400;
    margin: 5px 0 0 0;
	width: 74%;
}
.hr-solutions .smaller a, .mobile-hr-solutions .smaller a{
	color: #58585a;
	text-decoration: none;	
}
.icon-wrapper {
    width: 16%;
    margin-right: 4%;
}

.mobile-hr-solutions{
	display: none;
}

/* ----------------- EXPERT VOICE -------------- */

.expert-voice {
    margin-bottom: 1em;
}

.expert-voice-featured-image {
    position: relative;
}
.expert-voice-icon {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 60px!important;
}

#expert-voice a {
    color: #58585a;
    text-decoration: none;
}
#expert-voice h5 {
    font-size: 20px;
    font-weight: 400;
    min-height: 66px;
    margin-top: 5px;
    margin-bottom: 5px;
}


/* ----------------- TECH TRENDS -------------- */
.tech-trends {
    border: 2px solid #58585a;
    margin-top: 2em;
}

.tech-trends h3 {
    text-align: center;
    margin-top: 20px;
	margin-bottom: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.tech-trends h3 a {
    color: #58585a;
    text-decoration: none;
}
.tech-trends .content {
    width: 250px;
    margin: 1em auto;
    display: block;
}
.tech-trends .content img {
    width: 100%;
}

.tech-trends .content h4 {
    font-size: 24px;
    font-weight: 400;
    min-height: 115px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.tech-trends .content p {
    min-height: 180px;
    padding-bottom: 20px;
	margin-bottom: 17px;
}
.tech-trends .content h4 a {
    color: #58585a;
    text-decoration: none;
}

.carousel-controls.grey .carousel-indicators li {
    border-color: #58585a;
    background: #58585a;
}

.carousel-controls.grey .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0;
    background-color: transparent!important;
	border-color: #58585a;
}


.carousel-controls.white .carousel-indicators li {
    border-color: #fff;
    background: #fff;
}

.carousel-controls.white .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0;
    background-color: transparent!important;
	border-color: #fff;
}


/* ----------------- REGIONAL NEWS -------------- */
.regional-news {
    border: 2px solid #58585a;
    margin-bottom: 2em;
}
.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: #ffffff;
    background: #58585a;
    font-weight: bold;
    border: 0px!important;
    border-radius: 0px;
    text-transform: uppercase;
    width: 100%;
}
.regional-news .nav-tabs > li.active > a, .regional-news .nav-tabs > li.active > a:hover, .regional-news .nav-tabs > li.active > a:focus {
    border-radius: 0px;
    padding-bottom: 10px;
    margin-right: 0px;
    background: #4b7abc;
    color: #ffffff;
}
.regional-news .nav-tabs > li {
    background: #2d2d2d;
	margin-right: 5px;
}
.regional-news .tab-content {
    padding-top: 2em;
}
.regional-news #first h4{
	font-size: 26px;
	font-weight: 400;
	padding: 0 10px;
	min-height: 85px;
}
.regional-news #first p {
    padding: 0 10px;
    color: #58585a;
}
.regional-news #first h4 a {
    color: #58585a;
    text-decoration: none;
}

.regional-news .tab-content .content {
    display: flex;
}

.regional-news .tab-content .content #first {
    width: 66%;
    margin-right: 2%;
}
.regional-news .smaller {
    width: 30%;
    margin-right: 2%;
}

.regional-news .smaller .feat-image {
    position: relative;
	display: inline-block;
}
.regional-news .smaller .feat-image:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%,rgb(62 55 54 / 74%) 100%);
}
.regional-news .smaller .block {
    margin-bottom: 1em;
}
.regional-news .smaller .feat-image h4 {
    position: absolute;
    bottom: 5px;
    left: 5px;
    margin: 0;
	font-size: 18px;
	padding-bottom: 14px;
	z-index: 99;
}
.regional-news .smaller .feat-image h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 35%;
    border-bottom: 4px solid white;
}
.regional-news .smaller h4 a {
    color: #fff;
    text-decoration: none;
}

/* WHITEPAPERS PAGES */

div.wpcf7 input[type="submit"] {
    background: #4b7abc;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px 1em;
    color: #fff;
    text-transform: uppercase;
	margin-top: 1em;
}

div.wpcf7 .required {
    color: #CC0000;
}
#whitepaper-form td {
    padding: 5px;
}

.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: #4a79bc;
    color: #fff;
    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: #4a79bc;
	margin-top: 20px;
	margin-bottom: 2em;
}
.animation .whitepaper-region-box {
	overflow:hidden;
    display: inline-block;
    float: none;
    position: relative;
    vertical-align: top;
}
.block-whitepapers-regions .animation {
	overflow:hidden;
	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;
}
.ciso-box:hover .ciso-overlay {
	 opacity: 0.9;
}
.ciso-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #ffdd00;
}
.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 -------------- */



@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-300px * 8));
            transform: translateX(calc(-300px * 8));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-300px * 8));
            transform: translateX(calc(-300px * 8));
  }
}
.slider {
    margin: auto;
    overflow: hidden;
    position: relative;
}



.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: -webkit-box;
  display: flex;
  width: calc(600px * 16);
}

.slide.advert{
	width: 300px;
}
.slide.wp-wrap{
	width: 900px;
}

.whitepaper-inner-box .WP-wrapper {
    margin-left: 3em;
}

.whitepaper-inner-wrapper, .whitepaper-inner-box .WP-wrapper {
    display: flex;
}

.wiw-whitepaper {
    width: 34%;
    margin-left: 2%;
	overflow: hidden;
    height: 239px;
}
.whitepaper-inner-wrapper .wiw-whitepaper:nth-child(1) {
    margin-left: 3%;
}

.whitepapers-row {
    background: #4a79bc;
    padding: 2em 0;
}
.whitepapers .choose.box .col-md-4, .whitepapers .wrapper.pge .col-md-4 {
    min-height: 240px;
}
.new-wp p.new-text {
    position: absolute;
    top: 0;
    color: #FFFFFF!important;
    padding: 3px 6px;
	 background: #4a79bc;
}
.whitepapers .choose.box .col-md-4, .whitepapers .wrapper.pge .col-md-4 {
    min-height: 240px;
}
.whitepaper-block {
  overflow: hidden;
  width: 100%;
  margin: 50px auto;
}
.whitepaper-block .animation {
  width: auto;
}
.whitepaper-block .animation .textwidget {
  display: inline-block;
  width: auto;
  float: none;
}

.WP-wrapper .WP {
    width: 240px;
    margin-right: 3em;
    color: #dfdfdf;
    font-weight: 600;
    display: inline-block;
}
.WP-wrapper .WP a {
    text-decoration: none;
    color: #b5b5b5!important;
}
.WP-wrapper .WP-img {
    width: 240px;
}
.WP-wrapper .WP .wptext {
    white-space: normal !important;
    min-height: 70px;
    margin-top: 10px !important;
	color: #fff;
	font-size: 16px;
    font-weight: 400;
}
.WP-wrapper .brand {
    margin: 5px 0px 0px 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding-top: 0px;
    float: none;
    color: #e4ddd7;
}
.download-button {
    background: #fff;
    color: #58585a;
    padding: 6px 10px;
    border-radius: 10px;
    font-weight: 400;
    width: 140px;
    transition: .3s all;
    display: flex;
}
.download-button p {
    line-height: 20pt;
    margin: 0px;
}
.download-button .fa-file-download {
    font-size: 20pt;
    margin-left: 1em;
}
/* ----------------- CONTACT US PAGE -------------- */
.contact-margin-bottom {
	margin-bottom: 1em;
}

.page-template-page-contactus #contact-container{
	display: flex;
}
.contactform {
    position: relative;
    background: #eee;
    min-height: 580px;
    margin-bottom: 2em;
}
.contactform .wpcf7 {
    margin: 4em auto;
    width: 80%;
}
.contactform .row {
    margin: 1em 0;
}
.contactform .row#one .left, .contactform .row#two .left {
    float: left;
}
.contactform .row#one .right, .contactform .row#two .right {
    float: right;
}
.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#three input {
    width: 100%;
}
.contactform h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    color: #58585a;
}
.contactform .mobile {
    display: none;
}

/* ----------------- MAGAZINE ARCHIVE PAGE -------------- */

.rTable {
    width: 780px;
}

.rTable {
    display: block;
    max-width: 100%;
    text-align: center;
}
#latestissue {
    width: 380px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 10px;
    background-color: #f2f2f2;
}
.rTableCell, .rTableHead {
    float: left;
    overflow: hidden;
    padding: 0px 10px;
    display: table;
}
.laistxt {
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 100;
}
#latestissue img {
    width: 340px;
    box-shadow: 3px 5px 6px 4px #a7a7a7;
}

.rTableCell img {
    width: 175px;
}


/* --------------------------- ARCHIVE PAGE --------------------------- */
.category #archive-container {
    display: flex;
}
.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: #58585a;
    text-decoration: none;
}
.archive-story .story-content p{
	color: #58585a;
}
#archive-page-col .heading {
    margin-bottom: 1em;
    text-transform: uppercase;
	font-weight: 400;
	color: #58585a;
}
/* ---------------------- WHITEPAPER ARCHIVE PAGES -------------------------------- */

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

.archive-page-wp {
	min-height: 240px;
}

/* --------------------------- SINGLE POST PAGE --------------------------- */
#single-post-col .article-img img {
    margin-top: 2em;
    position: relative;
    width: 800px;
	opacity: 0.7;
}
span.cat {
    color: #fff;
    padding: 2px 4px;
    margin-right: 5px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    transition: all 0.2s linear 0s;
	background: #4a79bc;
}
.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: #58585a;
}
.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: #4b7abc;
    margin-top: 2em;
    margin-bottom: 2em;
	padding: 0;
}
.sidebar .whitepaper-sidebar .WP-wrapper {
    display: block;
}
.whitepaper-sidebar .content {
    padding-bottom: 1em;
}
.whitepaper-sidebar h3 {
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
	padding-top: 1em;
}
.whitepaper-sidebar h3 a {
    color: #fff;
    text-decoration: none;
}
.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;
}

.catlink:hover{
	text-decoration: none;
}
.sidebar .events {
    margin-top: 2em;
	margin-bottom: 2em;
}
.most-read h3 {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding-top: 1em;
    font-weight: 400;
}
 .most-read {
    margin: 2em 0;
    background-color: #4a79bc;
}
 .most-read a {
    text-decoration: none;
    color: #fff;
}

.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 #fff;
    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;
}
.custom_logo {
    position: absolute;
    top: 1em;
    right: 1em;
}
/* ----------------- FOOTER -------------- */
.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;
}
footer .subscribe .container {
    display: block;
}
footer .subscribe input.subscribe-button {
    color: #4b7abc;
    font-size: 16px;
    font-weight: bold;
    border: 0;
    width: 140px;
    margin-left: 2em;
	height: 45px;
}
footer .subscribe input.subscribe-input {
    background-color: #fff;
    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: #4b7abc;
}
footer .subscribe {
    background-color: #4a79bc;
    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: #58585a;
    padding-top: 2em;
    padding-bottom: 2em;
    color: #cbcbca;
}
footer .footer .container, .category footer .footer .container {
    display: flex;
}
footer .footer .container .col-md-4 {
    width: 33.33%;
}
footer .copyright {
    background-color: #2d2d2d;
    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;
}
.footer-logos-row {
    display: flex;
}
footer .footer h5, footer .copyright a{
	color: #4b7abc;
}
footer .subscribe h2{
	color: #fff;
}
footer .subscribe input.subscribe-button{
	background: #fff;
}
footer .copyright .container {
    display: flex;
}
.testingmobile {
    display: none;
}
.copyrighttxt {
	padding-top: 5px;
	font-size: 12px;
    width: 80%;
    margin-right: 5%;
    padding-left: 15px;
}
.center-advert {
    width: 300px;
    margin: 0 auto;
}


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

@media only screen and (min-width: 414px) and (max-width: 767px) {
/*======================*/
/* EVENTS STYLING START */
/*======================*/

	.events {
		margin-top:0;
	}
	
	.events h5 {
	font-size: 20px;
	}
	
	
.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-desktop {
		display: none;
	}
	.footer-logos-mobile {
		display: block;
	}
	
	.top-updated-row, .top-updated-row .nav-tabs {
    display: block;
}
	.top-updated-row .nav-tabs li{
		width: 100%;
		    margin-bottom: 10px;
	}
	.top-updated-row .top-stories {
    width: 100%;
    margin-right: 0;
}
	.top-updated-row .survey {
    width: 100%;
    margin-top: 2em;
	}
	.top-updated-row .nav-tabs{
		    margin-top: 10px!important;
	}
	
	
		.desktop-advert{
		display: none;
	}
	
	.mobile-advert{
		display: block;
		width: 320px;
    margin: 0 auto!important;
	}
	div#mag-archive-page-col {
    width: 100%;
    position: relative;
    margin: 0;
    display: block;
    height: 1050px;
}
	div#mag-archive-page-col iframe {
		height: 1000px!important;
	}
	
	.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%;
}
	
	.center-advert {
    width: 300px;
    margin: 0 auto;
}
	
	.hr-solutions .block#first .feat-img, .hr-solutions .block#first h4 {
    width: 95%;
    margin: 0 auto;
}
	.hr-solutions .block#first .feat-img img{
		width: 100%;
	}
	.hr-solutions .block#first h4{
		padding-top: 10px;
	}
	.hr-solutions .smaller {
    width: 95%;
    margin: 0 auto;
}
	
	.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: #4978bc;
    padding: 5px 0;
	width: 200px;
    float: left;
    text-align: center;
    margin-bottom: 1em;
	}
	
	
	
	.footer-logos-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
	.footer-logos img {
    margin: 0 auto;
    display: block;
}
	
	#top-stories-row #tab-carousel {
    display: block;
}
	#top-stories-row .tab-content {
    width: 100%;
    margin-right: 0;
	height: 420px;
}
	#top-stories-row .nav-tabs {
    width: 100%;
	}
	
	.MG-placeholder-1525086352281 .formfields{
		width: 100%!important;
	}
	
	.video-category-page .heading .left, .video-category-page .heading .right {
    display: none;
}
	.video-category-page .videos-holder {
    display: block;
    padding: 0;
}
	.video-category-page .video-post {
    width: 100%;
    padding-right: 0em;
	}
	.video-category-page .video-post .overlay-story-content{
		opacity: 1;
	}
	.video-post a.play-button:after{
		background: none;
	}
	
		#single-video {
    width: 100%;
	}
	#single-video .video-heading {
    width: 95%;
	}
	.video-player iframe, .video-player .wp-video {
    padding: 0;
    height: auto;
}
	
	
	.page-template-page-home .finance, .page-template-page-home .mobile-finance{
		min-height: 340px;
	}
	
	.whitepaper-inner-wrapper {
    display: block;
}
	.wiw-whitepaper, .whitepaper-inner-wrapper .wiw-whitepaper:nth-child(1) {
    width: 240px;
    margin: 2em auto;
	height: auto;
	}
	.WP-wrapper .WP {
    display: block;
    margin-bottom: 1em;
	}
	#cat-top-stories .smaller h2 {
    font-size: 18px;
	min-height: auto;
	}
	.covid-latest-update .content h1 {
    font-size: 28px;
		min-height: auto;
	}
	.tech .smaller h5 {
    font-size: 18px;
	}
	.tech .smaller .block{
		padding-bottom: 1em;
	}
	.wiw-advert:nth-last-child(1) {
    margin-bottom: 2em;
}
	
	div#div-gpt-ad-1601974086600-0, div#div-gpt-ad-1601974127696-0, div#div-gpt-ad-1601974271953-0, div#div-gpt-ad-1602587982777-0, div#div-gpt-ad-1601974242500-0, div#div-gpt-ad-1601974215736-0, div#div-gpt-ad-1601974159799-0, div#div-gpt-ad-1601974187549-0 {
    width: 300px;
    margin: 0 auto;
}
	footer .footer .container, .category footer .footer .container, .category .container, .category #archive-container, .archive-story, .main-navigation li, .page-template-page-contactus #contact-container, .page-template-page-contactus .footer .container, .single #flex-from, .page #flex-from, .covid-inner-wrapper, div#flexfrom, .inner-bigger-col, #cat-top-stories .content, .regional-news .tab-content .content, .hr-solutions #first {
    display: block;
}	
	
	.covid-col-2, .covid-col-1, .first-col, .middle-col, .last-col, .bigger-col, .inner-col-1, .inner-col-2, #cat-top-stories .smaller, #cat-top-stories #first, div#lastest-videos img, .expert-voice img, .hr-left-col img, .tech .content p, .tech .smaller {
		width: 100%;
	}
	
	.covid-update-wrapper{
		padding: 1em 1em 2em;
	}
	.mobile{
		display: block!important;
	}
	.regional-news .tab-content .content #first {
    width: 95%;
    margin: 0 auto;
}
	.regional-news .smaller {
    width: 95%;
    margin: 0 auto;
    display: flex;
}
	.regional-news .smaller .block {
    width: 49%;
	}
	.hr-left-col, .hr-right-col {
    width: 90%;
    margin: 0 auto;
}
	
	.regional-news .smaller .block:nth-child(1) {
    margin-right: 2%;
}
	.contactform{
		margin-bottom: 0;
	}
.post-previous .thumb, .post-next .thumb, .main-navigation ul, .logo-partners-header .site-branding, .desktop, #cat-top-stories #first p {
    display: none;
}
	#cat-top-stories #first h1{
		font-size: 28px;
    	width: 100%;
	}
	.covid-col-1 .textwidget.custom-html-widget {
    position: relative;
	}
	.inner-col-1 .textwidget.custom-html-widget {
    position: absolute;
    top: 0px;
    width: 100%;
}
	.inner-col-1 {
    padding-top: 280px;
    position: relative;
}
	.covid-col-2 .textwidget.custom-html-widget {
    position: absolute;
    bottom: 0px;
	width: 100%;
}
	.tech, .insights, .hr-solutions {
    margin-bottom: 2em;
	}
	.covid-col-2 {
    padding-bottom: 280px;
    position: relative;
}
	.top-overlay{
		bottom: 0px;
		padding-bottom: 0px;
	}
	#site-navigation{
		padding: 0px;
	}
	.footer-logos {
    position: relative;
    margin: 2em 0;
}
	#cat-top-stories .smaller{
		margin-left: 0;
	}
	#single-post-col h4 {
    font-size: 14px;
}
	.overlay-img {
    position: relative;
    width: 90%;
    bottom: 1em;
}
	.overlay-img .entry-header {
    font-size: 22px;
}
	#single-post-col .article-img img{
		opacity: 1;
	}
	
	.post-previous .title, .post-next .title {
    margin-top: 1em;
    width: 100%;
}
	.post-next, .post-previous {
    padding: 0.5em!important;
}
	
	.archive-story .featured-image {
    width: 78%;
    margin: 0 auto;
}
	#single-post-col, #single-page-col, #archive-page-col, #search-result-col, .archive-story .story-content {
    width: 100%;
    margin-right: 0;
}
	.header-leaderboard, .searchandsocial {
    width: 320px;
}
	.mobile-logo {
    display: block;
    width: 80%;
    margin: 2em auto;
}
	#primary-menu {
    position: absolute;
    z-index: 999;
    background: #58585a;
    width: 60%;
}
	
	.searchandsocial .search-bar {
    width: 50%;
}
	.social {
    width: 40%;
}
	
	.global-partners {
    margin-right: 2%;
}
	.global-partners, .website-partners {
    width: 49%;
}
	.contactform input {
    margin-bottom: 5px;
	width: 100%;
}
	#single-post-col {
    float: none!important;
    width: 100%!important;
    min-height: auto!important;
    margin-right: 0;
}
	.page-template-page-contactus-php div#single-post-col {
    min-height: 100%!important;
}
	
	
	.sidebar {
    width: 100%;
}
	
	footer .footer .container .col-md-4 {
    width: 100%!important;
}
	footer .subscribe h2 {
    font-size: 20px;
}
	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%;
}	
	
	.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 {
		margin-top:0;
	}
	
	.events h5 {
	font-size: 20px;
	}
	
	
.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-desktop {
		display: none;
	}
	.footer-logos-mobile {
		display: block;
	}
	
	.top-updated-row, .top-updated-row .nav-tabs {
    display: block;
}
	.top-updated-row .nav-tabs li{
		width: 100%;
		    margin-bottom: 10px;
	}
	.top-updated-row .top-stories {
    width: 100%;
    margin-right: 0;
}
	.top-updated-row .survey {
    width: 100%;
    margin-top: 2em;
	}
	.top-updated-row .nav-tabs{
		    margin-top: 10px!important;
	}
	
	
	.desktop-advert{
		display: none;
	}
	
	.mobile-advert{
		display: block;
		width: 320px;
    margin: 0 auto!important;
	}
	div#mag-archive-page-col {
    width: 100%;
    position: relative;
    margin: 0;
    display: block;
    height: 1050px;
}
	div#mag-archive-page-col iframe {
		height: 1000px!important;
	}
	.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%;
}
	
	
	.center-advert {
    width: 300px;
    margin: 0 auto;
}
	
	.hr-solutions .block#first .feat-img, .hr-solutions .block#first h4 {
    width: 95%;
    margin: 0 auto;
}
	.hr-solutions .block#first .feat-img img{
		width: 100%;
	}
	.hr-solutions .block#first h4{
		padding-top: 10px;
	}
	.hr-solutions .smaller {
    width: 95%;
    margin: 0 auto;
}
	
	.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: #4978bc;
    padding: 5px 0;
	width: 200px;
    float: left;
    text-align: center;
    margin-bottom: 1em;
	}
	
	
	.footer-logos-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
	.footer-logos img {
    margin: 0 auto;
    display: block;
}
	
	#top-stories-row #tab-carousel {
    display: block;
}
	#top-stories-row .tab-content {
    width: 100%;
    margin-right: 0;
	height: 420px;
}
	#top-stories-row .nav-tabs {
    width: 100%;
	}
	
	.MG-placeholder-1525086352281 .formfields{
		width: 100%!important;
	}
	
	.video-category-page .heading .left, .video-category-page .heading .right {
    display: none;
}
	.video-category-page .videos-holder {
    display: block;
    padding: 0;
}
	.video-category-page .video-post {
    width: 100%;
    padding-right: 0em;
	}
	.video-category-page .video-post .overlay-story-content{
		opacity: 1;
	}
	.video-post a.play-button:after{
		background: none;
	}
	
	
	
	
	
	
	#single-video {
    width: 100%;
	}
	#single-video .video-heading {
    width: 95%;
	}
	.video-player iframe, .video-player .wp-video {
    padding: 0;
    height: auto;
}
	
	
		
	.page-template-page-home .finance, .page-template-page-home .mobile-finance{
		min-height: 340px;
	}
	
	.whitepaper-inner-wrapper {
    display: block;
}
	.wiw-whitepaper, .whitepaper-inner-wrapper .wiw-whitepaper:nth-child(1) {
    width: 240px;
    margin: 2em auto;
	height: auto;
	}
	.WP-wrapper .WP {
    display: block;
    margin-bottom: 1em;
	}
	#cat-top-stories .smaller h2 {
    font-size: 18px;
	min-height: auto;
	}
	.covid-latest-update .content h1 {
    font-size: 28px;
		min-height: auto;
	}
	.tech .smaller h5 {
    font-size: 18px;
	}
	.tech .smaller .block{
		padding-bottom: 1em;
	}
	.wiw-advert:nth-last-child(1) {
    margin-bottom: 2em;
}
	
	div#div-gpt-ad-1601974086600-0, div#div-gpt-ad-1601974127696-0, div#div-gpt-ad-1601974271953-0, div#div-gpt-ad-1602587982777-0, div#div-gpt-ad-1601974242500-0, div#div-gpt-ad-1601974215736-0, div#div-gpt-ad-1601974159799-0, div#div-gpt-ad-1601974187549-0 {
    width: 300px;
    margin: 0 auto;
}
	footer .footer .container, .category footer .footer .container, .category .container, .category #archive-container, .archive-story, .main-navigation li, .page-template-page-contactus #contact-container, .page-template-page-contactus .footer .container, .single #flex-from, .page #flex-from, .covid-inner-wrapper, div#flexfrom, .inner-bigger-col, #cat-top-stories .content, .regional-news .tab-content .content, .hr-solutions #first {
    display: block;
}	
	
	.covid-col-2, .covid-col-1, .first-col, .middle-col, .last-col, .bigger-col, .inner-col-1, .inner-col-2, #cat-top-stories .smaller, #cat-top-stories #first, div#lastest-videos img, .expert-voice img, .hr-left-col img, .tech .content p, .tech .smaller {
		width: 100%;
	}
	
	.covid-update-wrapper{
		padding: 1em 1em 2em;
	}
	.mobile{
		display: block!important;
	}
	.regional-news .tab-content .content #first {
    width: 95%;
    margin: 0 auto;
}
	.regional-news .smaller {
    width: 95%;
    margin: 0 auto;
    display: flex;
}
	.regional-news .smaller .block {
    width: 49%;
	}
	.hr-left-col, .hr-right-col {
    width: 90%;
    margin: 0 auto;
}
	
	.regional-news .smaller .block:nth-child(1) {
    margin-right: 2%;
}
	.contactform{
		margin-bottom: 0;
	}
.post-previous .thumb, .post-next .thumb, .main-navigation ul, .logo-partners-header .site-branding, .desktop, #cat-top-stories #first p {
    display: none;
}
	#cat-top-stories #first h1{
		font-size: 28px;
    	width: 100%;
	}
	.covid-col-1 .textwidget.custom-html-widget {
    position: relative;
	}
	.inner-col-1 .textwidget.custom-html-widget {
    position: absolute;
    top: 0px;
    width: 100%;
}
	.inner-col-1 {
    padding-top: 280px;
    position: relative;
}
	.covid-col-2 .textwidget.custom-html-widget {
    position: absolute;
    bottom: 0px;
	width: 100%;
}
	.tech, .insights, .hr-solutions {
    margin-bottom: 2em;
	}
	.covid-col-2 {
    padding-bottom: 280px;
    position: relative;
}
	.top-overlay{
		bottom: 0px;
		padding-bottom: 0px;
	}
	#site-navigation{
		padding: 0px;
	}
	.footer-logos {
    position: relative;
    margin: 2em 0;
}
	#cat-top-stories .smaller{
		margin-left: 0;
	}
	#single-post-col h4 {
    font-size: 14px;
}
	.overlay-img {
    position: relative;
    width: 90%;
    bottom: 1em;
}
	.overlay-img .entry-header {
    font-size: 22px;
}
	#single-post-col .article-img img{
		opacity: 1;
	}
	
	.post-previous .title, .post-next .title {
    margin-top: 1em;
    width: 100%;
}
	.post-next, .post-previous {
    padding: 0.5em!important;
}
	
	.archive-story .featured-image {
    width: 78%;
    margin: 0 auto;
}
	#single-post-col, #single-page-col, #archive-page-col, #search-result-col, .archive-story .story-content {
    width: 100%;
    margin-right: 0;
}
	.header-leaderboard, .searchandsocial {
    width: 320px;
}
	.mobile-logo {
    display: block;
    width: 80%;
    margin: 2em auto;
}
	#primary-menu {
    position: absolute;
    z-index: 999;
    background: #58585a;
    width: 60%;
}
	
	.searchandsocial .search-bar {
    width: 50%;
}
	.social {
    width: 40%;
}
	
	.global-partners {
    margin-right: 2%;
}
	.global-partners, .website-partners {
    width: 49%;
}
	.contactform input {
    margin-bottom: 5px;
	width: 100%;
}
	#single-post-col {
    float: none!important;
    width: 100%!important;
    min-height: auto!important;
    margin-right: 0;
}
	.page-template-page-contactus-php div#single-post-col {
    min-height: 100%!important;
}
	
	
	.sidebar {
    width: 100%;
}
	
	footer .footer .container .col-md-4 {
    width: 100%!important;
}
	footer .subscribe h2 {
    font-size: 20px;
}
	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%;
}
	
	.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 {
		margin-top:0;
	}
	
	.events h5 {
	font-size: 20px;
	}
	
	
.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-desktop {
		display: none;
	}
	.footer-logos-mobile {
		display: block;
	}
	
	.top-updated-row, .top-updated-row .nav-tabs {
    display: block;
}
	.top-updated-row .nav-tabs li{
		width: 100%;
		    margin-bottom: 10px;
	}
	.top-updated-row .top-stories {
    width: 100%;
    margin-right: 0;
}
	.top-updated-row .survey {
    width: 100%;
    margin-top: 2em;
	}
	.top-updated-row .nav-tabs{
		    margin-top: 10px!important;
	}
	
	
	.desktop-advert{
		display: none;
	}
	
	.mobile-advert{
		display: block;
		width: 320px;
    margin: 0 auto!important;
	}
	div#mag-archive-page-col {
    width: 100%;
    position: relative;
    margin: 0;
    display: block;
    height: 1050px;
}
	div#mag-archive-page-col iframe {
		height: 1000px!important;
	}
	.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%;
}
	
	
	.center-advert {
    width: 300px;
    margin: 0 auto;
}
	
	.hr-solutions .block#first .feat-img, .hr-solutions .block#first h4 {
    width: 95%;
    margin: 0 auto;
}
	.hr-solutions .block#first .feat-img img{
		width: 100%;
	}
	.hr-solutions .block#first h4{
		padding-top: 10px;
	}
	.hr-solutions .smaller {
    width: 95%;
    margin: 0 auto;
}
	
	.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: #4978bc;
    padding: 5px 0;
	width: 200px;
    float: left;
    text-align: center;
    margin-bottom: 1em;
	}
	
	.footer-logos-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
	.footer-logos img {
    margin: 0 auto;
    display: block;
}
	
	#top-stories-row #tab-carousel {
    display: block;
}
	#top-stories-row .tab-content {
    width: 100%;
    margin-right: 0;
	height: 420px;
}
	#top-stories-row .nav-tabs {
    width: 100%;
	}
	
	.MG-placeholder-1525086352281 .formfields{
		width: 100%!important;
	}
	
	.video-category-page .heading .left, .video-category-page .heading .right {
    display: none;
}
	.video-category-page .videos-holder {
    display: block;
    padding: 0;
}
	.video-category-page .video-post {
    width: 100%;
    padding-right: 0em;
	}
	.video-category-page .video-post .overlay-story-content{
		opacity: 1;
	}
	.video-post a.play-button:after{
		background: none;
	}
	
		#single-video {
    width: 100%;
	}
	#single-video .video-heading {
    width: 95%;
	}
	.video-player iframe, .video-player .wp-video {
    padding: 0;
    height: auto;
}
	
	.page-template-page-home .finance, .page-template-page-home .mobile-finance{
		min-height: 340px;
	}
	
	.whitepaper-inner-wrapper {
    display: block;
}
	.wiw-whitepaper, .whitepaper-inner-wrapper .wiw-whitepaper:nth-child(1) {
    width: 240px;
    margin: 2em auto;
	height: auto;
	}
	.WP-wrapper .WP {
    display: block;
    margin-bottom: 1em;
	}
	#cat-top-stories .smaller h2 {
    font-size: 18px;
	min-height: auto;
	}
	.covid-latest-update .content h1 {
    font-size: 28px;
		min-height: auto;
	}
	.tech .smaller h5 {
    font-size: 18px;
	}
	.tech .smaller .block{
		padding-bottom: 1em;
	}
	.wiw-advert:nth-last-child(1) {
    margin-bottom: 2em;
}
	
	div#div-gpt-ad-1601974086600-0, div#div-gpt-ad-1601974127696-0, div#div-gpt-ad-1601974271953-0, div#div-gpt-ad-1602587982777-0, div#div-gpt-ad-1601974242500-0, div#div-gpt-ad-1601974215736-0, div#div-gpt-ad-1601974159799-0, div#div-gpt-ad-1601974187549-0 {
    width: 300px;
    margin: 0 auto;
}
	footer .footer .container, .category footer .footer .container, .category .container, .category #archive-container, .archive-story, .main-navigation li, .page-template-page-contactus #contact-container, .page-template-page-contactus .footer .container, .single #flex-from, .page #flex-from, .covid-inner-wrapper, div#flexfrom, .inner-bigger-col, #cat-top-stories .content, .regional-news .tab-content .content, .hr-solutions #first {
    display: block;
}	
	
	.covid-col-2, .covid-col-1, .first-col, .middle-col, .last-col, .bigger-col, .inner-col-1, .inner-col-2, #cat-top-stories .smaller, #cat-top-stories #first, div#lastest-videos img, .expert-voice img, .hr-left-col img, .tech .content p, .tech .smaller {
		width: 100%;
	}
	
	.covid-update-wrapper{
		padding: 1em 1em 2em;
	}
	.mobile{
		display: block!important;
	}
	.regional-news .tab-content .content #first {
    width: 95%;
    margin: 0 auto;
}
	.regional-news .smaller {
    width: 95%;
    margin: 0 auto;
    display: flex;
}
	.regional-news .smaller .block {
    width: 49%;
	}
	.hr-left-col, .hr-right-col {
    width: 90%;
    margin: 0 auto;
}
	
	.regional-news .smaller .block:nth-child(1) {
    margin-right: 2%;
}
	.contactform{
		margin-bottom: 0;
	}
.post-previous .thumb, .post-next .thumb, .main-navigation ul, .logo-partners-header .site-branding, .desktop, #cat-top-stories #first p {
    display: none;
}
	#cat-top-stories #first h1{
		font-size: 28px;
    	width: 100%;
	}
	.covid-col-1 .textwidget.custom-html-widget {
    position: relative;
	}
	.inner-col-1 .textwidget.custom-html-widget {
    position: absolute;
    top: 0px;
    width: 100%;
}
	.inner-col-1 {
    padding-top: 280px;
    position: relative;
}
	.covid-col-2 .textwidget.custom-html-widget {
    position: absolute;
    bottom: 0px;
	width: 100%;
}
	.tech, .insights, .hr-solutions {
    margin-bottom: 2em;
	}
	.covid-col-2 {
    padding-bottom: 280px;
    position: relative;
}
	.top-overlay{
		bottom: 0px;
		padding-bottom: 0px;
	}
	#site-navigation{
		padding: 0px;
	}
	.footer-logos {
    position: relative;
    margin: 2em 0;
}
	#cat-top-stories .smaller{
		margin-left: 0;
	}
	#single-post-col h4 {
    font-size: 14px;
}
	.overlay-img {
    position: relative;
    width: 90%;
    bottom: 1em;
}
	.overlay-img .entry-header {
    font-size: 22px;
}
	#single-post-col .article-img img{
		opacity: 1;
	}
	
	.post-previous .title, .post-next .title {
    margin-top: 1em;
    width: 100%;
}
	.post-next, .post-previous {
    padding: 0.5em!important;
}
	
	.archive-story .featured-image {
    width: 78%;
    margin: 0 auto;
}
	#single-post-col, #single-page-col, #archive-page-col, #search-result-col, .archive-story .story-content {
    width: 100%;
    margin-right: 0;
}
	.header-leaderboard, .searchandsocial {
    width: 320px;
}
	.mobile-logo {
    display: block;
    width: 80%;
    margin: 2em auto;
}
	#primary-menu {
    position: absolute;
    z-index: 999;
    background: #58585a;
    width: 60%;
}
	
	.searchandsocial .search-bar {
    width: 50%;
}
	.social {
    width: 40%;
}
	
	.global-partners {
    margin-right: 2%;
}
	.global-partners, .website-partners {
    width: 49%;
}
	.contactform input {
    margin-bottom: 5px;
	width: 100%;
}
	#single-post-col {
    float: none!important;
    width: 100%!important;
    min-height: auto!important;
    margin-right: 0;
}
	.page-template-page-contactus-php div#single-post-col {
    min-height: 100%!important;
}
	
	
	.sidebar {
    width: 100%;
}
	
	footer .footer .container .col-md-4 {
    width: 100%!important;
}
	footer .subscribe h2 {
    font-size: 20px;
}
	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%;
}
	
	.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 {
		margin-top:0;
	}
	
	.events h5 {
	font-size: 20px;
	}
	
.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-desktop {
		display: none;
	}
	.footer-logos-mobile {
		display: block;
	}
	
	.top-updated-row, .top-updated-row .nav-tabs {
    display: block;
}
	.top-updated-row .nav-tabs li{
		width: 100%;
		    margin-bottom: 10px;
	}
	.top-updated-row .top-stories {
    width: 100%;
    margin-right: 0;
}
	.top-updated-row .survey {
    width: 100%;
    margin-top: 2em;
	}
	.top-updated-row .nav-tabs{
		    margin-top: 10px!important;
	}
	
	
	.desktop-advert{
		display: none;
	}
	
	.mobile-advert{
		display: block;
		width: 320px;
    margin: 0 auto!important;
	}
	div#mag-archive-page-col {
    width: 100%;
    position: relative;
    margin: 0;
    display: block;
    height: 1050px;
}
	div#mag-archive-page-col iframe{
		height: 1000px!important;
	}
	.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%;
}
	
	.center-advert {
    width: 300px;
    margin: 0 auto;
}
	
	.hr-solutions .block#first .feat-img, .hr-solutions .block#first h4 {
    width: 95%;
    margin: 0 auto;
}
	.hr-solutions .block#first .feat-img img{
		width: 100%;
	}
	.hr-solutions .block#first h4{
		padding-top: 10px;
	}
	.hr-solutions .smaller {
    width: 95%;
    margin: 0 auto;
}
	
	.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: #4978bc;
    padding: 5px 0;
	width: 200px;
    float: left;
    text-align: center;
    margin-bottom: 1em;
	}
	
	.footer-logos-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
	.footer-logos img {
    margin: 0 auto;
    display: block;
}
	
	#top-stories-row #tab-carousel {
    display: block;
}
	#top-stories-row .tab-content {
    width: 100%;
    margin-right: 0;
	height: 420px;
}
	#top-stories-row .nav-tabs {
    width: 100%;
	}
	
	.MG-placeholder-1525086352281 .formfields{
		width: 100%!important;
	}
	
	.video-category-page .heading .left, .video-category-page .heading .right {
    display: none;
}
	.video-category-page .videos-holder {
    display: block;
    padding: 0;
}
	.video-category-page .video-post {
    width: 100%;
    padding-right: 0em;
	}
	.video-category-page .video-post .overlay-story-content{
		opacity: 1;
	}
	.video-post a.play-button:after{
		background: none;
	}
	
		#single-video {
    width: 100%;
	}
	#single-video .video-heading {
    width: 95%;
	}
	.video-player iframe, .video-player .wp-video {
    padding: 0;
    height: auto;
}
	
	.page-template-page-home .finance, .page-template-page-home .mobile-finance{
		min-height: 340px;
	}
	
	.whitepaper-inner-wrapper {
    display: block;
}
	.wiw-whitepaper, .whitepaper-inner-wrapper .wiw-whitepaper:nth-child(1) {
    width: 240px;
    margin: 2em auto;
	height: auto;
	}
	.WP-wrapper .WP {
    display: block;
    margin-bottom: 1em;
	}
	#cat-top-stories .smaller h2 {
    font-size: 18px;
	min-height: auto;
	}
	.covid-latest-update .content h1 {
    font-size: 28px;
		min-height: auto;
	}
	.tech .smaller h5 {
    font-size: 18px;
	}
	.tech .smaller .block{
		padding-bottom: 1em;
	}
	.wiw-advert:nth-last-child(1) {
    margin-bottom: 2em;
}
	
	div#div-gpt-ad-1601974086600-0, div#div-gpt-ad-1601974127696-0, div#div-gpt-ad-1601974271953-0, div#div-gpt-ad-1602587982777-0, div#div-gpt-ad-1601974242500-0, div#div-gpt-ad-1601974215736-0, div#div-gpt-ad-1601974159799-0, div#div-gpt-ad-1601974187549-0 {
    width: 300px;
    margin: 0 auto;
}
	footer .footer .container, .category footer .footer .container, .category .container, .category #archive-container, .archive-story, .main-navigation li, .page-template-page-contactus #contact-container, .page-template-page-contactus .footer .container, .single #flex-from, .page #flex-from, .covid-inner-wrapper, div#flexfrom, .inner-bigger-col, #cat-top-stories .content, .regional-news .tab-content .content, .hr-solutions #first {
    display: block;
}	
	
	.covid-col-2, .covid-col-1, .first-col, .middle-col, .last-col, .bigger-col, .inner-col-1, .inner-col-2, #cat-top-stories .smaller, #cat-top-stories #first, div#lastest-videos img, .expert-voice img, .hr-left-col img, .tech .content p, .tech .smaller {
		width: 100%;
	}
	
	.covid-update-wrapper{
		padding: 1em 1em 2em;
	}
	.mobile{
		display: block!important;
	}
	.regional-news .tab-content .content #first {
    width: 95%;
    margin: 0 auto;
}
	.regional-news .smaller {
    width: 95%;
    margin: 0 auto;
    display: flex;
}
	.regional-news .smaller .block {
    width: 49%;
	}
	.hr-left-col, .hr-right-col {
    width: 90%;
    margin: 0 auto;
}
	
	.regional-news .smaller .block:nth-child(1) {
    margin-right: 2%;
}
	.contactform{
		margin-bottom: 0;
	}
.post-previous .thumb, .post-next .thumb, .main-navigation ul, .logo-partners-header .site-branding, .desktop, #cat-top-stories #first p {
    display: none;
}
	#cat-top-stories #first h1{
		font-size: 28px;
    	width: 100%;
	}
	.covid-col-1 .textwidget.custom-html-widget {
    position: relative;
	}
	.inner-col-1 .textwidget.custom-html-widget {
    position: absolute;
    top: 0px;
    width: 100%;
}
	.inner-col-1 {
    padding-top: 280px;
    position: relative;
}
	.covid-col-2 .textwidget.custom-html-widget {
    position: absolute;
    bottom: 0px;
	width: 100%;
}
	.tech, .insights, .hr-solutions {
    margin-bottom: 2em;
	}
	.covid-col-2 {
    padding-bottom: 280px;
    position: relative;
}
	.top-overlay{
		bottom: 0px;
		padding-bottom: 0px;
	}
	#site-navigation{
		padding: 0px;
	}
	.footer-logos {
    position: relative;
    margin: 2em 0;
}
	#cat-top-stories .smaller{
		margin-left: 0;
	}
	#single-post-col h4 {
    font-size: 14px;
}
	.overlay-img {
    position: relative;
    width: 90%;
    bottom: 1em;
}
	.overlay-img .entry-header {
    font-size: 22px;
}
	#single-post-col .article-img img{
		opacity: 1;
	}
	
	.post-previous .title, .post-next .title {
    margin-top: 1em;
    width: 100%;
}
	.post-next, .post-previous {
    padding: 0.5em!important;
}
	
	.archive-story .featured-image {
    width: 78%;
    margin: 0 auto;
}
	#single-post-col, #single-page-col, #archive-page-col, #search-result-col, .archive-story .story-content {
    width: 100%;
    margin-right: 0;
}
	.header-leaderboard, .searchandsocial {
    width: 320px;
}
	.mobile-logo {
    display: block;
    width: 80%;
    margin: 2em auto;
}
	#primary-menu {
    position: absolute;
    z-index: 999;
    background: #58585a;
    width: 60%;
}
	
	.searchandsocial .search-bar {
    width: 50%;
}
	.social {
    width: 40%;
}
	
	.global-partners {
    margin-right: 2%;
}
	.global-partners, .website-partners {
    width: 49%;
}
	.contactform input {
    margin-bottom: 5px;
	width: 100%;
}
	#single-post-col {
    float: none!important;
    width: 100%!important;
    min-height: auto!important;
    margin-right: 0;
}
	.page-template-page-contactus-php div#single-post-col {
    min-height: 100%!important;
}
	
	
	.sidebar {
    width: 100%;
}
	
	footer .footer .container .col-md-4 {
    width: 100%!important;
}
	footer .subscribe h2 {
    font-size: 20px;
}
	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%;
}
	
	.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;
}

	p {
		margin-top: 0;
	}
	
	
	.tech .smaller h5{
		font-size: 19px;
	}
	
.hr-solutions .block#first .feat-img, .hr-solutions .block#first h4 {
    width: 90%;
    margin: 0 auto;
}
	.hr-solutions .block#first h4 {
    margin-top: 1em;
}
	.finance .content h4{
		min-height: 130px;
	}
	.hr-solutions .smaller .block{
		min-height: 141px;
	}
	#customer-experience .block h4{
		min-height: 130px;
	}
	
	#top-stories-row .nav-tabs{
		font-size: 19px;
		min-height: 66px;
	}
	
	
	.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 input {
    width: 100%;
    margin-bottom: 5px;
}
	.most-read ul{
		min-height: 258px;
	}
	.contactform .mobile {
    display: block;
}
	
	.covid-update-wrapper{
		padding: 1em 1em 2em;
	}
	#cat-top-stories #first h1 {
    font-size: 35px;
	}
	#cat-top-stories .smaller h2 {
    font-size: 20px;
    min-height: 66px;
}
	.regional-news .nav-tabs > li > a {
		font-size: 12px;
	}
	.regional-news #first h4 {
    font-size: 22px;
	}
	
	.middle-col {
    width: 32%;
	}
	.first-col {
    width: 36.4%;
	}
	.tech .smaller {
    width: 100%;
	}
	.tech .smaller h5 {
    min-height: 72px;
	}
	.tech .smaller .block {
		margin-bottom: 2em;
	}
	
	#latest-videos h5 {
    font-size: 22px;
    min-height: 70px;
}
	.tech .content p {
    font-size: 15px;
	}
	
	.bigger-col {
    width: 67%;
}
	
	#first-col-lower-section{
		width: 30.4%
	}
	
	.hr-solutions #first {
    display: block;
}
	.hr-left-col, .hr-left-col img {
    width: 100%;
}
	.hr-right-col {
    margin-left: 0;
    width: 100%;
}
	.hr-right-col .smaller {
    display: none;
}
	.hr-right-col h4 {
    font-size: 22px;
	min-height: 98px;
	}
	footer .subscribe h2{
		line-height: 18px;
	}
	.testingmobile {
    display: block;
}
	.covid-col-2 {
    width: 33%;
}
	.covid-col-1 {
    width: 64.4%;
	}
	.covid-latest-update .content p{
		font-size: 18px;
	}
	
	.whitepaper-inner-wrapper .wiw-whitepaper:nth-child(1) {
    margin-left: 1%;
}
	.whitepaper-inner-wrapper .wiw-advert:nth-last-child(1) {
    margin-right: 1%;
}
	.whitepaper-inner-wrapper .WP-wrapper .WP{
		width: 170px;
	}
	.whitepaper-inner-wrapper .WP-wrapper .WP-img{
		display: none;
	}
	.whitepaper-inner-wrapper .WP-wrapper .WP .wptext{
		font-size: 14px;
		min-height: 80px;
	}
	.wiw-whitepaper{
		height: auto;
	}
	.whitepaper-inner-wrapper .WP-wrapper .WP#three {
    display: none;
}
	.wiw-advert {
    padding-top: 15px;
}
	
	.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;
}
	
	
	/*Event Widgets Styling */
	.mobile-events{
	display: block;
	width: 59%;
}
	
	.events {
		display: none;
	}
	
	.mobile-events #content {
    height: 508px;
}
	div.mobile-events .content .block {
    width: 49%;
}
	
	div.mobile-events .content .block:nth-child(1) {
    margin-right: 2%;
}
	
	.mobile-events .date h5 {
    font-size: 20px;
    font-weight: 400;
}
	.mobile-events a {
    color: #58585a;
    text-decoration: none;
}
	
	
	
	.top-overlay{
		font-size: 16px;
	}
	.tech .content h4{
		min-height: 97px;
	}
	
	.subscribe-form{
		width: 70%;
	}
	
	
	.hr-right-col h4{
		min-height: 55px;
	}
	.mobile-hr-solutions .smaller .block{
		min-height: 78px;
		
	}
	
	#podcasts .col880 {
    width: 56%;
	}
	
	#single-post-col {
    width: 54%;
    margin-right: 4%;
}
	
	.sidebar {
    width: 42%;
}

	.archive-story {
    display: block;
}
	
	.archive-story .featured-image, .archive-story .story-content {
    width: 90%;
    margin: 0 auto;
}
	
.post-next .thumb, .post-previous .thumb {
    display: none;
}
	
	.post-next .title, .post-previous .title {
    width: 100%;
}
	
	.overlay-img .entry-header {
    font-size: 24px;
}
	
	#cat-top-stories #first p {
    display: none;
	}
	#cat-top-stories #first h1 {
    font-size: 32px;
    width: 90%;
}
	.smaller h2 {
    font-size: 18px;
    min-height: 57px;
}
	.covid-col-1 {
    width: 53.9%;
}
	.covid-col-2 {
    width: 43.5%;
}
	
	#videos {
    display: none;
}
	
	.middle-col {
    width: 42%;
	margin-right: 0;
}
	.tech .smaller .block {
    margin-bottom: 1em;
}
	.first-col {
    width: 55.4%;
}
	div#first-col-lower-section {
    display: none;
}
	
	.bigger-col, .expert-voice-featured-image img {
    width: 100%;
}
	.row#mobile-videos{
	display: flex;
}
	
	#mobile-videos .content {
    display: block;
}
	#lastest-videos {
		width:80%;
		padding-right: 2em;
	}
	
	
	#mobile-videos .content h5 {
    font-size: 20px;
    font-weight: 400;
    min-height: 50px;
}
	#mobile-videos a {
    color: #58585a;
    text-decoration: none;
}
	div#div-gpt-ad-1601974242500-0, div#div-gpt-ad-1602587982777-0 {
    width: 300px;
    margin: 0 auto;
}
	
	.mobile-finance{
		display: block;
			margin-top: 2em;
	}
	
	.mobile-customer-experience, .mobile-hr-solutions{
		display: block;
	}
	.mobile-hr-solutions {
    margin-top: 2em;
}
	.hr-right-col .smaller {
    display: block;
}
	
	.tech-trends .content p {
    font-size: 16px;
	    min-height: 200px;
	}
	
	.whitepaper-inner-wrapper .wiw-whitepaper:nth-child(1) {
    display: none;
	}
	.wiw-whitepaper{
		margin-left: 1%;
   		margin-right: 1%;
	}
	.wiw-advert {
		margin-left: 1%;
		padding-top: 2.5em;
	}
	.whitepaper-inner-wrapper .WP-wrapper .WP {
    width: 135px;
}
	.download-button{
		width: 130px;
	}
	.whitepaper-inner-wrapper .WP-wrapper .WP .wptext{
		min-height: 100px;
	}
	
	.page-template-page-whitepaper #content .container {
		width: 80%;
}

}