/*
Theme Name: Rounding
Theme URI: https://pluginspoint.com/roundingwp
Author: https://themeforest.net/user/johanspond
Author URI: https://pluginspoint.com
Support: johanspond@gmail.com
Description: Rounding Business WordPress Theme.
Version: 3.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rounding
Domain Path: /languages
Tags: threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.single-main-slider .slider-content {
    display: flex;
    flex-direction: column-reverse;
}

#newsletter_widget-1 .subscribe-btn {background: #24acc4;border: none;color: #fff;margin-top: 15px;padding: 5px 30px;border-radius: 4px;}

#newsletter_widget-1 .wpcf7-email {
    padding: 5px 10px;
    border-radius: 6px;
}
h2 {
    font-size: 25px;
}

h3 {
    font-size: 22px;
}

.team-block {
    display: flex;
    width: 100%;
}

.team-block .mem-box {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.team-block .mem-box img {
    width: 25%;
    border-radius: 100%;
    box-shadow: 7px 7px 0 rgba(0,0,0,0.1);
    border: 7px solid #fff;
}

.team-block .mem-box .text-box-in {
    width: 70%;
    display: flex;
    flex-direction: column;
}

.team-block .mem-box .text-box-in h3 {
    display: flex;
    flex-direction: column;
    font-size: 27px;
    font-weight: 600;
}

.team-block .mem-box .text-box-in h3 small {
    font-size: 20px;
}

@media (max-width: 576px) { 
	.single-main-slider {
		text-align: center;
		height: calc(100vh - 300px);
	}
}
@media (max-width: 360px) { 
	.single-main-slider {
		text-align: center!important;
		height: calc(100vh - 300px)!important;
	}
}