/*
Theme Name: Izoglass
Theme URI: http://izoglass.ro
Author: Cart Generation
Author URI: http://cartgeneration.ro
Description: Combination of Automattic´s _s theme and Bootstrap SASS. Made as a solid starting point for your next theme project and WordPress website. Including Font Awesome support, build-in widget slider and much more you need for basic websites.
A developer version (with Gulp/node and SASS sources) is available on github: https://github.com/holger1411/understrap
Version: 0.3.9.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: izoglass
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
UnderStrap is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
Owl Carousel 2: http://www.owlcarousel.owlgraphic.com/ | https://github.com/smashingboxes/OwlCarousel2/blob/develop/LICENSE (Code licensed under MIT)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL;

*/

/*This file is just used to identify the theme in WordPress. The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in this folder: /sass/

...and no go out and play!
*/

/* Colors

#27AAE1 - albastru
#626566 - gri
#0dbd59 - verde

*/

/* Hide things */
.widget-area .heateor_sss_sharing_container {
	display: none;
}

/* General */
body {
	color: #626566;
	
	-webkit-transition: 1.1s ease-in;
	-moz-transition: 1.1s ease-in;
	-o-transition: 1.1s ease-in;
    transition: 1.1s ease-in;
}

a {
	color: #27AAE1;
}

a:active,
a:focus,
a:hover {
	color: #27AAE1;
}

/* Buttons */
.btn-primary {
    background-color: #27AAE1;
    border-color: 27AAE1;
	border-radius: 0;
}
.izo-btn {
	min-width: 120px;
    min-height: 50px;
    border: none;
	border-radius: 0;
	
	-webkit-transition: .1s ease;
	-moz-transition: .1s ease;
	-o-transition: .1s ease;
    transition: .1s ease;
}
.izo-btn.btn-dark {
	color: #fff;
	background-color: #0dbd59;
}
.izo-btn.btn-light {
	color: #27AAE1;
	background-color: #fff;
}

.izo-btn:hover,
.izo-btn:active,
.izo-btn:focus {
	-webkit-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.9);
	box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.9);
}

/* Form */
.wpcf7-form-control-wrap.your-file {
    width: 100%;
    height: 33px;
    display: block;
    background: transparent;
    cursor: pointer;
	border: 1px solid #ccc;
    border-radius: 4px;
}

.wpcf7-form-control-wrap.your-file:after {
    content: "Incarca CV";
    position: absolute;
    top: 5px;
    left: 12px;
    color: #8f8f8f;
}

div.wpcf7 input[type="file"] {
    opacity: 0;
    cursor: pointer;
}

.form-control {
	border-radius: 0;
}

/* Header */
.izobar {
	background-color: #F5F5F5;
	padding: 5px 0;
	text-align: center;
}

.izobar p {
	margin: 0;
	font-size: 13px;
}

.izobar .izobar-c {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}

.izobar .izobar-c li {
	display: inline-block;
	margin-right: 60px;
}

.izobar .izobar-c li:last-child {
	margin-right: 0;
}

.izobar .izobar-c li .izo-regio {
	width: 100px;
}

.izobar .izobar-c li .izo-perf {
	width: 250px;
}

.izobar .izobar-c li .izo-ue {
	width: 90px;
}

.izobar .izobar-c li .izo-gr {
	width: 60px;
}

.izobar .izobar-c li .izo-is {
	width: 70px;
}

.lang-switch {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
    right: 0;
    top: 35px;
}
.lang-switch li {
	display: inline-block;
}
.lang-switch li img {
	width: 20px;
}
.navbar-brand.logo {
	padding: 10px;
}
.navbar-brand.logo img {
	max-width: 135px;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
    background-color: #27AAE1;
}

.dropdown-menu {
	padding: 0;
}

.dropdown-menu>li>a {
	padding: 15px 20px;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	background-color: #27AAE1;
}

#izoHeader {
	text-align: center;
	background: url('https://www.m3izoglass.ro/wp-content/uploads/2018/06/albastru-newsletter-izoglass2.png') no-repeat;
	background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
#izoHeader h1 {
	margin: 80px 0;
	color: #fff;
}

/* Slider */
#izoSlider .izo-slider-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(39, 170, 225, 0.1);
}

#izoSlider .izo-slider-layer-content {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
	height: 100%;
	padding-right: 150px;
	color: #fff;
	text-align: left;
}

#izoSlider .izo-slider-layer-content h2 {
	margin: 0;
	font-size: 36px;
	padding: 15px 0;
}

#izoSlider .izo-slider-layer-content p {
	margin-bottom: 20px;
	font-size: 16px;
	padding: 0;
}
#izoSlider .izo-slider-layer-content .one-more-c {
	background: rgba(43, 74, 110, .7);
	padding: 15px 30px;
	margin-bottom: 20px;
}
#izoSlider .izo-slider-layer-content .one-more-c a .fa {
	color: #fff;
}
#izoSlider .izo-slider-layer-content-h {
	max-width: 600px;
}

#izoSlider .owl-carousel .owl-item,
#izoSlider .izo-slider-item {
	height: calc(100vh - 192px);
}

#izoSlider .izo-slider-item img {
	height: 100%;
	width: 100%;
	object-fit:cover;
}

#izoSlider .owl-nav {
	width: 100%;
	position: absolute;
	top: 42%;
}

#izoSlider .owl-nav .owl-next,
#izoSlider .owl-nav .owl-prev {
	position: absolute;
}

#izoSlider .owl-nav .owl-next {
	right: 0;
}

#izoSlider .owl-nav .owl-next,
#izoSlider .owl-nav .owl-prev {
	padding: 40px 0;
	background-color: rgba(39, 170, 225, 0.5);
	margin: 0 20px;
	font-size: 20px;
}

#izoSlider .owl-nav .owl-next:hover,
#izoSlider .owl-nav .owl-prev:hover,
#izoSlider .owl-nav .owl-next:focus,
#izoSlider .owl-nav .owl-prev:focus,
#izoSlider .owl-nav .owl-next:active,
#izoSlider .owl-nav .owl-prev:active {
	background-color: #27AAE1;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	transition: 0.4s ease;
}

#izoSlider .owl-nav .fa {
	padding: 0 13px;
	color: #fff;
}

#izoSlider .owl-nav .owl-prev {
	float: left;
}

#izoSlider .owl-nav .owl-next {
	float: right;
}

#izoSlider .owl-dots {
	z-index: 999;
	width: 100%;
	position: absolute;
	bottom: 40px;
	text-align: center;
	padding: 0;
	margin: 0;
}

#izoSlider .owl-dots .owl-dot,
#izoSlider .owl-dots .owl-dot h3 {
	display: inline-block;
}
#izoSlider .owl-dots .owl-dot h3 {
	margin: 0 7px;
	opacity: 0.6;
	color: #fff;
	padding: 15px 20px;
	cursor: pointer;
	
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
    transition: 0.4s ease;
}
#izoSlider .owl-dots .owl-dot .owl-dot-dot {
	margin: 0 5px;
	width: 17px;
	height: 17px;
	display: inline-block;
	border-radius: 51%;
	background: rgba(43, 74, 110, .6);
	cursor: pointer;
}
#izoSlider .owl-dots .owl-dot.active .owl-dot-dot {
	border: 1px solid #fff;
	background: rgb(43, 74, 110);
}
#izoSlider .owl-dots .owl-dot.active h3 {
	background: rgba(43, 74, 110, .7);
	opacity: 1;
}

/* Despre noi */
.hdot {
	padding-left: 15px;
	position: relative;
}
.hdot:before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #0dbd59;
	display: block;
	position: absolute;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg);
	left: 0;
    top: 14px;
}
#izoAbout {
	background: url('https://www.m3izoglass.ro/wp-content/uploads/2018/06/section-bine-ati-venit-izoglas.png');
}
#izoAbout,
#izoLatest,
#izoCat {
	padding: 80px 0;
}
#izoAbout h2,
#izoLatest h2,
#izoCat h2 {
	margin-top: 0;
	margin-bottom: 25px;
}

#izoAbout .izo-lead {
	font-size: 16px;
	margin-bottom: 15px;
}

/* Izo catgeroies */
#izoCat .tab-content {
	color : white;
	padding : 0;
}
#izoCat .nav-pills {
	display: table;
    width: 100%;
    table-layout: fixed;
}
#izoCat .nav-pills > li {
	float: none;
    display: table-cell;
	width: 100%;
}
#izoCat .nav-pills > li > a {
	border-radius: 0;
}
#izoCat h3 {
	margin: 0;
	padding: 10px;
}
#izoCat .nav-pills>li.active>a,
#izoCat .nav-pills>li.active>a:focus,
#izoCat .nav-pills>li.active>a:hover {
	background-color: #27AAE1;
}
#izoCat .meta-c {
	padding: 25px;
	background: rgba(98, 101, 102, 0.7);
	min-height: 600px;
	display: flex;
    align-items: center;
    justify-content: center;
}
#izoCat .meta-c .meta-c-content {
	text-align: center;
	padding: 0 50px;
}
#izoCat .izo-btn {
	margin-top: 25px;
}
.izo_price {
	font-size: 18px;
}

/* Izo latest */
.heateor_sss_sharing_container {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e7e7e7;
}
.widget,
.widget .widget-cat,
.wrapper article {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.widget:last-child,
.widget .widget-cat:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget .widget-title {
	margin: 0 0 15px;
}

/* Responsive iFrame */
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Pages */
.widget .widget-cat img {
	margin-bottom: 15px;
}

/* Izo list */
.wrapper {
	padding: 50px 0;
}
#productWrapper .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

#productWrapper .row > [class*='col-'] {
	display: flex;
	flex-direction: column;
}

#productWrapper #content article,
#productWrapper #content .cat-c {
	margin-bottom: 30px;
	padding-bottom: 0;
	border-bottom: none;
}

.wrapper article .full-width {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.descriere-categorie {
	margin-bottom: 35px;
}

.widget-area ul {
	margin: 0;
	padding: 0;
}

.widget-area .same-category-posts .same-category-post-thumbnail span {
	display: block;
	margin-bottom: 10px;
	margin-top: 0;
}

.widget-area .same-category-posts .same-category-post-thumbnail span img {
	width: 100%;
}

.widget-area .post-title {
	margin-bottom: 10px;
	display: block;
}

.widget-area .same-category-post-item {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-color: #e7e7e7;
}

.same-category-post-item:last-child {
	margin: 0;
	padding: 0;
}

.widget-area .izo-btn {
	min-width: 85px;
    min-height: 35px;
}

/* Blog */
.widget ul {
	list-style: none;
}

h2.entry-title {
	margin-top: 0;
}

.entry-meta {
	margin-bottom: 15px;
}

/* Contact */
.contact-lead {
	margin-bottom: 0;
}

#izoMap {
	width: 100%;
	height: 450px;
}

/* Footer */
.footer-nl {
	text-align: center;
	padding: 50px 0;
	background: url('https://www.m3izoglass.ro/wp-content/uploads/2018/06/albastru-newsletter-izoglass2.png') no-repeat;
	background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.footer-nl h3 {
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
}
.footer-nl span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    position: absolute;
    right: 0;
    width: 200px;
    bottom: -40px;
}
.footer-nl .form-inline .form-group {
    vertical-align: baseline;
}
.footer-nl .form-inline .form-group input {
	height: 50px;
}
.footer-top {
	padding: 50px 0;
	background-color: #27AAE1;
	color: #fff;
}
.footer-top h3 {
	margin-top: 0;
	margin-bottom: 15px;
}
.footer-top .izo-carousel {
	max-width: 550px;
}
.footer-top .certif-notice {
	padding-right: 100px;
}
.footer-top .izo-carousel-item {
	margin-right: 25px;
}
.footer-top .date-contact-c .fa {
	margin-right: 5px;
}
.footer-top .date-contact-c a {
	color: #fff;
}
.footer-top .izo-social {
	margin: 15px 0 0;
	padding: 15px 0 0;
	border-top: 1px dashed #fff;
	font-size: 20px;
}
.footer-top .izo-social li {
	display: inline-block;
	margin-right: 7px;
}
.footer-bottom {
	background-color: #626566;
	color: #bdc3c7;
	padding: 15px 0;
}
.footer-bottom ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-bottom ul li {
	display: inline-block;
	margin-right: 5px;
}
.footer-bottom p {
	margin: 0;
}
.izo_credentials {
	text-align: right;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	#izoSlider .owl-nav {
		top: 38%;
	}
	
	#izoSlider .izo-slider-layer-content {
		justify-content: center;
		padding: 15px;
		text-align: center;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	#main-menu > li > a {
		line-height: 90px;
		height: 100%;
		padding-top: 0;
		padding-bottom: 0;
	}
	.navbar-default {
		border: none;
		background-color: #fff;
		height: 90px;
	}
	
	.navbar-right {
		border-right: 1px solid #e7e7e7;
		margin-right: 65px;
	}
	
}
@media only screen and (max-width : 992px) {
	
	/* Change nav breakpoint */
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-collapse.collapse.in {
		display: block!important;
	}
	.navbar-nav {
		float: none!important;
		margin: 7.5px -15px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.navbar-brand.logo {
		padding: 5px;
	}
	
	.navbar-brand.logo img {
		max-width: 100px;
	}
	
	.lang-switch {
		right: 90px;
		top: 21px;
	}
	
	.navbar-default .navbar-toggle,
	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover {
		background-color: #27AAE1;
		border-color: #fff;
	}
	
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	
	.izobar .izobar-c li {
		margin-right: 30px;
	}
	
	#izoSlider .owl-dots {
		bottom: 20px;
	}
	
	#izoSlider .owl-dots .owl-dot h3 {
		font-size: 19px;
		padding: 12px 15px;
	}
	
	#izoSlider .owl-nav {
		display: none;
	}
	
	#izoSlider .owl-carousel .owl-item,
	#izoSlider .izo-slider-item {
		height: calc(100vh - 165px);
	}
	/* Footer */
	.footer-top .date-contact-c h3 {
		margin-top: 20px;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
	.izo-excerpt {
		margin-bottom: 30px;
	}
	
	#izoSlider .izo-slider-layer-content h2 {
		font-size: 30px;
		padding: 10px 0;
	}

	#izoSlider .izo-slider-layer-content p {
		margin-bottom: 10px;
		font-size: 15px;
	}
	
	/*#izoSlider .owl-carousel .owl-height .izo-slider-item,
	#izoSlider .owl-carousel .owl-height .izo-slider-item img {
		height: 400px;
	}
	
	#izoSlider .owl-carousel .owl-height .izo-slider-item img {
		width: auto;
	}*/
	
	/* Izo products */
	#izoCat .meta-c .meta-c-content {
		padding: 0 10px;
	}
	
	/* Widget */
	.widget-area .same-category-post-item .same-category-post-thumbnail span {
		float: none;
		width: 300px !important;
		margin: 0 auto 15px !important;
	}
	
	.widget-area .same-category-post-thumbnail img {
		width: 100% !important;
		float: none !important;
		margin: 0 0 15px !important;
	}
	
	/* Footer */
	.footer-top .certif-notice {
		padding-right: 0;
	}
	.footer-top,
	.footer-bottom {
		text-align:  center;
	}
	
	.footer-nl,
	.footer-top {
		padding: 30px 0;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	
	h3 {
		font-size: 18px;
	}
	
	.hdot {
		max-width: 170px;
		margin-left: auto;
		margin-right: auto;
		font-size: 26px;
	}
	.hdot:before {
		top: 11px;
	}
	
	.izobar .izobar-c li {
		margin: 2px 20px;
	}
	
	.izobar .izobar-c li .izo-regio {
		width: 90px;
	}

	.izobar .izobar-c li .izo-perf {
		width: 240px;
	}

	.izobar .izobar-c li .izo-ue {
		width: 80px;
	}

	.izobar .izobar-c li .izo-gr {
		width: 50px;
	}

	.izobar .izobar-c li .izo-is {
		width: 60px;
	}
	
	#izoSlider {
		position: relative;
	}
	
	#izoSlider .owl-dots .owl-dot h3 {
		display: none;
	}
	
	#izoSlider .owl-carousel .owl-item,
	#izoSlider .izo-slider-item {
		height: 100vh;
	}
	
	#izoCat .hdot {
		max-width: 190px;
	}
	
	#izoAbout,
	#izoLatest,
	#izoCat,
	.wrapper {
		padding: 40px 0;
		text-align: center;
	}
	#izoAbout h2,
	#izoLatest h2,
	#izoCat h2 {
		margin-bottom: 15px;
	}
	
	#izoSlider .izo-slider-layer-content h2 {
		font-size: 26px;
		margin: 5px 0;
	}
	
	#izoSlider .izo-slider-layer-content p {
		font-size: 14px;
		margin: 5px;
	}
	
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}























