/*
Theme Name:    Bridge Child
Author:        Merchant Cantos
Template:      bridge
Version:       1.0.0
*/

@font-face {
    font-family: "SuperGrotesk";
    src: url("fonts/king_SuperGroteskWebPro-Regular.eot") format("eot"),
    url("fonts/king_SuperGroteskWebPro-Regular.woff") format("woff"),
    url("fonts/king_SuperGroteskOffcPro-Regular.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "SuperGrotesk";
    src: url("fonts/king_SuperGroteskWebPro-Medium.eot") format("eot"),
    url("fonts/king_SuperGroteskWebPro-Medium.woff") format("woff"),
    url("fonts/king_SuperGroteskOffcPro-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "ThirstyScript";
    src: url("fonts/ThirstyScriptExtraBoldDemo.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "SuperGrotesk", Helvetica Neue, Helvetica, sans-serif;
    font-size: 18px !important;
    font-style: normal !important;
    letter-spacing: normal !important;
    color: #464646;
    font-weight: 300;
}

p, p:last-child {
    margin-bottom: 20px !important;
}

h1, h2, h3 {
    font-family: "SuperGrotesk", Helvetica Neue, Helvetica, sans-serif;
    letter-spacing: -1px;
    font-weight: 300;
}

.qbutton, strong, p a {
    font-weight: 500;
}

h1 {
    font-size: 60px;
    margin-bottom: 30px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 48px;
    margin-bottom: 5px;
}

h4 {
    font-size: 18px;
}

p.small {
    font-size: 14px;
}

p.large {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
}

p.x-large {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1px;
    margin-bottom: 10px !important;
}

p.large:last-child {
    margin-bottom: 15px;
}

.qbutton {
    font-size: 16px;
}

nav.main_menu ul li a {
    color: #33c596;
}

p a, .wpb_text_column li a {
    color: #00b67d;
}

.orange, h3 {
    color: #ff6a00;
}

.qbutton {
    color: #ffffff;
}

h2, h3, .qbutton {
    text-transform: none;
}

/************************************ GENERAL ************************************/
/*tab focus*/
a:focus:not(:active) {
    outline: 1px dotted #b8b8b8;
    outline-offset: 3px;
}

/*highlight colour*/
*::selection {
    background: #ff6a00 !important;
}

::-moz-selection {
    background: #ff6a00 !important;
}

/*reset bg*/
body,
.wrapper_inner .content,
.wrapper > .wrapper_inner > .content > .content_inner > .full_width,
.content .container,
.wrapper_inner {
    background-color: #ffffff !important;
}

/*fullscreen nav*/
.side_menu_button .popup_menu {
    display: none;
}

/**/

.max-width-section, .max-width-section.grid_section .section_inner {
    max-width: 914px;
    margin: 0 auto;
}

.section-padding {
    padding: 75px 0;
}

.gradient-bg {
    background: #ffffff; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 50%, #f3eee5 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 50%, #f3eee5 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #ffffff 50%, #f3eee5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3eee5', GradientType=1); /* IE6-9 fallback on horizontal gradient */

    /*background: #f3eee5; !* For browsers that do not support gradients *!
    background: -webkit-radial-gradient(circle, #ffffff, #f7f4ef); !* Safari *!
    background: -o-radial-gradient(circle, #ffffff, #f7f4ef); !* Opera 11.6 to 12.0 *!
    background: -moz-radial-gradient(circle, #ffffff, #f7f4ef); !* Firefox 3.6 to 15 *!
    background: radial-gradient(circle, #ffffff, #f7f4ef); !* Standard syntax *!
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f4ef',GradientType=1 ); !* IE6-9 fallback on horizontal gradient *!*/

}

.qbutton {
    background-color: #00b67d;
    border: none;
    border-radius: 16px;
    margin-top: 26px;
    letter-spacing: 0;
    padding: 3px 30px 4px 30px !important;
}

.qbutton:hover {
    background-color: #33c596;
}

.wpb_text_column ul li {
    list-style-position: outside;
    list-style-type: none;
    padding-left: 32px;
    background: transparent url("images/bullet.png") no-repeat 0 9px;
    margin-bottom: 12px;
}

.clear {
    clear: both;
}

.mc-grid-item img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.mc-grid-item .wpb_text_column {
    background-color: #aaa293;
    color: #ffffff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 30px 30px 40px 30px;
    font-weight: 500;
}

.mc-grid-item p {
    margin-bottom: 10px !important;
}

.mc-grid-item > .vc_column-inner {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.custom-grid-wrapper .vc_grid {
    margin: 75px auto 45px auto !important;
    max-width: 1100px;
}

.custom-grid-wrapper .vc_gitem-acf {
    font-size: 14px;
    height: 26px;
}

.custom-grid-wrapper .vc_custom_heading h4, .custom-grid-wrapper .vc_gitem-acf {
    color: #ffffff;
    font-weight: 500;
}

.tcs {
    margin-top: 30px;
    padding-bottom: 50px;
}

.page-template-full_width .content.content_top_margin{
    margin-top: 75px !important;
}

.banner-mobile {
    display: none;
}

/*chevron scroll*/
/*
.scroll-chevron{
    position: absolute !important;
    bottom: 32%;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 23px;
}

.scroll-chevron ul{
    list-style-type: none;
}

.scroll-chevron ul li a{
    width: 40px;
    height: 23px;
    background: red;
    color: transparent;
    background: url('images/chev-40px.png') no-repeat center center;
    padding: 3px 9px;
}
*/

/************************************ HEADER ************************************/
.header_bottom {
    background: url('images/header-fade-new.png') no-repeat center -20px transparent;
    height: 100px;

}

header.fixed.scrolled .header_bottom, header.fixed_hiding.scrolled .header_bottom {
    background-color: transparent;
}

.logo_wrapper, .side_menu_button {
    height: 80px !important;
}

nav.main_menu ul li {
    padding: 27px 15px 0;
}

nav.main_menu ul li.last-nav-item {
    padding-right: 40px;
}

nav.main_menu ul li a {
    text-transform: none;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 20px !important;
    padding: 0 0 5px 0;
}

nav.main_menu ul li a:hover, nav.main_menu ul li.current-menu-item a,
.page-id-15 nav.main_menu ul li#nav-menu-item-548 a {
    color: #ff6a00;
    border-bottom: 2px solid #ff6a00;
}

/*.side_menu_button{
   height: 20px !important;
}*/

nav.main_menu ul li.play-games {
    padding-right: 0;
}

nav.main_menu ul li.play-games a {
    background-color: #00b67d !important;
    padding: 10px 13px;
    border-radius: 13px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin-top: -10px;
}

nav.main_menu ul li.play-games a:hover {
    color: #ffffff;
    border: none;
    background-color: #33c596;
}

a.search_button {
    width: 40px;
    height: 40px;
    margin-top: 4px;
    padding-right: 0;
}

.fa-search {
    color: #ffffff;
    background-color: #00b67d;
    border-radius: 13px;
    padding: 12px 13px;
}

.qode_search_form_3 input, .qode_search_form_3 input:focus {
    text-transform: none;
    font-weight: 500;
    font-size: 18px;
}

/*popup menu*/
.popup_menu_opened .header_bottom {
    background: none;
}

.popup_menu_opened .logo_wrapper {
    display: none;
}

.popup_menu_holder {
    background: #33c596;
}

.popup_menu_holder_inner {
    vertical-align: top;
    padding-top: 150px;
}

nav.popup_menu ul {
    padding: 0 9%;
    margin-top: -50px;
}

nav.popup_menu ul li {
    text-align: left;
    margin-bottom: 10px;
}

nav.popup_menu ul li a {
    font-size: 70px;
    line-height: 70px;
    text-transform: inherit;
    letter-spacing: 0;
    font-weight: 300;
    border-bottom: 3px solid #33c596;
    display: inline-block;
}

nav.popup_menu ul li a span {
    font-size: inherit;
}

nav.popup_menu ul li a:hover,
nav.popup_menu ul li.current-menu-item a,
.page-id-15 nav.popup_menu ul li#popup-menu-item-548 a {
    color: #ffffff;
    border-bottom: 3px solid #ffffff;
}

nav.popup_menu ul li.play-games a {
    background-color: #00b67d !important;
    padding: 10px 13px;
    border-radius: 13px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

nav.popup_menu ul li.play-games a:hover {
    color: #ffffff;
    border: none;
    background-color: #33c596;
}

/************************************ HOME ************************************/

.content-hub-wrapper .vc_gitem-animated-block,
.content-hub-wrapper .vc_gitem-zone-a {
    max-height: 265px;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    -webkit-border-top-left-radius: 12px !important;
    -webkit-border-top-right-radius: 12px !important;
    overflow: hidden !important;
    z-index: 1;
}

/*.vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item{
    margin-top: 26px;
}*/

/*.vc_grid-filter::before{
    content: '';
    background: url('images/filter-bg.png') no-repeat center center;
    padding: 30px 0;
    position: absolute;
    z-index: -2;
    width:100%;
    height: 200px;
    margin-top: -93px;
}*/

.vc_grid-filter::before {
    content: '';
    background: url('images/filter-bg-top.png') no-repeat center bottom;
    width: 100%;
    height: 28px;
    position: relative;
    z-index: 999;
    top: -28px;
}

.vc_grid-filter {
    background-color: #ff6a00;
    position: relative;
    margin-top: -28px;
}

.vc_grid-filter::after {
    content: '';
    background: url('images/filter-bg-bottom.png') no-repeat center bottom;
    width: 100%;
    height: 28px;
    bottom: -28px;
    position: relative;
}

.vc_grid-filter .vc_grid-filter-item span {
    color: #ffffff;
    padding: 40px 30px !important;
    position: relative;
    font-weight: 500;
}

.vc_grid-filter .vc_grid-filter-item span:hover,
.vc_grid-filter .vc_grid-filter-item.vc_active span {
    background: url('images/heart-icon.png') no-repeat 9px center;
}

/*our people*/
.vc_grid-term-25 .vc_gitem-zone-c {
    background-color: #fa4092 !important;
}

/*Games*/
.vc_grid-term-26 .vc_gitem-zone-c {
    background-color: #ffc000 !important;
}

/*Industry*/
.vc_grid-term-27 .vc_gitem-zone-c {
    background-color: #ff6a00 !important;
}

.vc_gitem_row .vc_gitem-col {
    padding: 30px;
}

.vc_gitem-row-position-middle.vc_gitem_row .vc_gitem-col {
    padding-top: 0;
}

@media (max-width: 1000px) {
    .press-releases-grid .vc_custom_heading {
        font-size: 18px !important;
    }

    .press-releases-grid .vc_gitem_row .vc_gitem-col {
        padding: 10px 20px;
    }

    .press-releases-grid .vc_gitem-row-position-top.vc_gitem_row .vc_gitem-col {
        text-align: center;
        width: 100%;
    }

    .press-releases-grid .vc_gitem-row-position-middle.vc_gitem_row .wpb_single_image {
        margin-bottom: 20px !important;
    }

    .press-releases-grid .vc_gitem-row-position-middle.vc_gitem_row {
        top: 15% !important;
    }

    .press-releases-grid .vc_gitem-row-position-middle.vc_gitem_row .vc_gitem-col {
        float: none;
        display: block;
        width: 100%;
    }

    .press-releases-grid .vc_gitem-row-position-middle.vc_gitem_row .vc_gitem-col img {
        width: 65px;
    }
}

@media (max-width: 600px) {

    .press-releases-grid .vc_gitem-row-position-middle.vc_gitem_row {
        top: 30% !important;
    }
    .press-releases-grid .vc_custom_heading {
        font-size: 20px !important;
    }
    .press-releases-grid .vc_gitem-row-position-middle.vc_gitem_row .wpb_single_image {
        display: none;
    }
    .press-releases-grid .vc_gitem-zone {
        max-height: 200px !important;
    }

    .press-releases-grid .vc_gitem_row .vc_gitem-col {
        padding: 0 30px 30px 30px !important;
    }
}

.vc_gitem-zone-c {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.content-hub-wrapper .vc_custom_heading h4 {
    max-height: 52px;
    height: 52px;
    overflow: hidden;
}

.vc_grid.vc_row.vc_grid-gutter-15px .vc_grid-item {
    padding-right: 17px;
    padding-bottom: 17px;
}

/************************************ CONTENT HUB ARTICLE ************************************/
.article-header-img {
    text-align: center;
}

.qbutton.back-btn {
    margin: 50px 0px 40px 0;
    background-image: url('images/back-point.png');
    background-repeat: no-repeat;
    background-position: 25px center;
    padding: 3px 30px 4px 56px !important;
}

.article-title-section {
    margin-bottom: 20px !important;
}

.article-title-section h1 {
    font-size: 36px;
    margin-bottom: 0;
}

.article-date {
    float: left;
    font-weight: 500;
    font-size: 14px;
    margin-top: 25px;
}

.article-share-top {
    float: right;
    padding-top: 16px;
}

.article-share-top .social_share_list_holder span {
    display: none;
}

.article-share-top .social_share_list_holder ul li {
    display: inline;
    margin-right: 0;
    margin-left: 10px;
}

/*
.article-first-paragraph{
    margin-top: 70px;
    max-width: 800px;
}
*/

.bodycopy-quote-area {
    margin-top: 50px;
}

.bodycopy-quote-area .vc_col-sm-7 {
    width: 68%;
}

.bodycopy-quote-area .vc_col-sm-5 {
    width: 31%;
}

.article-first-paragraph p::first-letter {
    font-size: 36px;
    color: #ffffff;
    font-family: "ThirstyScript";
    background: url('images/first-letter-bg.png') no-repeat center center;
    padding: 30px;
    float: left;
    margin-top: -19px;
    margin-right: 20px;
}

.article-first-paragraph p {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
}

blockquote {
    position: relative;
    max-width: 263px;
    background-color: #ff6a00;
    padding: 0;
    border: none;
    margin: 90px 0 240px 0 !important;
}

blockquote p:last-child {
    margin-bottom: 0 !important;
}

blockquote p {
    padding: 0 40px;
    color: #ffffff;
    font-weight: 500;
    padding-top: 10px;
    position: relative;
    z-index: 9;
}

/*blockquote p::before{
    content: '';
    background: url('images/quotes.jpg') no-repeat;
    position: absolute;
    top: 0;
    width: 33px !important;
    height: 28px !important;
}*/

blockquote::before {
    content: '';
    background: url('images/quote-top.png') no-repeat;
    position: absolute;
    top: -84px;
    width: 263px;
    height: 84px;
}

blockquote::after {
    content: '';
    background: url('images/quote-bottom.jpg') no-repeat;
    position: absolute;
    bottom: -200px;
    width: 263px;
    height: 239px;
}

.article-full-width-img {
    margin-top: 100px;
}

/*related articles*/
.related-articles,
.no-related-articles-spacer{
    margin-top: 50px;
}

.related-article-img-wrap {
    max-height: 265px;
    overflow: hidden;
}

.related-article-text-wrap p.related-article-title {
    height: 52px;
    max-height: 52px;
    overflow: hidden;
}

.related-article-text-wrap p.related-article-title a {
    color: #ffffff;
}

.related-articles h2 {
    margin-bottom: 30px !important;

}

/*our people*/
.our-people .related-article-text-wrap {
    background-color: #fa4092 !important;
}

/*Games*/
.games-innovation .related-article-text-wrap {
    background-color: #ffc000 !important;
}

/*Industry*/
.industry-champions .related-article-text-wrap {
    background-color: #ff6a00 !important;
}

.single-content_hub .blog_single br {
    display: none;
}

/************************************ ABOUT US ************************************/
.about-us-written {
    position: relative;
    margin-bottom: 20px !important;
}

.about-us-written::before {
    content: '';
    background: url('images/AboutUs_Yellow.png');
    position: absolute;
    top: -76px;
    right: -610px;
    width: 803px;
    height: 155px;
}

.counter-section {
    position: relative;
}

.counter-section::before {
    content: '';
    background: url('images/pink-divider.png');
    position: absolute;
    top: -50px;
    right: -1368px;
    width: 2374px;
    height: 109px;
}

.counter-section::after {
    content: '';
    background: url('images/AboutUs_Green.png');
    position: absolute;
    top: -53px;
    left: -645px;
    width: 927px;
    height: 635px;
}

.counter-section {
    padding-top: 160px;
}

.q_counter_holder.center {
    padding: 40px 40px 5px 40px;
}

.counter {
    font-family: "ThirstyScript";
    font-size: 100px !important;
    color: #ff6a00 !important;
    line-height: 80px !important;
    height: auto !important;
}

.counter-text {
    color: #ff8833 !important;
}

.game-studios-section {
    background: #ffe699;
}

.game-studios-section {
    padding: 125px 0 150px 0;
}

.game-studios-list {
    margin-top: 75px;
}

.activision-blizzard-logo {
    margin-top: 45px;
}

.phil-mission-section {
    background-size: auto !important;
    color: #ffffff;
    overflow: hidden;
    padding: 150px 0 !important;
}

.phil-mission-section h1 {
    color: #ffffff;
}

.phil-mission-section .max-width-section::before {
    content: '';
    background: url('images/globe.png') no-repeat center center;
    position: absolute;
    top: -360px;
    right: -305px;
    width: 438px;
    height: 426px;
}

.phil-mission-section .max-width-section::after {
    content: '';
    background: url('images/striped-icons.png') no-repeat center center;
    position: absolute;
    bottom: -200px;
    left: 160px;
    width: 260px;
    height: 217px;
}

.team-heading {
    margin-bottom: 30px !important;
}

.meet-team-btn {
    margin-top: 10px;
}

/************************************ OUR TEAM ************************************/

.team-member {
    padding-top: 200px;
    margin-top: -100px;
}

.team-member:nth-child(odd) .team-member-img {
    float: right;
}

.team-member:nth-child(odd) .team-member-bio {
    float: left;
}

.team-member:nth-child(odd) {
    background: url('images/pink-stripe-divider.png') no-repeat right 90px !important;
    background-size: auto !important;
}

/************************************ PRESS SITE ************************************/
.press-site-tabs {
    max-width: 560px;
    margin: 0px auto;
    /*  z-index: 99;*/
}

ul#menu-press-site-tabs {
    margin-top: -76px;
}

ul#menu-press-site-tabs li {
    list-style-type: none;
    display: inline-block;
    width: 48%;
    margin: 0 0.5%;
}

ul#menu-press-site-tabs li a {
    background-color: #00a672;
    border-radius: 13px 13px 0 0;
    padding: 25px 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
}

ul#menu-press-site-tabs li a:hover {
    background-color: #33C596;
}

ul#menu-press-site-tabs li.current_page_item a,
ul#menu-press-site-tabs li.current_page_item a:hover {
    background-color: #ff6a00;
}

.press-site-tabs-wrapper::after {
    content: '';
    background: url('images/filter-bg-top.png') no-repeat center bottom;
    width: 100%;
    height: 28px;
    position: relative;
    z-index: 999;
    top: -28px;
}

ul#menu-press-site-tabs {
    /*position: absolute;
    bottom: -27px;*/
    z-index: 99;
}

.press-site-grid .vc_grid-filter::after {
    content: '';
    background: url('images/filter-bg-bottom.png') no-repeat center bottom;
    width: 100%;
    height: 28px;
    bottom: -28px;
    position: relative;
}

.press-site-grid .vc_grid-filter {
    background-color: #ff6a00;
    position: relative;
    margin-top: -32px;
}

/*background: #ff6a00;*/

/************************************ PRESS ************************************/
.press-tabs .tabs-nav {
    z-index: 999;
}

.press-releases-grid .vc_grid-filter {
    direction: rtl;
}

.press-releases-grid .vc_grid-filter .vc_grid-filter-item span:hover::before, .press-releases-grid .vc_grid-filter .vc_grid-filter-item.vc_active span::before {
    left: -47px;
}

.press-releases-grid .vc_gitem-zone {
    border-radius: 12px;
    background-color: #fa66a8;
    padding-top: 20px;
}

.press-releases-grid .vc_grid-item:nth-child(even) .vc_gitem-zone {
    background-color: #fb8cbe;
}

.press-releases-grid .vc_gitem-zone-a .vc_gitem-row-position-middle {
    transform: none;
    top: 30%;
}

.press-releases-grid .vc_custom_heading {
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
}



/************************************ PRESS RELEASES NEW ************************************/
.press-releases-list .vc_grid {
    margin: 75px auto 45px auto !important;
    max-width: 1100px;
}

.press-releases-list .vc_grid-filter{
    direction: rtl;
}

.press-releases-list .vc_grid-filter .vc_grid-filter-item span:hover::before, .press-releases-list .vc_grid-filter .vc_grid-filter-item.vc_active span::before{
    left: -47px;
}

.press-releases-list .vc_gitem-acf{
    font-weight: 500 !important;
}

.press-releases-list .vc_custom_heading{
    font-size: 24px !important;
    color: #00b67d;
}

.press-releases-list .vc_gitem-zone:hover .vc_custom_heading{
    color: #1abc9c;
}

.press-releases-list .vc_grid.vc_row .vc_grid-item{
    height: auto !important;
}

.press-releases-list .vc_gitem-zone {
    position: static !important;
    height: 70px !important;

}

/*.press-releases-list .vc_gitem-zone .vc-zone-link {
    position: static !important;
    height: auto !important;
}*/

/*.press-releases-list  .vc_gitem-zone-mini{
    display: block;
}*/

/*.vc-gitem-zone-height-mode-auto::before{
    padding-top: 0 !important;
}*/



/************************************ DOWNLOADS ************************************/
.downloads-grid .vc_gitem-zone-a {
    max-height: 265px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.downloads-grid .vc_gitem-zone-c {
    background-color: #00b67c;
}

.downloads-grid .vc_custom_heading div, .downloads-grid .field_57358b7e066ec {
    color: #ffffff;
    font-weight: 500;
    font-size: 18px !important;
}

.downloads-grid .field_57358b7e066ec {
    margin-bottom: 12px;
}

.downloads-grid .vc_gitem-post-data {
    margin-bottom: 0;
}

.downloads-grid .field_57358e1dba4fc a {
    background: url('images/downloads-icon-wht.png') no-repeat left top;
    padding: 4px 0 5px 35px !important;
    color: #fff;
}

/************************************ FOOTER ************************************/
.footer_bottom_holder {
    background-color: #464646;
    padding: 50px 0;
}

/*
.column1.footer_bottom_column{
    width: auto;
    margin-right: 321px;
}

.column1 > .column_inner {
    padding: 0 !important;
}*/

.column1.footer_bottom_column .textwidget {
    color: #ffffff;
    font-size: 14px !important;
    font-weight: 500;
}

/*.column2.footer_bottom_column{
    position: absolute;
    width: 261px;
    right: 0;
}*/

/*ul.menu li.play-games{
    padding-right: 0;
}*/
/*

ul.menu li.play-games a{
    background-color: #00b67d !important;
    padding: 10px 13px;
    border-radius: 13px;
    color: #ffffff;
    font-size: 16px !important;
    font-weight: 500;
    margin-top: -10px;
    text-transform: inherit;
}

ul.menu li.play-games a:hover{
    color: #ffffff;
    border: none;
    background-color: #33c596;
}
*/

.play-our-games-at {
    font-size: 20px;
}

.footer_bottom_columns.two_columns_50_50 .column2 .footer_bottom ul {
    text-align: left;
    padding-top: 64px;
}

.footer_bottom ul li {
    margin-left: 22px;
    margin-right: 0 !important;
}

.footer_bottom ul li a {
    text-transform: inherit;
    font-size: 14px !important;
    letter-spacing: 0;
}

/************************************ RESPONSIVE ************************************/
@media (max-width: 1200px) {
    .content.content_top_margin {
        margin-top: 50px !important;
    }

    .single-content_hub .content.content_top_margin {
        margin-top: 100px !important;
    }
}

@media (max-width: 1050px) {
    nav.main_menu ul li.last-nav-item {
        padding-right: 10px;
    }

    nav.main_menu ul li {
        padding: 27px 12px 0px;
    }
}

@media (max-width: 1000px) {
    .admin-bar header.fixed {
        padding-top: 0 !important;
    }

    header {
        position: absolute !important;
    }

    .header_bottom {
        background-color: transparent !important;
        background: url('images/header-bg-small.png') no-repeat center top transparent;
        height: 90px;
    }

    a.search_button {
        display: none !important;
    }

    .single-content_hub .content.content_top_margin, .content.content_top_margin {
        margin-top: 74px !important;
    }

    .logo_wrapper {
        height: 80px !important;
    }

    .mobile_menu_button {
        display: none;
    }

    .popup_menu_opened header, .popup_menu_opened .header_bottom {
        height: 30px !important;
    }

    .side_menu_button {
        height: 40px !important;
        padding-top: 20px;
    }

    .side_menu_button .popup_menu {
        display: block;
        width: 46px;
        height: 30px;
    }

    a.popup_menu {
        top: 0;
    }

    .popup_menu .line, .popup_menu .line::before, .popup_menu .line::after {
        height: 5px;
        width: 45px;
        background-color: #00b67d;
        border-radius: 5px;
    }

    .popup_menu_inner {
        width: 31px;
    }

    .popup_menu .line::before {
        top: -10px;
    }

    .popup_menu .line::after {
        top: 10px;
    }

    .search_button {
        display: none;
    }

    .popup_menu.opened .line::before, .popup_menu.opened .line::after {
        background-color: #ffffff;
    }

    .logo_wrapper {
        left: 0;
    }

    .q_logo {
        left: 0;
    }

    .q_logo img {
        height: 89% !important;
    }

    .q_logo a {
        left: 0;
    }

    .custom-grid-wrapper .vc_grid {
        max-width: 768px;
    }

    /*.press-releases-grid .vc_gitem-zone-a .vc_gitem-row-position-middle {*/
    /*transform: none;*/
    /*top: 10%;*/
    /*}*/
    .press-releases-grid .vc_custom_heading {
        font-size: 20px;
        max-height: 130px;
        overflow: hidden;
    }

    .bodycopy-quote-area .vc_col-sm-7 {
        width: 63%;
    }

    .bodycopy-quote-area .vc_col-sm-5 {
        width: 37%;
    }

}

@media (max-width: 970px) {
    .press-releases-list .vc_col-sm-10{
        width: 100%;
        float: none;
        margin-top: -60px;
    }

    .press-releases-list .vc_col-sm-2{
        width: 100%;
        float: none;
    }

    .press-releases-list .vc_gitem-zone {
        height: 90px !important;
    }
}

@media (max-width: 768px) {
    p.large {
        font-size: 22px;
    }

    .section-padding {
        padding: 50px 0px;
    }

    .about-us-written::before {
        top: -51px;
    }

    .counter-section::after {
        top: -78px;
    }

    .custom-grid-wrapper .vc_grid {
        margin: 55px auto 45px !important;
    }

    .phil-mission-section {
        padding: 90px 0px !important;
    }

    .phil-mission-section .max-width-section::before {
        top: -290px;
        right: -275px;
    }

    .phil-mission-section .max-width-section::after {
        bottom: -150px;
    }

    .activision-blizzard-logo {
        margin-top: 105px;
    }

    .custom-grid-wrapper .vc_grid {
        max-width: 600px;
    }

    .related-articles .vc_col-sm-4,
    .custom-grid-wrapper .vc_col-sm-4,
    .about-page-team-members .vc_col-sm-4 {
        width: 50%;
        float: left !important;
    }

    .counter {
        font-size: 70px !important;
    }

    .q_counter_holder.center {
        padding: 40px 0 5px;
    }

    .game-studios-section p.x-large {
        margin-bottom: 0 !important;
    }

    .game-studios-section .wpb_single_image {
        display: none;
    }

    .game-studios-list {
        width: 100%;
        margin-top: 0;
    }

    .game-studios-section {
        padding: 130px 0 120px;
    }

    .about-page-team-members .vc_col-sm-4:last-child {
        display: none;
    }

    .vc_responsive .vc_grid-filter-select {
        display: none;
    }

    .vc_responsive .vc_grid-filter {
        display: block !important;
    }

    .team-member .vc_col-sm-6 {
        width: 100%;
    }

    .team-member-img {
        text-align: center;
        margin-bottom: 20px;
    }

    .team-member:nth-child(odd) {
        background: none !important;
    }

    .team-member, .team-member:nth-child(odd) {
        background: url('images/pink-stripe-divider.png') no-repeat right bottom !important;
        background-size: auto !important;
        padding-bottom: 80px;
    }

    .bodycopy-quote-area .vc_col-sm-7, .bodycopy-quote-area .vc_col-sm-5 {
        width: 100%;
        float: none;
    }

    blockquote {
        margin: 110px 0 240px 0 !important;
    }

    .section-padding .mc-grid-item:last-child {
        display: none;
    }

    .column1.footer_bottom_column {
        width: 100%;
    }

    .column2.footer_bottom_column {
        width: 100%;
    }

    .two_columns_50_50 > .column2 > .column_inner {
        padding: 0;
    }

    .footer_bottom_holder {
        padding: 20px 0px;
    }

    .footer_bottom_columns.two_columns_50_50 .column2 .footer_bottom ul {
        padding-top: 0;
    }

    .column2 .footer_bottom ul li {
        margin-left: 0;
        margin-right: 20px !important;
        width: auto !important;
    }

    .press-releases-list .vc_custom_heading {
        font-size: 22px !important;
    }

}

@media only screen and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

    .vc_grid-filter .vc_grid-filter-item span:hover, .vc_grid-filter .vc_grid-filter-item.vc_active span {
        background: none;
        color: #464646;
    }
}

@media (max-width: 767px) {
    .q_counter_holder.center {
        padding: 20px 0px 5px;
    }

    .counter-section .wpb_text_column {
        margin-bottom: 40px !important;
    }

    .counter-section .vc_col-sm-4:last-child .wpb_text_column {
        margin-bottom: 0 !important;
    }

    .counter-section .vc_col-sm-4:last-child .wpb_text_column p.large {
        margin-bottom: 0 !important;
    }

    .counter-section::after {
        background: none;
    }

    .content_inner .phil-mission-section {
        background-image: none !important;
        background-color: #fa539c;
    }

    .activision-blizzard-logo {
        margin-top: 0;
        margin-bottom: 30px !important;
    }

    .phil-mission-section .max-width-section::after {
        background: none;
    }
}

@media (max-width: 655px) {
    .vc_grid-filter > .vc_grid-filter-item {
        display: block !important;
    }

    .vc_grid-filter .vc_grid-filter-item span:hover, .vc_grid-filter .vc_grid-filter-item.vc_active span {
        background: none;
        color: #464646;
    }

    .vc_grid-filter {
        padding: 10px 0 0 0;
    }

    .press-site-grid .vc_grid-filter {
        padding: 10px 0;
    }

    .press-site-grid .vc_grid-filter > .vc_grid-filter-item {
        display: inline-block !important;
        padding: 0;
    }

    .vc_grid-filter::before {
        background: url("images/filter-bg-top-600.png") no-repeat scroll center bottom;
        top: -15px;
        height: 5px;
    }

    .press-site-grid .vc_grid-filter::after {
        background: url("images/filter-bg-bottom-600.png") no-repeat scroll center bottom;
        height: 5px;
        bottom: -15px;
    }

    .vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {
        padding: 2px 0 !important;
    }

    .press-site-tabs {
        max-width: 330px;
    }

    ul#menu-press-site-tabs li a {
        padding: 8px 0px;
    }

    ul#menu-press-site-tabs {
        margin-top: -43px;
    }

    .vc_grid-filter .vc_grid-filter-item span {
        padding: 0 20px !important;
    }

    .custom-grid-wrapper .vc_grid {
        margin: 45px auto !important;
    }

    .press-releases-list .vc_custom_heading {
        max-height: 53px;
        overflow: hidden;
    }

}

@media (max-width: 600px) {
    nav.popup_menu ul li a {
        font-size: 40px;
        line-height: 40px;
    }

    .popup_menu_holder_inner {
        padding-top: 110px;
    }

    .section-padding {
        padding: 60px 0;
    }

    .game-studios-section {
        padding: 60px 0;
    }

    .custom-grid-wrapper .vc_grid {
        max-width: 420px;
    }

    .related-articles .vc_col-sm-4,
    .custom-grid-wrapper .vc_col-sm-4,
    .about-page-team-members .vc_col-sm-4 {
        width: 100%;
        float: none !important;
        padding-bottom: 17px;
    }

    .mc-grid-item > .vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .article-first-paragraph p::first-letter {
        font-size: inherit;
        color: inherit;
        font-family: inherit;
        background: none;
        padding: 0;
        float: none;
        margin-top: 0;
        margin-right: 0;
    }

    .about-us-written::before {
        top: -61px;
    }

    .bodycopy-quote-area {
        margin-top: 20px;
    }

    blockquote {
        margin: 90px 0 240px 0 !important;
    }

    .footer_bottom_column {
        float: none !important;
    }

    .column2.footer_bottom_column {
        margin: 0px auto;
    }

    .column1.footer_bottom_column .textwidget {
        line-height: 26px;
    }

    .footer_bottom_columns.two_columns_50_50 .column1 .footer_bottom {
        text-align: left;
    }

    .footer_bottom_columns.two_columns_50_50 .column2 .footer_bottom ul {
        line-height: 22px;
    }

}

@media (max-width: 480px) {
    .banner-desktop {
        display: none;
    }

    .banner-mobile {
        display: block;
    }

    h1 {
        font-size: 48px;
        margin-bottom: 14px;
        line-height: 48px;
    }

    h3 {
        font-size: 40px;
        line-height: 40px;
    }

    p.x-large {
        font-size: 31px;
        line-height: 39px;
    }

    .custom-grid-wrapper .vc_grid {
        max-width: 300px;
    }

    .press-releases-grid .vc_grid-filter {
        direction: ltr;
    }

    .press-releases-grid .vc_grid-filter > .vc_grid-filter-item {
        width: 30%;
    }

    .press-releases-list .vc_grid-filter {
        direction: ltr;
    }

    .press-releases-list .vc_grid-filter > .vc_grid-filter-item{
        width: 30%;
        float: left;
    }

    .team-member, .team-member:nth-child(2n+1) {
        padding-bottom: 50px;
    }

    .team-member {
        padding-top: 160px;
    }

    .about-us-written::before {
        right: -690px;
    }

    .phil-mission-section .max-width-section::before {
        top: -365px;
        right: -275px;
    }

    .popup_menu .line, .popup_menu .line::before, .popup_menu .line::after {
        height: 4px;
        width: 38px;
    }

    .popup_menu .line::before {
        top: -8px;
    }

    .popup_menu .line::after {
        top: 8px;
    }

    .press-releases-list .vc_gitem-zone{
        height: 110px !important;
    }

}

@media (max-width: 375px) {
    nav.popup_menu ul li.play-games a {
        display: block;
        text-align: center;
        margin-top: 30px;
    }
}

.js-message {
    margin-top: 150px;
    text-align: center;
}

/* Search results page */
.search-results div.content_inner {
    padding-top: 100px;
}

.search-results .blog_holder article {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

.search-results h2 {
    font-size: 25px;
    line-height: 1.1;
}

.search-results .blog_holder article .post_text .post_text_inner {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}

.search-results .post_image {
    max-height: 120px;
    overflow: hidden;
    position: relative;
}

.search-results .post_image > a {
    max-width: 550px;
    position: absolute;
    top: 50%;
    margin-top: -90px;
}

.search-results .post_image > a.no-image {
    height: 250px;
    display: block;
    background-color: #FFF;
    margin-top: 0;
    position: static;
}

.search-results .post_image > a.no-image img {
    width: auto !important;

    margin: 0 auto;
}

@media (min-width: 599px) {
    .search-results .blog_holder article .post_text .post_text_inner {
        padding-left: 23px;
        padding-right: 23px;
    }

    .search-results .post_image {
        float: left;
        width: 50% !important;
    }

    .search-results .post_text {
        float: left;
        width: 50% !important;
    }

    .search-results .post_content_holder:after {
        clear: both;
    }

    /*  pagination on desktop */
    .search-results .pagination {
        margin-top: 20px;
    }

    .search-results .pagination ul li a,
    .search-results .pagination ul li span {
        width: 25px !important;
        height: 25px !important;
        line-height: 25px !important;
        margin: 0 7px 0 0 !important;
        font-size: 14px !important;
        text-decoration: none !important;
        text-transform: uppercase !important;
        cursor: pointer !important;
        white-space: nowrap !important;
        border: 1px solid #e5e5e5 !important;
    }

}

