/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */


.article_box .desc_wrapper {
    width: 100%;
}

.wp-caption-text {
    font-size: 12px;
}

.column, .columns {
    margin: 0 1% 20px;
}

.hide-element {
    display: none;	
}

.close {
    visibility:hidden;
}

/* .alert_wrapper h4 {
   color:#fff; 
} */

.trailer_box .desc {
    background-color:rgba(0,0,0,0.3);
}

.rhn-cat-color {
    background-color:#3F00FF;
}

.rhn-cat-color ul {
    list-style-type: square;
    color: #fff;
    padding: 5px 10px 5px 30px;
}

.rhn-cat-color ul li:after {
    content: "";
    display: block;
    width: 70px;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(255,255,255,.2);
    position: absolute;
    left: -30px;
    bottom: 0;
}

.rhn-cat-color ul li a {
    color: #fff;
    display: block;
    padding: 7px 0 7px 3px;
}

/*.search_wrapper .icon_search {
   color:#fff;
}

#Top_bar .search_wrapper {
   width:76%;
} */

.post-footer .button-love span.love-text {
	display: none;
}

blockquote {
   background:none;
}

#Top_bar .banner_wrapper img {
   width:750px!important;
   height:76px!important;
   max-height:250px!important;
}

/*div.banner_wrapper img.aligncenter.size-medium.wp-image-6348 {
	width:300px!important;
	height:250px!important;
} */

/* START Tooltip code */
.tooltipi {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltipi .tooltiptexti {
    visibility: hidden;
    width: 800px;
    background-color: black;
    color: #fff;
/*    text-align: center;*/
    border-radius: 6px;
    padding: 5px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltipi:hover .tooltiptexti {
    visibility: visible;
}
/* END Tooltip css code */

.clear {
	clear:both;
}

#wrapper {
    width: 500px;
    /*overflow: hidden;  add this to contain floated children */
}
#first {
    width: 300px;
    float:left; /* add this */
}
#second {
    border: 1px solid green;
    float: left; /* add this */
}

/*.wp-caption a {
    display: inline!important;
}*/

.border {
	border: 1px solid red;
}

.special-box-main {
	margin-bottom:50px;
	display: inline-block;
}

.space {
	margin-bottom:50px;
}

.special-box {
	margin:10px;
	width:409px;
	float:left;
/*	background-color:#3F00FF;
	color:#fff;
	padding:1px;*/
}

.special-box-text h4 {
	color:#fff!important;
}

p.special-box-text {
	font-size:20px;
	height:30px;
/*	padding:10px;*/
}

span.mic {
	font-size:14px;
}

table.clear-table td {
	border-color: rgba(0,0,0,0);
	border-width:0px!important;
}

/* fixed scroll-bar update */
#ascrail2000 {
	width: 15px!important;
}

/* moveable scroll-bar style update */
.nicescroll-cursors {
	width: 15px!important;
/*	background-color: aliceblue!important;*/
	border-radius:0px!important;
	border: 1px solid #3F00FF!important;
	color:#fff!important;
}

/* add clear-text class for text (paragraph) that is squeezed by the image. This will place the text below the image only for mobile devices */
@media only screen and (max-width: 668px) {
    .clear-text {
		clear:both;
		overflow:hidden;
		content: "";
    	display: block;
	}
}

/* remove the 2nd language switcher */
#Top_bar .wpml-languages {
	display:none !important;
}

/* mailchimp sign-up form styling */
#mc_embed_signup{
	clear:left; font:14px Helvetica,Arial,sans-serif; 
}

#mc_embed_signup_scroll h2 {
	text-align:center;
}

/* remove Tag word from RHN */
aside#tag_cloud-5.widget_tag_cloud h3 {
	display: none;
}

/* place caption links on the same level with simple text */
.wp-caption a {
	display: initial!important;
}
