/*
Theme Name: Coinflip Child
Theme URI: https://coinflip.modeltheme.com/
Template: coinflip
Author: ModelTheme
Author URI: http://modeltheme.com/
Description: Casino Affiliate WordPress Theme
Version: 1.0
Text Domain: coinflip
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post
*/
/* Theme customization starts here
------------------------------------------------------- */
a.popup-vimeo-youtube {
    display: block;
}

a.popup-vimeo-youtube .buton_image_class {
    width: 80px;
    margin-right: 30px;
}
/* @media only screen and (max-width: 768px) {
	.single .casino-header {
		display: none;
	}
} */
.to-toggle.toggled{
  height: auto;
}
.to-toggle {
    height: 435px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: all 240ms ease-in-out;
    -webkit-transition: all 240ms ease-in-out;
}

.read-more-container.toggled {
    position: unset;
    background: transparent;
    padding: 0;
    margin: 0;
    width: auto;
    display: inline-block;
}
.read-more-container.toggled span.hide-description {
    display: inline-block;
}
.read-more-container .button {
    font-size: 0.7em;
    text-transform: none;
}
.read-more-container.toggled span.show-description,
.read-more-container span.hide-description {
    display: none;
}
.read-more-container .button.read-more {
    margin: 0;
}
.read-more-container {
    background: #212D2C;
    padding: 30px 0 0;
    margin: 0 auto;
    z-index: 2;
    left: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
    top: 370px;
    margin: 0 15px;
}
.shop-container {
    position: relative;
}
.read-more-container span {
    color: #fff;
    font-weight: 600;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
}
