/*
Theme Name:     Theratio Child
Theme URI:      http://wpdemo.archiwp.com/theratio/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       theratio
*/

@import url("../theratio/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

.first input{
	width:30%;
}

#site-footer .vertical-main-navigation ul > li > a {line-height:26px; }

.vertical-main-navigation > ul > li {
	padding: 0 0 !important;
}

div.heateor_sss_follow_ul, div.heateor_sss_sharing_ul {
	display: flex !important;
    flex-direction: column !important;
	gap:3px;
}
.heateor_sss_sharing_container{
	position:fixed !important;
	top:150px !important;
	right:0px !important;
	z-index:9999;
}
.heateorSssPullOut{
	display:none;
}
.heateor_sss_more{
	display:none !important;
}


.cnss-social-icon{
	    position: fixed;
    top: 37%;
    right: 5px;
    z-index: 9999;
    /* border-radius: 8px; */
    border-radius: 10px !important;
}
.cnss-whatsapp,.cnss-facebook,.cnss-instagram{
	border-radius:5px !important;
}


@media (min-width: 769px) and (max-width: 992px){
	sr7-mask, sr7-bg, sr7-bg canvas, sr7-module,sr7-content{
	height:550px !important;
/* 	border: thin solid blue; */
/* 	display:none !important; */
}
}


@media (min-width: 481px) and (max-width: 768px){
	sr7-mask, sr7-bg, sr7-bg canvas, sr7-module,sr7-content{
	height:450px !important;
/* 	border: thin solid yellow; */
/* 	display:none !important; */
}
}

/* Agar pura image responsive mein dikhana ho to */
@media (max-width:480px){
	sr7-mask, sr7-bg, sr7-bg canvas, sr7-module,sr7-content{
	height:250px !important;
/* 	border: thin solid red; */
/* 	display:none !important; */
}
}


.wps-team--thumbnail-shad .team-member--thumbnail{
	display:none;
}