/*
Theme Name: myeleganto
Description: ChildTheme Eleganto
Author: KJSz
Template: eleganto
*/

@import url('../eleganto/style.css');

p {
	font-size: 18px;
}

li {
	font-size: 18px;
}
.custom-logo {
	width: 300px !important;
}

.item blockquote p:after {
    content: "\f10e";
    font-family: 'Fontawesome';
    float: right;
    margin-right: 10px;
}


.logo-background {
	  background-color: rgba(102, 102, 102, 0.4);
}

.title a{
	font-size: 2em;
	font-weight: bold;
}

.mini-img {
	width: 300px;
	height: 200px;
}

mini-img:hover {
	background-color: black;
}

.readmore {
	border-color: #3d78b0;
	color: #3d78b0;
	border-radius: 14px;
	padding: 5px;
	font-size: 16px;
}

.article-content {
	padding-bottom: 20px;
}

label {
	font-size: 0.8em;
}

.footer-eleganto {
	font-size: 14px;
}

.owl-carousel {
    text-transform: none;
}

.intro-about {
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 2px 2px 3px rgb(58, 58, 58);
    padding-top: 80px;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.intro-about h2 {
    font-size: 72px;
    line-height: 90px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.btn-default, input[type="submit"], button, a.comment-reply-link {
	font-size: small;
}

@media screen and (max-width: 768px) {
	.intro h2  {
		font-size: 40px;
	}
	.intro-about h2 {
		font-size: 40px;
	}
	
	.section h4 {
		font-size: 30px;
		line-height: 45px
	}
		
}