.close-menu-item:focus ~ .sub-menu{
    display: none !important;
}
.adsbanner{
    width: 100%;
    height: 255;
    margin-top: 70px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
}

div.gsc-control-cse table, tbody, tr, td, th {
     padding: 2px; 
     border: 0px solid; 
     margin-bottom: 5px;
}

div.gsc-option-menu-container{
    width: 120px !important;
}

div.gsc-option-menu-container {
    width: 40%;
}
.icon-button {
	background-color: white;
	border-radius: 3.6rem;
	cursor: pointer;
	display: inline-block;
	font-size: 2.0rem;
	height: 3.6rem;
	line-height: 3.6rem;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 3.6rem;
        border: red solid 1px;
}

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 3.6rem;
	margin: -1.8rem;
}
.twitter span {
	background-color: #4099ff;
}
.facebook span {
	background-color: #3B5998;
}
.google-plus span {
	background-color: #db5a3c;
}

/* Icons */
.icon-button i {
	background: none;
	color: white;
	height: 3.6rem;
	left: 0;
	line-height: 3.6rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 3.6rem;
	z-index: 10;
}
.icon-button .icon-twitter {
	color: #4099ff;
}
.icon-button .icon-facebook {
	color: #3B5998;
}
.icon-button .icon-google-plus {
	color: #db5a3c;
}
.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus {
	color: white;
}

.article-iframe{
    width: 100%;
    height: 380px;
    margin-left: auto;
    margin-right: auto;
    border:0;
    scrolling: no;
    
}
.article-video{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border:0;
    scrolling: no;

}
.article-img{
    padding: 4px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.clearfloat {
    float:none !important;
}

.top_most{
    z-index: 1000000 !important;
}
.width-100{
    width: 100% !important;
}
.hover-highlight{
    
}

.hover-highlight:hover{
    color: red !important;
}
.menu-fix-height {
    height: 38px;
}

.notify{
    position: absolute;
    top: 3px;
    right: 4px;
    background: #FFC107;
    padding: 0 1 0 1;
    font-weight: normal;
    font-size: 0.7em;
    float: left;
    min-width: 15px;
    height: 15px;
    text-align: center;
    display: none;
}

.meta-ico{
    width: 14px !important;
    height: 14px !important;
    opacity: 0.4;
    vertical-align: inherit;
}

.news-img {
/*    height: 100% !important;
    width: auto !important;*/
}

.news-1c-thumbs{
    height: 70px;
    overflow: hidden;
}
.news-4c-thumbs{
    height: 170px;
    overflow: hidden;
}
.news-2c-thumbs{
    height: 250px;
    overflow: hidden;
    background: black !important;
    border: black solid 2px
}

.news-3c-thumbs{
    height: 160px;
    overflow: hidden;
}

.news-topic-thumbs{
    max-height: 400px;
    overflow: hidden;
}

.visible-wrapped {
    display: none;
}

/*---------------*/
.dropbtn {
    background-color: #ff5722;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    margin: 10px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    max-height: 400px;
    overflow-y: auto;
    z-index: 100000;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
/*-------------*/

@media (min-width: 1250px) {
    .herald-lay-d {
        width: 50%;
    }
}

@media (max-width: 1249px) {
    .visible-wrapped {
        display: block;
    }
    .herald-site-content {
        margin-top: 0px !important;
    }

}

@media (max-width: 1249px) and (min-width: 768px){
    .herald-sidebar {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px;
    }
    .herald-lay-g,
    .herald-lay-f {
        width: 50%;
    }
}


@media only screen and (max-width: 1248px){
    .news-4c-thumbs {
        height: 120px;
    }
    
    .news-3c-thumbs{
        height: 160px;
    }
}

@media only screen and (max-width: 1023px){
    .news-4c-thumbs {
        height: 100px;
    }
    
    .news-3c-thumbs{
        height: 120px;
    }
    
    .adsbanner {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px;
    }
}

@media only screen and (max-width: 767px){
    
    .news-3c-thumbs{
        height: 190px;
    }
    
    .news-3c-thumbs,
    .news-2c-thumbs{
        width: 100%;
        height: auto;
        max-height: 600px;
    }
    
    .news-topic-thumbs{
        max-height: inherit;
    }
    
    .herald-post-thumbnail {
        background: white !important;
        border: none !important;
    }
    
    .entry-header .h6, h6 {
        font-size: 16px;
        font-weight: 700;
    }
    
    .entry-content p {
        font-size: 110%;
        line-height: 1.8;
    }

}

@media only screen and (max-width: 480px){
    .news-4c-thumbs {
        height: 85px;
    }

}

.herald-post-thumbnail {
/*    background: black !important;
    border: black solid 2px;*/
}
@media screen and (max-width: 768px){
    td.gsc-clear-button {
        width: 5% !important;
        padding: 5px;
    }
    td.gsc-search-button{
        width: 1% !important;
    }
    div.gsc-control-cse table, tbody, tr, td, th {
     width: auto !important;
    }
    table.gsc-above-wrapper-area-container {
        width: 100% !important;
    }
    
    td.gsc-result-info-container{
       width: 40% !important;
    }
}

