/*
Theme Name: Exelmedia
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Theme based on Divi 2.0
Author: Exelmedia
Author URI: http://www.exelmedia.pl
Template: Divi
Version: 1.0
*/

@import url("../Divi/style.css");
 
/* =Theme customization starts here
Main Blue	#0a71b4
Main Green	#59a627
------------------------------------------------------- */

/*----
Header
------*/
body.et_fixed_nav.et_secondary_nav_enabled #main-header {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25)!important;
}

.et_nav_text_color_light,
.et_nav_text_color_light #et-secondary-nav a,
.et_nav_text_color_light .et-social-icon a,
.et_nav_text_color_light #et-info a {
	color: #ffffff
}

.et_nav_text_color_light #et-info a:hover,
#et-info-phone:hover,
#et-info-email:hover {
	opacity: 0.7;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#et-waypoint {
	margin-right: 13px;
}

#et-waypoint:before {
	position: relative;
	margin-right: 2px;
	content: "\7d";
	font-family: "ETmodules"!important;
}

@media only screen and (min-width: 1101px) {
	.et_header_style_centered #top-menu  li  a {
		font-size: 16px;
		font-weight: 400;
	}
}

.et_header_style_centered #top-menu li a:hover {
	color: #59a627;
}

.nav ul li a:hover, .et_mobile_menu li a:hover {
	background-color: transparent;
}

#top-menu li li a {
	padding: 5px 0;
	width: 200px;
}


.et-social-rss a.icon:before {
	content: "\e631";
	font-family: 'ETmonarch';
}


/*----
Footer
------*/
#main-footer .bottom-nav li.current-menu-item > a {
	color: #bbbbbb;
}

.bottom-nav a:hover {
	color: #0a71b4;
}

#footer-info-cookie {
	font-size: 12px;
	text-align: center;
	color: #666666;
}

.social-gp {
	float: right;
}

.ex-qual {
	width: 45%;
	margin-left: 10%;
}

.ex-qual:nth-of-type(2n+1){
	margin-left: 0%;
}

#footer-widgets .fwidget {
	max-width: 100%;
}

#footer-bottom {
	background-color: transparent;
}

/*---------
Home Banner
-----------*/
@media only screen and (min-width: 1681px) {
	.ex-home-banner {
		height: 350px;
	}
	
	.ex-home-banner h2 {
		font-size: 42px;
		line-height: 54px;
	}

	.ex-home-banner h3 {
		font-size: 28px;
		line-height: 36px;
	}
}

@media only screen and (max-width: 1680px) and (min-width: 1101px) {
	.ex-home-banner {
		height: 310px;
	}

	.ex-home-banner h2 {
		font-size: 42px;
		line-height: 54px;
	}

	.ex-home-banner h3 {
		font-size: 28px;
		line-height: 36px;
	}
}

@media only screen and (max-width: 1100px) and (min-width: 981px) {
	.ex-home-banner {
		height: 310px;
	}
	
	.ex-home-banner h2 {
		font-size: 36px;
		line-height: 46px;
	}

	.ex-home-banner h3 {
		font-size: 24px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 980px) {
	.ex-home-banner {
		display: none;
	}
}


/*------
Sections
--------*/
.et_pb_section {
	padding: 30px 0;
}

.et_pb_fullwidth_section {
	padding: 0;
}

/*----------------------
Content - Call to Action
------------------------*/
/*.ex-cta .et_pb_row:nth-of-type(n+2) {
	padding-top: 0;
}*/


/*--------------------
Content - Image Center
----------------------*/
img.ex-center {
	display: block;
	margin: 0 auto;
}


/*-------------
Content - Blurb
---------------*/
.et_pb_blurb h4 a {
	color: #0a71b4;
}

.et_pb_blurb a .et-pb-icon:hover,
.et_pb_blurb h4 a:hover {
	color: #59a627!important;
}

.et_pb_blurb a img:hover {
	opacity: 0.8;
}


/*-------------------
Content - Testimonial
---------------------*/
/*.et_pb_testimonial.et_pb_bg_layout_dark,
.et_pb_testimonial.et_pb_bg_layout_dark:before,
.et_pb_testimonial.et_pb_bg_layout_light,
.et_pb_testimonial.et_pb_bg_layout_light:before {
	background-color: rgba(0, 0, 0, 0.1)!important;
}*/


/*------------------
Content - Blog&Posts
--------------------*/
.et_pb_post h2 a,
.et_pb_portfolio_item h3 a {
	color: #0a71b4;
}

.et_pb_post h2 a:hover,
.et_pb_portfolio_item h3 a:hover {
	color: #59a627;
}


/*----------------------
Content - Contact Form 7
------------------------*/
.wpcf7-form  p {
	overflow: hidden;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
	width: 100%;
	border: 1px solid #0a71b4;
	padding: 10px;
	box-sizing: border-box;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus {
	border-color: #59a627;
	background-color: #eeeeee;
}

.wpcf7-form img.wpcf7-captchac {
	width: 114px;
	height: 38px;
	border: 1px solid #0a71b4;
	float: left;
	margin-right: 10px;
}

.wpcf7-form input.wpcf7-captchar {
	float: left;
	width: 100px;
}

.wpcf7-form input[type="submit"] {
	background-color: #0a71b4;
	border: none;
	color: #ffffff;
	cursor: pointer;
	width: 110px;
	height: 40px;
}

.et_section_specialty .et_pb_column_1_3 .wpcf7-form input[type="submit"] {
	width: 100%;
}

.et_pb_bg_layout_dark .wpcf7-form input[type="submit"] {
	border: 2px solid #ffffff;
	background-color: rgba( 255, 255, 255, 0 );
}

.wpcf7-form input[type="submit"]:hover {
	background-color: #59a627;
}

.et_pb_bg_layout_dark .wpcf7-form input[type="submit"]:hover {
	background-color: rgba( 255, 255, 255, 0.2 );
}

/*----------
Slider About
------------*/
.ex-slider-about .et_pb_slide_description h2,
.ex-slider-about .et_pb_slide_description p {
	background-color: rgba(255, 255, 255, 0.75);
}


/*---------------------
Content - Pricing Table
----------------------*/
@media only screen and (min-width: 981px) {
	.et_pb_column_1_2 .et_pb_pricing_table {
		width: 100%;
	}
}


/*--------
NewsLetter
----------*/
#newsletter {
	position: fixed;
	top: 205px;
	right: -260px;
	width: 300px;
	display: none;
	z-index: 99999;
}

@media only screen and (min-width: 981px) {
	#newsletter {
		display: block;
	}
}

.admin-bar #newsletter {
	top: 240px;
}

#newsletter .newsletter-label {
	float: left;
	width: 40px;
	height: 164px;
	cursor: pointer;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}

#newsletter .newsletter-label img {
	display: block;
}

#newsletter #mc_embed_signup {
	width: 260px;
	box-sizing: border-box;
	float: left;
	clear: none;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
	background-color: #ffffff;
}

#newsletter #mc_embed_signup .mc-field-group {
	padding: 0 0 10px 0;
	width: 100%;
}

#newsletter #mc_embed_signup h2 {
	font-size: 18px;
}

#newsletter #mc_embed_signup form {
	padding: 10px;
}

#newsletter #mc_embed_signup .mc-field-group input {
	box-sizing: border-box;
	padding: 5px 0;
}

#newsletter #mc_embed_signup div.mce_inline_error {
	margin: 0;
}

#newsletter #mc_embed_signup .button {
	border-radius: 0;
	width: 100%;
}


/*-------
SocialBar
---------*/
#social-gp,
#social-fb {
	position: fixed;
	left: -250px;
	display: none;
	width: 290px;
	box-sizing: border-box;
	background-color: #ffffff;
}

#social-gp {
	top: 205px;
}

#social-fb {
	top: 255px;
}

@media only screen and (min-width: 981px) {
	#social-gp,
	#social-fb {
		display: block;
		background-color: transparent;
	}
}

.admin-bar #social-gp {
	top: 240px;
}

.admin-bar #social-fb {
	top: 290px;
}

#social-bar .social-label {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #ffffff;
	float: left;
}

#social-bar .social-label span {
	display: none;
}

#social-gp .social-label {
	background-color: #dd5044;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}

#social-fb .social-label {
	background-color: #3a5795;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}

#social-bar .gp-container ,
#social-bar .fb-container {
	width: 250px;
	box-sizing: border-box;
	float: left;
	min-height: 40px;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
	padding: 5px;
	background-color: #ffffff;
}


/*-----------------
Semforge RightPanel
------------------*/
#shop {
	position: fixed;
	top: 205px;
	right: -200px;
	width: 274px;
	height: 340px;
	display: none;
	z-index: 99999;
}

@media only screen and (min-width: 981px) {
	#shop {
		display: block;
	}
}

.admin-bar #shop {
	top: 240px;
}

#shop .shop-label {
	float: left;
	width: 34px;
	height: 200px;
	cursor: pointer;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}

#shop .shop-label img {
	display: block;
}

#shop .shop-content {
	width: 240px;
	height: 340px;
	box-sizing: border-box;
	padding: 10px 15px;
	float: left;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
	background-color: #ffffff;
}

#shop .shop-content p {
	font-size: 16px;
	padding-bottom: 0;
	text-align: center;
}

#shop .shop-content p a {
	font-weight: 700;
	color: #ea272e;
	font-size: 18px;
}

#shop .shop-content img {
	width: 160px;
	margin: 10px auto 0 auto;
	display: block;
}

/*------------------
Newsletter Mailchimp
--------------------*/
#mce-FNAME,
#mce-EMAIL {
	width: 100%;
	max-width: 100%;
	background-color: #fff;
	border: 1px solid #bbb;
	padding: 2px;
	color: #4e4e4e;
	box-sizing: border-box;
}

#mc-embedded-subscribe {
	width: 100%;
	max-width: 100%;
	color: #666;
	background-color: #ddd;
	padding: 5px 0;
	border: none;
	margin-top: 5px;
	cursor: pointer;
}


/*---------
Szukajka :)
-----------*/
.widget_search #s {
	padding-top: 4px!important;
}

/*-------
Partnerzy
---------*/
#partners {
	background-color: #eeeeee;
}

#partners ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#partners ul li {
	color: #ffffff;
	float: left;
	text-align: center;
	width: 18%;
	box-sizing: border-box;
	margin-right: 2.5%;
	padding: 15px 0;
}

@media (max-width: 980px) {
	#partners ul li {
		width: auto;
		margin: 0;
		float: none;
	}
	
	#partners ul li img {
		margin: 0 auto;
	}
}

#partners ul li:last-of-type {
	margin-right: 0;
}

#partners ul li a {}

#partners ul li img {
	display: block;
}

/*---
Flags
-----*/
#et-secondary-nav .lang {
	margin-right: 5px;
}

#et-secondary-nav .lang-pl {
	margin-left: 15px;
}

/*-------------
Exelmedia Promo
---------------*/
#exelmedia-promo {
	
}

#exelmedia-promo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#exelmedia-promo ul li {
	color: #ffffff;
	float: left;
	text-align: center;
	width: 18%;
	box-sizing: border-box;
	margin-right: 2.5%;
	padding: 15px 0!important;
	margin-bottom: 0!important;
}
#exelmedia-promo ul li:before {
	display: none;
}

@media (max-width: 980px) {
	#exelmedia-promo ul li {
		width: auto;
		margin: 0;
		float: none;
	}
	
	#exelmedia-promo ul li img {
		margin: 0 auto;
	}
}

#exelmedia-promo ul li:last-of-type {
	margin-right: 0;
}

#exelmedia-promoli ul a {}

#exelmedia-promo ul li img {
	display: block;
}

/*------------
Footer - VCard
--------------*/
.vcard {
	padding-left: 25px;
	line-height: 1.4;
}

.vcard .org {
	margin-left: -25px;
}

.vcard .margin {
	margin-bottom: 15px;
}

.vcard .adr:before {
	left: 0;
	position: absolute;
    content: "\e01d";
    font-family: "ETmodules"!important;
	color: #0a71b4;
}

.vcard .tel:before {
	left: 0;
	position: absolute;
    content: "\e090";
    font-family: "ETmodules"!important;
	color: #0a71b4;
}

.vcard .email:before {
	left: 0;
	position: absolute;
    content: "\e076";
    font-family: "ETmodules"!important;
	color: #0a71b4;
}

.vcard .open:before {
	left: 0;
	position: absolute;
    content: "\7d";
    font-family: "ETmodules"!important;
	color: #0a71b4;
}

/*----------------
Footer Widget Menu
------------------*/
#footer-widgets .footer-widget li {
	margin-bottom: 0;
}

/*----------------------
Exelmedia Pricing Tables
------------------------*/
.page-id-2819 table {}

.page-id-2819 table thead {
    background-color: #0a71b4;
}

.page-id-2819 table thead th,
.page-id-2819 table thead td {
	padding: 10px;
	color: #ffffff;
	border: 1px solid #0a71b4;
	text-align: center;
	border-left-color: #ffffff;
	border-right-color: #ffffff;
}

.page-id-2819 table thead th:first-of-type,
.page-id-2819 table thead td:first-of-type {
	border-left-color: #0a71b4;
}

.page-id-2819 table thead th:last-of-type,
.page-id-2819 table thead td:last-of-type {
	border-right-color: #0a71b4;
}

.page-id-2819 table tbody {}

.page-id-2819 table tbody tr {
	border: 1px solid #dddddd;
}

.page-id-2819 table tbody tr:first-of-type {
	border-top: none;
}

.page-id-2819 table tbody th,
.page-id-2819 table tbody td {
	padding: 10px;
	border: 1px solid #dddddd;
}

.page-id-2819 table tbody th {
	text-align: left;
}

.page-id-2819 table tbody td {
	text-align: center;
}

.page-id-2819 table .table-button {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	color: #59a627;
	position: relative;
	padding: 0.2em 0.8em;
	border: 2px solid #59a627;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: transparent;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4em !important;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.page-id-2819 table .table-button:hover {
	background-color: #59a627;
	color: #ffffff;
}

.page-id-2819 table i {
	font-style: normal;
	font-size: 24px;
	font-weight: 700;
}

.page-id-2819 table i span {
	display: none;
}

.page-id-2819 table .et-check:before {
	position: relative;
	margin-right: 2px;
	content: "\52";
	font-family: "ETmodules"!important;
	color: #59a627;
}

.page-id-2819 table .et-minus:before {
	position: relative;
	margin-right: 2px;
	content: "\51";
	font-family: "ETmodules"!important;
	color: #ed1c24;
}