/*
Theme Name: tolino media theme child
Author: Matthias Härlin | motointermedia.com
Author URI: https://motointermedia.com
Description: Child theme tolino theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tolino_theme_child
Template: tolino
*/


@import url("../tolino/style.css");


h1, h2, h3, h4 {
	color: #4698cb;
}

.sow-tabs-panel {
	border-radius: 10px 10px 10px 10px !important;
}

.login-btn {
	text-shadow: 1px 1px 3px #666666;
}

.login-btn:hover {
  background: #eb5a06;
  background-image: -webkit-linear-gradient(top, #eb5a06, #ff904f);
  background-image: -moz-linear-gradient(top, #eb5a06, #ff904f);
  background-image: -ms-linear-gradient(top, #eb5a06, #ff904f);
  background-image: -o-linear-gradient(top, #eb5a06, #ff904f);
  background-image: linear-gradient(to bottom, #eb5a06, #ff904f);
  text-decoration: none;
}

.pt-5, py-5 {
	padding-top: 0 !important;
}

.rund-timeline {
	margin-left: 15px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 20px #d4d4d4;
	-moz-box-shadow: 0px 0px 20px #d4d4d4;
	box-shadow: 0px 0px 20px #d4d4d4;



}

.rund .so-widget-image {
	border-radius: 50%;
	width: 190px !important;
	height: 190px !important;
	-webkit-box-shadow: 0px 0px 20px #d4d4d4;
	-moz-box-shadow: 0px 0px 20px #d4d4d4;
	box-shadow: 0px 0px 20px #d4d4d4;
}

.rund .so-widget-image:hover {
	opacity: 0.5;
}

.no-padding .sow-image-grid-wrapper {
	padding-top: 0px !important;
}

.shadow {
	-webkit-box-shadow: 0px 0px 20px #d4d4d4;
	-moz-box-shadow: 0px 0px 20px #d4d4d4;
	box-shadow: 0px 0px 20px #d4d4d4;
	
}

.sow-submit {
	cursor: pointer !important;
	text-shadow: 1px 1px 3px #666666 !important;
	font-weight: 700 !important;
}

.footer-links a{
	color: #666;
	outline-style: none;
}

.footer-links a:visited{
	color: #666;
	outline-style: none;
}

.footer-links a:focus{
	color: #666;
	outline-style: none;
}

.footer-links a:active{
	color: #666;
	outline-style: none;
}

a:hover {
	text-decoration: none;
	color: #4698cb;
}

a:visited {
	color: #4698cb;
	outline-style: none;
}


a:focus {
	color: #4698cb;
	outline-style: none;
}

