/*
Theme Name: ITMB Pitch
Author: Robert Sołkiewicz
Template: pitch
*/

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

/* Fonts
-------------------------------------------------------------- */

@import url("http://fonts.googleapis.com/css?family=Lato:400,700,900,400italic");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,latin-ext");

/* =General 
-------------------------------------------------------------- */

body {
	background-color: #fff;
	font: 15px/1.4 "Lato", sans-serif !important;
	color: #34495E;
}

a {
	color: #16A085;
	text-decoration: none;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
	
a:hover {
	color: #1ABC9C;
	text-decoration: underline;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

h1, h2, h3, h4, h5 {
	font-family: "Open Sans", sans-serif !important;
	font-weight: 300;
	color: #34495E !important;
}

sup {
	vertical-align: super;
	font-size: 10px;
}

#container {

}

.col50 {
	width: 48%;
}

.margin-right {
	padding-right: 22px;
}
	
.left {
	float: left;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

/* =Logo 
-------------------------------------------------------------- */

#logo {
	margin: 15px 0 0;
}

#logo .container {
	padding-bottom: 10px;
}

#logo-link {
	width: 220px;
	border: 1px solid #fff;
	float: left;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s linear;
}

#logo-link:hover {
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s linear;
}

#logo-img {
	float: left;
}

#logo-home-img {
	width: 32px;
	height: 32px;
	opacity: 0;
	margin-top: 17px;
	margin-right: 15px;
	background: url('./images/home32.png');
	float: right;	
	-webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

#logo-link:hover > #logo-home-img {
	opacity: 0.25;
	-webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}


/* =Main Menu 
-------------------------------------------------------------- */
#mainmenu {
	margin: 10px 0;
	float: right;
}

#mainmenu * {
	font-family: "Open Sans", sans-serif !important;
	color: #fff;
	font-size: 18px !important;
	font-weight: 400 !important;
	
	font-size: 22px !important;
}

#mainmenu .current-menu-item a {
	color: #1ABC9C !important;
}

ul#mainmenu-menu {
	border: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #2C3E50;
	
	background: #FFFFFF;
}

ul#mainmenu-menu li.menu-item {
	border: none;
}

ul#mainmenu-menu li.menu-item a {
	color: #FFFFFF;
	color: #2C3E50;
	height: auto;
	padding: 10px 20px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	
	border-bottom: 3px solid #FFFFFF;
}

ul#mainmenu-menu li.menu-item a:hover {
	color: #1ABC9C;
	background: none;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	
	border-bottom: 3px solid;
}


/* = breadcrumbs
-------------------------------------------------------------- */

#breadcrumbs {
	font-size: 14px !important;
	background: #ECEFF1;
}

/* =Slider 
-------------------------------------------------------------- */

#newslider {
	margin: 0 0 15px 0;
}

/* =Call To Action 
-------------------------------------------------------------- */

#call-to-action .container {
	border-radius: 8px;
	-webkit-border-radius: 8px;
}

#call-to-action h3 {
	font-size: 26px;
	font-weight: 300;
	color: inherit;
}

#call-to-action a {
	background: #3498DB;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 5px;
	color: #FFF;
	font-size: 17px;
	font-family: inherit;
	font-style: normal;
	margin-top: -23px;
	padding: 12px 50px;
	text-decoration: none;
	text-shadow: none;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#call-to-action a:hover {
	background: #5DADE2;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

/* =Feature List 
-------------------------------------------------------------- */

#site-features {
	margin-top: 35px;
	margin-bottom: 35px;
}

#site-features .feature {
	padding-bottom: 35px;
}

#site-features .feature .icon {
	background: url('images/done.png') no-repeat !important;
}

#site-features .feature h3  {
	color: #16A085 !important;
	font-family: inherit;
	font-weight: 700 !important;
	font-size: 20px !important;
	padding: 0;
}

#site-features .feature h3 a {
	font-weight: inherit;
	color: #16A085 !important;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#site-features .feature h3 a:hover {
	color: #1ABC9C !important;
	text-decoration: underline;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#site-features .feature p {
	color: inherit;
	font-size: inherit;
}

/* =Home Loop 
-------------------------------------------------------------- */

.home-loop {
	margin: 35px 0;
}

.home-loop h3 {
	font-weight: 300;
	font-size: 28px;
}

.home-loop h4 {
	font-size: 18px !important;
	color: inherit !important;
	font-weight: 400 !important;
}

.home-loop .post-list li.post a:hover {
	text-decoration: underline;
}

.home-loop p {
	color: inherit !important;
	font-family: inherit !important;
	font-size: 14px !important;
	line-height: 20px !important;
}


/* =Sidebar 
-------------------------------------------------------------- */

#sidebar {
	width: 280px;	
	float: right;
	word-wrap: break-word;
	border-left: 1px solid #E2E2E2;
	padding-left: 20px;
}

/* =Project 
-------------------------------------------------------------- */
#projects .project .wrapper {
	border-radius: 8px;
	overflow: hidden;
}

#projects .project a.image {
	border-radius: 8px;
	overflow: hidden;
}

#projects .project .overlay {
	border-radius: 8px;
	overflow: hidden;
}

#projects .project:hover .overlay {
	border-radius: 8px;
	opacity: 0.25;
}

#project-info {
	color: inherit !important;
	font-family: inherit !important;
}

#project-info h1 {
	font-size: 30px !important;
	font-weight: 300 !important;
}

#project-info .excerpt {
	color: inherit !important;
	font-family: inherit !important;
	font-size: 14px !important;
}

#projects .project .info h3 {
	color: #fff !important;
}

/* =Posts
-------------------------------------------------------------- */

#post-single {
	margin: 20px 0;
}

.entry-content {
	color: inherit;
}

.entry-content a {
	color: #16A085;
}

.entry-content a:hover {
	color: #1ABC9C;
}

.entry-content strong, .entry-content b {
	color: inherit;
}

#post-single h1.post-title {
	font-weight: 300;
	font-size: 30px;
}

#post-single.type-project #project-images img {
	border-radius: 8px;
}

table.products-table {
	border-width: 1px;
	border-spacing: 0px;
	border-color: none;
	border-collapse: collapse;
	font-size: 12px;
	line-height: 1.1em;
}

table.products-table th {
	border-top-width: 0;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-style: solid;
	padding: 5px;
	background-color: #34495E;
	color: #ffffff;
	font-weight: bold;
	border-color: #ffffff;
	vertical-align: middle;
}

table.products-table th:first-child {
	border-left-width: 0;
}

table.products-table th:last-child {
	border-right-width: 0;
}


table.products-table td {
	border-width: 1px;
	padding: 5px;
	border-bottom-style: solid;
	background-color: white;
	vertical-align: middle;
	border-color: #E2E2E2;
}

table.products-table td.code {
	font-weight: bold;
}

table.products-table td.name {
	text-align: center;
}

table.products-table tfoot td {
	font-weight: bold;
	text-align: center;
	border-bottom: 0;
}
/* =Footer
-------------------------------------------------------------- */

#footer {
	background: #ECEFF1;
	color: #95A5A6;
	padding-top: 0;
	padding-bottom: 0;
}

#footer .pointer {
	background: none !important;
}

#footer li.widget {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 40px;
}

#footer li.widget h2.widgettitle {
	font-size: 24px;
}

#footer li.widget a {
	color: #CFF3EC;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#footer li.widget a:hover {
	color: #fff;
	text-decoration: underline;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#footer .widget_text .widgettitle {
	color: #7F8C8D !important;
}

#footer .widget_text .textwidget {
	font-size: 15px;
	line-height: 22px;
	color: #95A5A6 !important;
}

#footer .widget_nav_menu {
	background: #1ABC9C;
	color: #CFF3EC;
	width: 20% !important;
	padding-left: 40px !important;
	padding-right: 40px !important;
}

#footer .widget_nav_menu h2 {
	color: #fff !important;
}

#footer .menu li:first-child {
	border-top: none;
}

#footer .menu li {
	border-top: 1px solid #1BC6A5;
	line-height: 19px;
	padding: 6px 0;
	font-size: 15px;
}

/* =Copyright
--------------------------------------------------- */

#copyright {
	background: #2C3E50;
}

/* =Sidebar 
------------------------------------------------------ */

#sidebar .widget h2.widgettitle {
	color: #F39C12 !important;
	font-size: 20px;
	font-weight: 700;
}

#sidebar strong, b {
	font-weight: bold;
}

#sidebar .widget a {
	color: #16A085;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#sidebar .widget a:hover {
	color: #1ABC9C;
	text-decoration: underline;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

/* =Google Maps
-------------------------------------------------------- */
.pgm img,
.pronamic_google_maps_widget img {
	max-width: none;
}

.map-container {
	clear: both;
	padding-top: 40px;

}

/* =Machines support 
--------------------------------------------------------- */

.machina-title {
    margin-bottom: 20px;
    width: 100%;
}

.machina-title h2 {
	  border-bottom: 1px solid #e2e2e2;
    color: #F39C12 !important;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px;
}

.machina-image {
    display: block;
    float: left;
    width: 160px;
}

.machina-body {
    margin-bottom: 40px;
}

.machina-body {
    width: 100%;
}

.machina-content {
	  display: block;
    float: left;
		width: 460px;
}

.machina-content h3 {
	  border: none;
    font-size: 18px;
    font-variant: small-caps;
    font-weight: 600;
		margin: 0;
}

.machina-opis {
	  border: none !important;
    color: #34495E !important;
    font-size: 14px !important;
    line-height: 22.5px !important;
    padding-left: 40px !important;
}

.machina-spec {
    border: none !important;
		color: #34495E !important;
		font-size: 14px !important;
    line-height: 22.5px !important;
    padding-left: 40px !important;
}

.machina-conditions {
    border: none !important;
		color: #34495E !important;
		font-size: 14px !important;
    line-height: 22.5px !important;
    padding-left: 40px !important;
}

.machina-price {
    text-align: right;
    margin-top: 30px;
}

.price-name {
    color: #F39C12 !important;
    font-weight: 800;
    margin-right: 20px;
    text-transform: uppercase;
}

.price-value {
    font-size: 20px;
    font-weight: 800;
    padding: 5px 10px;
    background: #e2e2e2;
}