/*
Theme Name: Xcensorship2016
Theme URI: http://www.ipulsedesign.com
Description: Responsive custom theme for indexoncensorship.org by ipulse design. 
Version: 1.0
Author: ipulse design
Author URI: http://www.ipulsedesign.com
*/
body{
    font-size: 14px;
    color: #455560;
    font-family:'Frutiger W01'; 
}
.logo{
    margin-left: 15px;
}
.light{
    font-weight: 200;
}
a{
    color: #455560;

}
a:hover{
    text-decoration: underline;
}
.three-grid-post a:hover,
.current-issue-widget a:hover{
    text-decoration: none;
}
h1{
    font-size: 45px;
}
h2{
    font-size: 34px;
}
h3{
	font-size: 24px;
	line-height: 28px;
}
h4{
    font-size: 16px;
}
.px30{
    font-size: 30px;
}
.repeat-x{
    background-repeat: repeat-x !important;
}
.mw600{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.mw700{
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.mw350{
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.bold{
	font-weight: bold;	
}
strong { 
	font-weight: 800; 
}
.tac{
    text-align: center;
}
.ml15{
    margin-left: 15px;
}
.mt5{
    margin-top: 5px;
}
.mt10{
    margin-top: 10px;
}
.mb10{
    margin-bottom: 10px;
}
.pointer{
    cursor: pointer;
}
.text_white{
    color: #fff !important;
}
.text_white a{
    color: #fff;
}
.text_white hr{
    width: 25%;
    margin-left: 0px;
}
.text_red{
    color: #ee3424;
}
.a_red a{
    color: #ee3424;
}
a{
    text-decoration: none;
}
.header{
    padding: 20px 0px;
}

.header .tools-bar{
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
}

.header .tools-bar li{
    display: inline-block;
    list-style: none;
}

.header .tools-bar li a{
    padding: 10px;
    color: #455560;
    font-weight: bold;
    text-decoration: none;
}

.header .tools-bar li .searchbox{
    position: absolute;
    /* width: 100%; */
    background-color: #fff;
    border: 1px solid #455560;
    padding: 20px;
    margin-left: -150px;
    margin-top: 20px;
    display: none;
    z-index: 3;
}
#searchform #s{
    width: 70%;
    padding: 7px;
}
#searchsubmit{
    background-color: #ee3424;
    width: 28%;
    border: 0px;
    color: #fff;
    padding: 9px;
}
.header .tools-bar li .searchbox .screen-reader-text{
    display: none;
}

.header .tools-bar li .searchbox.active {
    display: block;
}

.background-cover{
    background-size: cover;
}

.container.container980{
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
.container680{
    width: 100%;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}
.x-menu{
    background-color: #000000;
}
.x-menu .container{
    padding: 0px;
}

/* level 1*/
.menu{
    padding: 0px;
    margin: 0px;
}

.menu li{
    display: inline-block;
    list-style: none;
}

.menu li a{
    color: #fff;
    padding: 10px 20px;
    display: block;
    text-decoration:none;
    text-transform: uppercase;

}

.menu li.current_page_item a,
.menu li a:hover{
    background-color: #ee3424;  
}
.menu .sub-menu li .sub-menu li.current-menu-item a{
    color: #ee3424;
}

/* level 2*/
.menu .sub-menu{
    display: none;
    position: absolute;
    background: #fff;
    padding: 5px 10px;
    z-index: 4;
    
    
}
.menu .sub-menu li{
    vertical-align: top;
    padding: 10px;
}
.menu .sub-menu li a{
    color: #000000;
    font-weight: bold;
    display: inline-block;
    padding: 10px 0px;
    border-bottom: 1px solid #f1f1f1; 
    width: 100%;
    text-transform: none;
}

.menu .sub-menu li a, .menu .sub-menu li a:hover{
    background-color:#fff;
}
.menu .sub-menu li a:hover{
    color: #ee3424;
}
.menu li:hover .sub-menu{
    display: block;
    
}

/* level 3*/
.menu .sub-menu li .sub-menu{
    position: relative;
    padding-left: 0px;
}
.menu .sub-menu li .sub-menu li{
    display: block;
    padding: 0px;
    
}

.menu .sub-menu li .sub-menu li a{
    display: block;
    width: 100%;
    font-weight: 400;
    border-bottom: 0px;
    padding: 5px 0px;
   
}

.pagination{
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 13px;
    padding: 15px 0px;
    border-top: 1px solid #f1f1f1;
}
.pagination .page-numbers{
    margin-left: 5px;
    margin-right: 5px;
    
}
.pagination a{
    color: #455560;
}
.pagination .current{
    text-decoration: underline;
}
.pagination .dots{
}
.pagination .screen-reader-text{
    display: none;
   
}

.upper{
    text-transform: uppercase;
}

ul.events-tab{
    padding: 0px;
    margin: 0px;
    text-align: center;
    margin: 40px 0px;
}

ul.events-tab li{
    display: inline-block;
    margin: 0px 15px;
    font-size: 14px;
    font-weight: bold;
}

ul.events-tab li a{
    color: #455560;
}

ul.events-tab li.active a{
    color: #ee3424;
}
.event-calendar-box{
    float: right;
    margin-top: -67px;
    cursor: pointer;
    margin-right: 15px;
}
.event-calendar-box img{
    float: left;
    margin-right: -16px;
}
.event-calendar-box span{
    height: 35px;
    border: 1px solid #000;
    border-left: 0px;
    display: block;
    float: left;
    padding-left: 28px;
    line-height: 35px;
    padding-right: 10px;
}
.event-calendar-box input{
    margin-left: 5px;
}

.events-list .events-col{
    margin-bottom: 20px;
}
.events-list .events-col a{
    text-decoration: none;
    color: #455560;
    
}
.events-list .events-col .head{
    background-color: #ee3424;
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
}

.events-list .events-col .head.past{
    background-color: #78858d;
}
.events-list .events-col .thumbnails img{
    width: 100%;
    height: auto;
}
.events-list .events-col .desc{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}

.events-list .events-col:hover .desc{
    color: #ee3424;
}

.events-list .events-col .line{
    border-bottom: 3px solid #ee3424;
}

.footer{
}
.footer a{
    color: #fff;
}
.footer a:hover{
    color: #ee3424;
}
.footer .gotop {
    cursor: pointer;
}
.footer .gotop img{
    margin-left: 10px;
}
.footer .row1{
    background: #000000;
    color: #fff;
}

.footer .copyright{
    font-weight: 100;
    letter-spacing: 1px;
}

.footer .row2{
    background: #78858d;
    color: #fff;
}

.footer .row1 .container{
    padding: 15px;
}

.footer .row2 .container{
    padding: 25px 15px
}

.footer .footer-social{

}

.mobile-menu-btn{
    float: right;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    padding: 15px;
    display: none;
}

a.awards_current:hover{
    text-decoration: none;
}

.awards_current .awards_current_cover{
    min-height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
}
.awards-inside-desc{
    background-color: #fff;
    padding: 10px;
}
.awards-inside{
  
}
.btn100{
    text-align: center;
    padding: 20px;
    width: 100% !important;
}
.btn100 button{
    text-align: center !important;
    width: 100% !important;
    padding: 30px 20px !important;
    text-transform: uppercase;
}
.btn100 button i.vc_btn3-icon{
        margin-right: 10px !important;
        position: static !important;
        left: auto !important;
        display: inherit !important;
        -webkit-transform: translate(0,0); 
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0); 
        margin-top: 8px;
}
.awards-4grid{
    color: #fff;
}
.awards-4grid h2{
    font-size: 30px;
    font-weight: 200;
}

.awards-timeline-grid{
    font-size: 14px;
    font-weight: 200;
    
}
.awards-timeline-grid strong{
    font-size: 18px;
    font-weight: 400;
}

.awards-timeline-grid .wpb_column{
    border-left: 1px solid #78858d;
    
}

.awards-timeline-grid .wpb_column:last-child{
    border-right: 1px solid #78858d;
    
}

.awards-fellows{
}

.awards-fellows .heading{
    
    font-size: 25px;
}

.awards-fellows .cols{
    margin-bottom: 35px;
}
.awards-fellows .cols .cover-img img{
    max-width: 100%;
    width: 100%;   
}
.awards-fellows .cols .more-botton a{
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    text-decoration: none;
    color: #455560;
    display: block;
}
.awards-news-slider .heading{
    
    font-size: 25px;
}
.awards-news-slider span.title{
    font-weight: bold;
}
.awards-news-slider span.date{
    margin-top: 5px;
    display: block;
    font-weight: 200;
}
.awards-news-slider a{
    color: #455560;   
}
.grid-post-list{
    margin-top: 30px;
}
.three-grid-post .rows,
.grid-post-list .rows{
    
    margin-bottom: 20px;
    
}

.three-grid-post .background-img{
    min-height: 250px;   
}



.three-grid-post img,
.three-column-post img,
.grid-post-list .rows img{
    width: 100%;
}
.three-grid-post .info, 
.three-column-post .info, 
.grid-post-list .info{
    background-color: #f1f1f1;
    width: 100%;
    padding: 20px 10px;
    font-size: 16px;
}
.three-grid-post .info a,
.three-column-post .info a,
.grid-post-list .info a{
    color: #455560;
    text-decoration: none;
}
.three-column-post .info a:hover .title,
.grid-post-list .info a:hover .title{
    color: #ee3424;  
}

.three-grid-post span.date,
.three-column-post .info span.date2,
.grid-post-list .info span.date{
    margin-top: 10px;
    display: block;
    font-weight: 200;
    font-size: 13px;
}

.three-grid-post .cate,
.three-column-post .cate,
.grid-post-list .cate{
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 20px;
    display: inline-block;
    border: 1px solid #fff;
    padding: 3px 5px 0px 5px;
}

.three-column-post{
    border-top: 1px solid #455560;
}
.three-column-post .heading{
    font-size: 18px;
    font-weight: 500;
}
.three-column-post .rows{
    margin: 20px 0px;
}

.three-column-post a{
    text-decoration: none !important;
}

.slick-slide .image{
    padding: 0px 10px;
}
.slick-slide .image img{
    width: 100%;
}

.margin30{
    margin-top: 30px;
    margin-bottom: 30px;
}

.single-post .article{
    padding:40px 15px;
    color: #303030;
}

.single-post .article a{
    text-decoration: underline;
}



.article{
    font-size: 14px;
}
.single-post .article img,
.single-post .article iframe,
.single-post .article .wp-caption{
    max-width: 100% ;
    font-size:12px;
}
.single-post .article img{
    height: auto !important;
}
.article blockquote{
    border-left: #455560 5px solid;
}
.article .alignleft{
    float: left;
    padding-right: 20px;
}
.article .alignright{
    float: right;
    padding-left: 20px;
}
.article .aligncenter{
    text-align: center;
}

.magazine-landing{
    padding:40px 15px;
    margin: 0px 15px;
}
.magazine-landing .current-magazine{
    border-top: 5px solid #455560;
    padding: 15px 0px; 
    margin-top: 10px;
}
.apps-download{
    padding: 0px;
}
.apps-download a{
    color: #455560;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    margin: 0px 5px;
}
.apps-download .rows{
    border:1px solid #78858d;
    padding: 10px 0px;
    margin-top: 5px;
    text-align: center;
}
.apps-download a img{
    margin: 0px 5px;
}
.apps-download2{
    padding: 0px;
    margin: 0px;
}
.grid-post-list-casestudy .info{
    background-color: transparent;
    padding: 20px 0px;
    border-bottom: 5px solid #455560;
    border-top: 5px solid #455560;
    margin-bottom: 20px;
    
}
.grid-post-list-casestudy .desc{
    margin-top: 5px;
    display: block;
    font-weight: 200;
    font-size: 13px;
}
.grid-post-list-casestudy .title{
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}

.grid-post-list-casestudy .post-label{
    position: absolute;
    right: 15px;
    top: 0px;
    background-color: #455560;
    font-size: 14px;
    font-weight: bolder;
    padding: 2px 10px;
    color: #fff;
    text-align: center;
}
.grid-post-list-casestudy .post-label img{
    width: auto;
}

.campaigns-grid{
    margin: 15px 0px;
}
.campaigns-grid img{
    width: 100%;
}
.campaigns-grid .title{
    position: absolute;
    color: #fff;
    font-size: 30px;
    left: 45px;
    top: 15px;
    background-color: rgba(0,0,0,0.6);
    padding-left: 15px;
    padding-right: 15px;
}
.campaigns-grid .parent-page{
    margin:15px 0px;
}
.staff-grid{
	margin: 20px 0px;
}
.staff-grid img{
	border-bottom: 5px solid #ee3424;
	width: 100%;
	  cursor: pointer;
}

.staff-grid .name{
	font-size:18px;
	margin-top: 10px;
	margin-bottom: 5px;
	  cursor: pointer;
}
.staff-grid .title{
	  cursor: pointer;
}
.staff-grid .desc{
	margin-top: 10px;
}
.staff-grid .popup-content{
	max-width: 510px;
	margin:auto;
	margin-top: 100px;
	padding: 0px 15px;
}
.staff-grid .popup-content .desc{
    width: auto !important;
    padding-left: 0px !important;
}
.staff-grid .staff-grid-modal{
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 100%;
	background-color: rgba(69,85,96,0.8);
	z-index: 999;
	display: none;
	overflow-y: scroll;
}
.staff-grid .staff-grid-close{
	color:#fff;
	background-color: #ee3424;
	text-align: center;
	width: 140px;
	margin: auto;
	margin-bottom: 15%;
	padding: 10px 0px;
	cursor: pointer;
}

.jobs-slide{
    max-width: 700px;
    margin: auto;
    margin-bottom: 15px;
}
.jobs-slide .name{
    color: #fff;
    background-color: #455560;
    padding: 15px; 
    font-size: 16px;
    cursor: pointer;
}
.jobs-slide .name span::before{
    content: "\e114";
}
.jobs-slide .details{
    background-color: #f1f1f1;
    padding: 15px;
    display: none;
}
.jobs-slide.active .details{
    display: block;
}
.jobs-slide.active .name span::before{
    content: "\e113";
}
.jobs-slide .apply-btn{
    margin: 30px auto 0px auto;
    text-align: center;
    padding: 10px 20px;
    background-color: #f26e62;
    color: #fff;
    width: 140px;
    cursor: pointer;
}

.post-details .title{
    font-size: 35px;
    border-bottom: 1px solid #455560;
    padding-bottom: 10px;
}
.post-details .date{
    font-size: 13px;
    border-bottom: 1px solid #455560;
    padding: 5px 0px;
    margin-bottom: 20px;
}

.events-banner{
        height: 320px;
        width: 100%; 
        background-position: center center;
        background-size: cover;
    }
.post-details     .other-post-link{
        border-top: 1px solid #f1f1f1;
        padding-top: 10px;
        margin-top: 10px;
    }
.post-details     .other-post-link a{
        font-size: 13px;
        color: #455560;
        text-decoration: none;
    }
.post-details     .other-post-link a:hover{
        color: #ee3424;  
    }
    
    
.main-post .title{
	border-top: #455560 5px solid;
	padding-top: 10px;
	margin-top: 10px;
}
.index-nominate-form,
.index-contact-form{
    padding: 20px 0px;
    border-top: 1px solid #8a959c;
}
.index-contact-form input,
.index-contact-form textarea{
    width: 100%;
    border: 1px solid #8a959c;
    padding: 10px;
}

.index-nominate-form input,
.index-nominate-form textarea{
    border: 1px solid #8a959c;
    padding: 10px;
}

.index-nominate-form lable,
.index-contact-form label{
    text-align: left !important;
    font-size: 14px;
    font-weight: 400;
}
.index-nominate-form .wpcf7-submit,
.index-contact-form .wpcf7-submit{
    width: 140px;
    color: #fff;
    background-color: #f26e62;
    padding: 10px 0px;
    border: 0px;
    margin: auto;
    margin-left: 15px;
}
.a-arrow{
    
    margin-top: 0px !important;
}
.a-arrow p{
    margin: 0px;
}
.a-arrow a{
    color: #455560;
    text-decoration: none;
    font-size: 16px;
    margin-right: 10px;
    background-image: url('images/icon-arrow-red.png');
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding-left: 20px;
    margin-bottom: 10px !important; 
    display: inline-block;
}
.a-arrow a:hover{
    color: #ee3424;
}
.a-arrow .wpb_content_element{
    margin-bottom: 0px;
}
.vc_cta3{
	color: #fff;
	height: 100% !important;
}
.vc_cta3 .vc_cta3-actions{
	margin-top: 30px;
}
.vc_cta3 h4{
	font-size: 16px;
	font-weight: 300;
}
.vc_cta3 h2{
	font-size: 34px;
	font-weight: 400;
}
.vc_cta3 .vc_cta3-content-header{
	margin-bottom: 20px;
}
.subscriptions-grid h2{
    font-weight: 300 !important;
    letter-spacing: 2px;
}
.subscriptions-grid .wpb_text_column{
    margin-top: 20px;
}

.current-magazine .cover{
    width: 380px;
    margin-bottom: 20px;
}
.current-magazine .cover img{
    max-width: 100%;
}
.current-magazine .desc{
    width: 570px;
    padding-left: 20px;
}
.image-content-grid{
	padding-left: 15px;
	padding-right: 0px;
}


.magazine-listing{
	padding: 30px 0px;
	background-color: #f9f9f9;
}

.magazine-listing a{
	text-decoration: none;
}
.magazine-listing .title{
	color: #455560;
	font-size: 16px;
	margin: 10px 0px;
	text-align: left;
	margin-bottom: 30px;
}
.magazine-listing .head{
	text-align: center;
	font-weight: bold !important;
	margin-bottom: 20px;
}
.magazine-listing .heading{
	text-align: center;
	background-color: #78858d;
	color: #fff;
	padding: 10px 0px;
	text-transform: uppercase;
}
.magazine-listing .cover img{
	width: 100%;
}

.magazine-related-post .a-arrow{
	border-bottom: 1px solid #455560;
	margin-bottom: 15px;
}


.single-img .slick-dots{
    bottom: 15px;
}
.single-img .desc{
    position: absolute;
    bottom:50px;
    left: 20px;
    color: #fff;
    z-index: 1;
}
.single-img .cover img{
    width: 100%;
}
.single-img .title{
    
    font-size: 22px;
}
.single-img .date{
    font-size: 13px;
    margin-top: 10px;
}
.single-img .cate{
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid #fff;
    padding: 5px;
}
.single-img .modals{
	width: 100%;
	height: 100%;
	position: absolute;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+97&0+32,0.65+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 32%, rgba(0,0,0,0.62) 97%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 32%,rgba(0,0,0,0.62) 97%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 32%,rgba(0,0,0,0.62) 97%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}
.single-img .slick-dots li button:before{
    color: #78858d;
    opacity: 1;
    font-size: 11px;   
}
.single-img .slick-dots li.slick-active button:before{
    opacity: 1;
    color: #ee3424;
}
.current-issue-widget .desc{
    padding: 20px;
}
.current-issue-widget .current-post{
    background: #78858d;
    margin-bottom: 10px;
}
.current-issue-widget .cover{
    margin: 0px;
    padding: 0px;
}
.current-issue-widget .cover img{
    width: 100%;
}
.current-issue-widget .desc{
    color: #fff;
}
.current-issue-widget .cate{
    text-decoration: underline;
}
.current-issue-widget .title{
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.current-issue-widget .a-arrow{
    margin-bottom: 10px;
}
.current-issue-widget .a-arrow a{
    font-size: 14px;
    background-position: 0px 4px;
    margin-bottom: 10px !important;
}
.slick-dotted.slick-slider{
    margin-bottom: 0px;
}
.ajax-loader{
    margin: auto !important;
    padding: auto !important;
    width: auto !important;
}
.search-result .results{
    margin: 5px  0px;
}
.ress_feed_list{
    margin: 0px;
    padding: 0px;
}
.ress_feed_list li{
    padding: 10px;
    list-style: none;
    background-color: #f1f1f1;
    margin-bottom: 5px;
    border-top: 1px solid #455560;
}
.ress_feed_list li span{
    display: block;
    margin-top: 5px;
    font-size: 13px;
}

#mc-embedded-subscribe-form{
    color: #455560;
}

#mc-embedded-subscribe-form input{
    padding: 5px 10px;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    width: 100%;
}
#mc-embedded-subscribe{
     background-color: #f26e62;
     color: #fff;
     border: 0px;
     padding: 0px !important;
     width: 30% !important;
}
.post-icon {
    color: #ee3424;
    border: 1px solid #ee3424;
    padding: 3px 3px;
    margin-left: 10px;
}
.post-icon img{
    width: 16px;
    margin-left: 20px;
    margin-top: -5px;
    display: inline;
}
.upcommingEvents a{
    color: #fff;
}

.comment-respond {
        border-top: 3px solid #455560;
}
.comment-respond textarea{ 
    width: 100%;
}
.comment-respond .submit{
        background-color: #f26e62;
        border: 0px;
        color: #fff;
        padding: 10px 20px;
}
.comment-respond label{
    width: 60px;
}
.commentlist{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.commentlist li{
    border-top: 1px solid #455560;
    margin-bottom: 10px;
    margin-top: 10px;
}
.commentlist .children{
    list-style: none;
}
.commentlist .fn{
    color: #ee3424;
}

.wp-caption-text{
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.xoxo{
    margin: 0px;
    margin-bottom: 20px;
    padding: 0px;
}
.xoxo li {
    list-style: none;
    width: 50%;
    float: left;
}
.xoxo li a{
    color: #455560;
    text-decoration: none;
    font-size: 16px;
    margin-right: 10px;
    background-image: url(images/icon-arrow-red.png);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding-left: 20px;
    margin-bottom: 10px !important;
    display: inline-block;

}
.xoxo li a:hover{
    color: #ee3424;
}

.widget_links h2{
    display: none;
}
/**** responsive ****/

@media only screen and (max-width: 992px) {
    .xoxo li {
        width: 100%;
        
    }
    .article .alignright,
    .article .alignleft{
        float: none;
        padding: 0px;
        display: block;
        margin-bottom: 20px;
    }
	.footer .footer-social{
    	margin-top: 0px;
	}
    .awards-timeline-grid .wpb_column{
        width: 33.333333%;
        display: inline-block;
        border: 0px !important;
        text-align: center;
        
    }
    .current-magazine .cover{
        text-align: center;
    }
    .current-magazine .cover,
    .current-magazine .desc{
        width:100%;
    }
    
    .awards-timeline-grid .wpb_column .wpb_single_image{
        text-align: center;
    }
    
    .x-menu {
        position: absolute;
        z-index: 2;
        width: 100%;
        margin-top: -64px;
    }
    .header{
        margin-bottom: 64px;
    }
    .menu{
      display: none;
    }
    
    .menu.show{
      display: block;
    }
    
    .menu li{
        width: 100%;
    }
    .menu .sub-menu{
        position: static;
        display: block;
    }
    .mobile-menu-btn{
        display: block;
    }
    .event-calendar-box{
        float: none;
        margin-top: 0px;
        margin-bottom: 20px;
        display: inline-block;
    }
    
    .footer .row2{
        padding-bottom: 30px;
    }
    
    .footer .copyright{
        margin-bottom: 30px;
    }
    
}

@media only screen and (max-width: 768px) {
    .awards-timeline-grid .wpb_column{
        width: 50%;
        display: inline-block;
        border: 0px !important;
        text-align: center;
        
    }
    
    .tools-bar li span{
        display: none;
    }
    
    .header .tools-bar li .searchbox{
        margin-left:0px;
        left: 0px;
        width: 100%;
    }
    
    .resp-0padding{
		padding: 0px;
	}
	.resp-0margin{
		margin: 0px;
	}
	.image-content-grid{
		margin:0px;
		padding: 0px;
		margin-top: 15px;
	}
    
  
}
