/*!
Theme Name: Soft Care
Author: Web Wide Media
Author URI: https://webwidemedia.net
Description: This theme is designed for  Soft Care.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: softcare
Tags: custom-background, custom-logo, custom-menu, featured-images, 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.

Soft Care is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Flex row Css
=================================================*/
.flex-row {
	display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.flex-column {
	display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	-ms-flex-line-pack: start;
        align-content: start;

}
.flex-space-between {
	-ms-flex-line-pack: justify;
        align-content: space-between;
}

@media screen and (max-width:767px) {
	
	.tp-simpleresponsive img {
		max-width: 100% !important;
	}

	.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
}

@media screen and (max-width:1500px) {
	.sf-banner-paragraph {
		width:35% !important;
	}
}

@media screen and (max-width:1335px) {
	
	.sf-banner-heading {
		
	}
	.sf-banner-paragraph {
		margin-top: 20px !important;
	}
	
}

@media only screen and (max-width: 1335px) and (min-width: 320px)  {
	.banner-btn {
		font-size: 15px !important;
		padding: 5px 0px !important;
		min-width: 130px !important;
		margin-top: 45px !important;
	}
} 

@media screen and (max-width:1159px) {
	
	.sf-banner-heading {
		font-size: auto !important;
	}
	
}

.tp-banner{
	height:750px !important;
	background: rgba(6,41,52,0.9);
}
@media screen and (max-width:767px){
	.tp-banner-container .current-sr-slide-visible .tp-caption{
		width:46% !important;
	}
	.tp-banner{
		height:430px !important;
	}
}
@media screen and (max-width:640px){
	.tp-banner-container .current-sr-slide-visible .tp-caption{
		width:50% !important;
	}
	.tp-banner{
		height:360px !important;
	}
}
@media screen and (max-width:540px){
	.tp-banner-container .current-sr-slide-visible .tp-caption{
		width:98% !important;
		text-align:center;
	}
	.tp-banner-container .current-sr-slide-visible .tp-caption.heading{
		font-size:20px !important;
		    width: 80% !important;
			text-align: center;
			left: 10% !important;
			top:50px !important;
	}
	.tp-banner-container .current-sr-slide-visible .tp-caption.paragraph{
		font-size:14px !important;
		line-height:normal !important;
	}
	.tp-banner-container .current-sr-slide-visible .tp-caption.button{
		
	}
	.tp-banner{
		height:310px !important;
	}
	.tp-banner-container .current-sr-slide-visible .tp-caption img {
		display: none;
	}
}
@media screen and (max-width:480px){
	.tp-banner{
		height:290px !important;
	}
}