/*
Theme Name: The Cyprus Advantage
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Custom-Header, Custom-Menu, editor-style, featured-images, post-formats
This theme, like WordPress.
*/
.tts-btn {
    width:95px;
    padding: 5px 10px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    transition: 0.3s;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.tts-btn.play { background-color: #4CAF50; }   /* Green */
.tts-btn.stop { background-color: #F44336; }   /* Red */

.dnone {
    display: none !important;
}
.bgdwht{background-color: #FFF !important;}
.fntcolwht{color:#FFF !important;}
.blpostin > .elementor-widget-wrap {
	flex-wrap: wrap;
	display: flex;
	gap: 30px;
}

@media screen and (max-width: 767px) {
    .postMeta li#speechbtnstop {
        margin-left: 0;
    }
    .tts-btn {
    	padding: 5px 5px;
    	font-size: 12px;
    }
     .bpText h3 br {display: none;}
}

.commonblog {
    padding: 50px 0;
}

.commonbnr p{
    color: #FFAD06;
}
.commonbnr h2,
.commonbnr h1{
    color: #FFF;
}

.commonbnr .bgImg{
    background-color: #000;
}
.commonbnr .bgImg img{
    opacity: 0.5;
}

.commonbnr .callBtn {
    margin: 40px 0 0 0;
}
