/*
Theme Name: Event First Inconver
Theme URI: http://eventfirst.inconver.com/
Author: Inconver
Author URI: http://inconver.com/
Description: The theme is best used for events. It's Landing page. You need to create a page for the landing page, select "Landing page" template, save this page, fill in all the fields that appear and save again. You also need to fill in the information for the header and footer. This can be done on the Settings -> Reading Settings.
Version: 1.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: event-first-inconver
Tags: one-column

Event First Inconver WordPress Theme © 2011-2018 Inconver
Event First Inconver is distributed under the terms of the GNU GPL
*/

html, body{
	color: #2c2c2c;
}
*{
	transition: 0.3s;
}
a{
	color: #4f6df5;
}
.dropdown-menu a:hover{
	background: #f1f3ff;
	color: #4f6df5;
}
#headers-3{
	background: url(img/block1.jpg) no-repeat center;
	background-size: cover;
	background-position: center;
	position: relative;
	color: #fff;
}
#headers-3:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.34;
	background-color: #000000;
	display: block;
	content: '';
}
.btn{
	background-color: #4f6df5;
	cursor: pointer;
}
.btn:hover{
	background: #4f6df5;
	opacity: 0.9;
}
#features-1{
	color: #2c2c2c;
	background-color: #f7f9fb;
}
p{
	color: #565656;
	opacity: 0.8;
}

.nav-tabs > li > a, .nav-tabs > li > a:focus{
	color: #777777;
	border: 2px solid #777777;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li > a:hover{
	color: #5e79f6;
	border: 2px solid #5e79f6;
}
#testimonials-3{
	background: url(img/block1.jpg) no-repeat center;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
}
#testimonials-3:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	opacity: 0.34;
	background: #000;
}
.with-overlay__content{
	background: none;
	color: #fff;
}
.with-overlay__content p{
	color: #fff;
	opacity: 0.8;
}
.with-overlay__content:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.54;
	background-color: #000000;
	position: absolute;
	left: 0;
	top: 0;
}
#teams-3{
	background-color: #f7f9fb;
}
.card, .prices .card-group > div:first-child .card{
	border: none;
	border-right: 1px solid #f7f7fa;
}
.prices .card-group > div:last-child .card{
	border-right: none;
}
#prices-1 h1{
	color: #4f6df5;
	font-weight: normal;
}
.mb-30{

}
.custom_color{
	color: #4f6df5;
}
.btn-second{
	border: 1px solid #4f6df5;
	background: none;
	color: #4f6df5;
}
#forms-8{
	background: none;
	border-top: 1px solid #f0f1f7;
}
.input-custom{
	border: 1px solid #e7e9f3;
	background-color: #f7f9fb;
	border-radius: 4px;
	padding: 18px;
	color: #2c2c2c;
}
.input-custom.error{
	border-color: red;
}
.input-custom::placeholder{
	color: #565656;
	opacity: 0.8;
}
#footers-16{
	background-color: #2c2c2c;

}
#footers-16 h4{
	color: #fff;
	opacity: .8;
}
#footers-16 .bb{
	border-color: #fff;
}
#footers-16 a{
	color: #fff;
}
#footers-16 a:hover{
	opacity: .8;
}
#contacts-6 a{
	color: #565656;
	opacity: .8;
}
.contacts .baloon::after{
	display: none;
}

#map{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.contacts .baloon{
	top: auto;
	bottom: 10%;
}

button, input{
	outline: none;
}

.post p{
	margin-bottom: 10px;
}

@media(max-width: 577px){
	.card, .prices .card-group > div:first-child .card{
		border: none;
	}
}


.aligncenter{
	text-align: center;
}
.alignleft{
	text-align: left;
}
.alignright{
	text-align: right;
}
.wp-caption{
	margin-bottom: 10px;
}
.wp-caption-text{
	padding: 10px;
}
.gallery-caption{
	margin-top: 10px;
}
.sticky{
	margin-top: 0;
}
.screen-reader-text{
	font-style: italic;
}
.bypostauthor{
	border: 1px solid #ccc;
	padding: 10px;
}

