/*
Theme Name: The7

Adding support for language written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

http://codex.wordpress.org/Right_to_Left_Language_Support

*/

/* GENERAL */
	.branding a img, .branding img {max-height: 70px;}
	
	.download-btn, .download-btn:hover {text-transform: uppercase; color: #fff; font-family: IranSansX; font-size: 14px; display: block; align-content: center; text-align: center; line-height: 1.6em; min-width: 140px; min-height: 40px;}
	.download-btn::before {content:'';
    /*background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="a" fill="white" xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128"><path d="m123.963,68.4395c-.4541,2.0068-.7694,4.0574-1.3852,6.0133-3.6291,11.5252-14.3358,19.4079-26.4243,19.5203-3.124.029-6.2485.016-9.3726.0041-2.3755-.0091-4.0646-1.5915-4.0547-3.7645.0099-2.177,1.6894-3.6955,4.086-3.7327,3.9794-.0617,7.9851.1234,11.9322-.2713,8.8409-.8843,16.4593-8.6443,17.4977-17.4619,1.1288-9.5855-3.4895-17.8031-12.2708-21.8342-1.9338-.8877-2.6201-2.0045-2.5476-4.1453.5385-15.8885-11.1071-29.3215-26.8716-30.9962-16.1786-1.7187-31.0201,10.1435-32.8441,26.2509-.3202,2.8278-2.002,4.031-5.1241,3.6636-6.5601-.7719-12.4713.8956-17.3845,5.2624-7.1419,6.3476-9.6083,14.3914-6.8448,23.5259,2.7462,9.0772,9.199,14.3362,18.6122,15.7756,1.7618.2694,3.5806.2178,5.3734.2241,6.678.0237,13.3561.0013,20.0341.0158,1.7631.0038,3.111.9932,3.6515,2.5871.5044,1.4876.067,3.1692-1.2659,4.0611-.6752.4518-1.571.8008-2.3697.8061-7.8882.0527-15.7799.1577-23.665-.012-13.7983-.297-26.0952-11.1454-28.2724-24.7322-2.6235-16.3721,7.4005-31.1211,23.5733-34.5773,2.1592-.4614,4.3983-.5484,6.5329-.8009.8477-2.4399,1.5089-5.0321,2.6168-7.4169,5.9565-12.8213,15.9952-20.2118,30.0028-22.1965.2648-.0375.5207-.1373.7808-.208,2.3433,0,4.6865,0,7.0298,0,.7974.1462,1.5919.3115,2.3928.4358,17.5909,2.7317,30.9485,17.7863,31.5454,35.593.024.7162.2588,1.0939.8713,1.4491,6.6156,3.8359,10.9856,9.4533,13.1005,16.7933.4718,1.6373.7153,3.3403,1.064,5.0131v5.1552Z"/><path d="m67.7254,111.117v-1.5597c0-18.6679-.002-37.3357.0083-56.0036.0004-.6558.0251-1.3405.2081-1.9617.4994-1.6948,2.1202-2.739,3.8608-2.5881,1.747.1515,3.2096,1.5775,3.3942,3.3398.0486.4641.0253.9363.0253,1.4048.001,18.6288.0008,37.2576.0008,55.8864v1.4656c.4526-.4155.736-.6575.9989-.92,2.4602-2.4554,4.9061-4.9251,7.3782-7.3683,1.6652-1.6457,3.9046-1.7183,5.4431-.2211,1.5759,1.5336,1.5284,3.8251-.1639,5.5244-4.8503,4.8703-9.7086,9.7327-14.5815,14.5804-1.7673,1.7581-3.9014,1.7338-5.6854-.044-4.8411-4.8243-9.6727-9.6581-14.4979-14.4982-1.7121-1.7174-1.795-3.9644-.2406-5.5223,1.5537-1.5573,3.8042-1.4777,5.5237.2263,2.4411,2.4191,4.8634,4.8572,7.2959,7.285.269.2685.5525.5226,1.032.9744Z"/></svg>');*/
    background-size: cover; color: white; margin-right: 10px; width: 16px; height: 16px; display: inline-block; vertical-align: middle;}

/*Elementor*/
    .elementor-button .elementor-button-content-wrapper, .elementor-form .elementor-button>span {flex-grow:0 !important;}
    
/* Music Players */
	.tp-audio-player-wrapper .tp-player {padding: 10px 15px;}
	.tp-player {direction: ltr;}

	.ai-wrap {background-color: #000; direction: ltr; text-align: left;}
	.ai-wrap .ai-track:hover, .ai-wrap .ai-track.ai-track-active, .ai-wrap .ai-audio-control, .ai-wrap .ai-volume-bar.ai-volume-bar-active::before, .ai-wrap .ai-scroll-wrap>div:last-child div, .ai-wrap .ai-track-progress {background-color: #f00 !important;}

/* Scrollbar */
	/* width */
	::-webkit-scrollbar {width: 7px;}

	/* Track */
	::-webkit-scrollbar-track {background: #fff; box-shadow: inset 0 0 5px #c5c5c5;}
 
	/* Handle */
	::-webkit-scrollbar-thumb {background: #000;}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {background: #f00;}

/* WPML */
	.wpml-ls-legacy-list-horizontal a {line-height: 0 !important;}