/*
Theme Name: web14creating
Theme URI: http://underscores.me/
Author: Sebastin Nieroda
Author URI: http://www.web4you.biz.pl
Description: My own awesome template
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: web14creating
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


html{
	font-size: 16px;
}
.container-lg{
	max-width: 1200px;
}

@media(min-width: 1500px){
	.container-lg{
		max-width: 1320px;
	}
}

@media(max-width: 1199px){
	html{
		font-size: 15px;
	}
}

@media(max-width: 991px){
	html{
		font-size: 14px;
	}
}

@media(max-width: 767px){
	html{
		font-size: 13px;
	}
}

@media(max-width: 567px){
	html{
		font-size: 11px;
	}
}

h1{
	font-size: 2.5rem;
}

h2{
	font-size: 2.2rem;
	font-weight: 700;
}

h1.slider-heading-sn {
   font-size: 2.8rem;
   font-weight: 700;
}

body{
	margin:0;
	padding: 0;
	overflow-x:hidden;
}

ul li , .footer-widget-content-sn , p{
	font-size: 16px;
}

p{
	padding:0;
	margin:0;
}
.footer-widget-content-sn ul{
	padding:0;
	list-style: none;
}

.section-padding-sn{
	padding:6rem 0 5rem 0;
}


a:hover{
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6,p,label,li,div,li a{
	font-family: 'Work Sans', sans-serif;
}

.container-relative-sn{
	position: relative;
	z-index:3;
}

.section-bg-l-grey{
	background:#f9f9f9;
}

a.btn-sn{
	color:#fff;
}

.btn-sn{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color:#fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background:#2d1b61;
	font-size: 15px;
	width: 190px;
	height: 55px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 27px;
	/*box-shadow: 0 6px 13px 0 rgb(0 0 0 / 5%);*/
    -webkit-box-shadow: 2.736px 7.518px 20px 0 rgb(0 0 0 / 15%);
            box-shadow: 2.736px 7.518px 20px 0 rgb(0 0 0 / 15%);
    -webkit-transition-duration: 0.6s;
         -o-transition-duration: 0.6s;
            transition-duration: 0.6s;

}

.btn-sn-light , .cf-sn-form-item input[type="submit"]{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color:#fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background:transparent;
	font-size: 15px;
	width: 190px;
	height: 51px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border:2px solid #fff;
	border-radius: 27px;
	/*box-shadow: 0 6px 13px 0 rgb(0 0 0 / 5%);*/
    
    -webkit-transition-duration: 0.6s;
    
         -o-transition-duration: 0.6s;
    
            transition-duration: 0.6s;
}

.cf-sn-form-item input[type="submit"]{
	background: #fff;
	margin:35px auto 0 auto;
	color:#2d1b61 ;
}


@media(min-width: 768px){
	.google-map-contact{
		margin-top:-120px;
	}
}


.blue-span-sn{
	color:#2d1b61;
}
.btn-sn:hover{
	opacity:1;
	 -webkit-box-shadow: 2.736px 7.518px 20px 0 rgb(0 0 0 / 45%);
	         box-shadow: 2.736px 7.518px 20px 0 rgb(0 0 0 / 45%);
}

.btn-sn-light:hover , .cf-sn-form-item input[type="submit"]:hover{
	color:#2d1b61;
	background:#fff;
}
.btn-no-shadow{
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}
.nav.navbar-nav li a{
	text-transform: uppercase;
	color:#2d1b61 !important;
	position: relative;
	font-weight: 500;
	font-size: 16px;
}

.cf-sn-form-item input[type="text"] , .cf-sn-form-item input[type="email"] , .cf-sn-form-item textarea{
	padding:5px 0 15px 0;
}

.navbar .container-fluid{
	padding:0;
}


@media(min-width:1200px){
	.nav.navbar-nav>li>a:after{
		content: '';
		position: absolute;
		left:0;
		right: 0;
		bottom:0;
		background:#2d1b61;
		height: 3px;
		opacity: 0;
		-webkit-transition-duration: 0.3s;
		     -o-transition-duration: 0.3s;
		        transition-duration: 0.3s;
	}
	
	.nav.navbar-nav>li.menu-item-has-children>a:after{
		height:0 !important;
		display:none !important;
	}
	
	.nav.navbar-nav>li>a:hover:after{
  	 	opacity: 1;
	}
	
}


.navbar-toggler-icon{
	width:35px;
	height: 30px;
}


.phone-num-sn{
	width:275px;
	margin-left: 25px;
	display: none;
	background:#2d1b61;
	height: 90px;
	display: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.home-slider-desc-sn{
	font-size: 16px;
}

.side-box-blue-sn{
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	width:275px;
	background:#2d1b61;
}

.btn-m-w-220{
	width: 220px !important;
}

@media(max-width: 767px){
	.side-box-blue-sn{
		display: none;
	}
	.home-slider-image{
		margin:30px 0;
	}
}

.phone-num-sn > div{
	text-align: right;
}

.top-bar-sn{
	background:#2d1b61;
	padding:10px 0;
	display: block;
}

.section-home-slider{
	min-height: 700px;
	padding-top:170px;
	padding-bottom: 30px
}

@media(min-width: 1200px){
	.navbar-nav .nav-link{
		padding:32px 17px !important;
	}
	.navbar{
		padding:0;
	}
	.phone-num-sn{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.top-bar-sn{
		display: none;
	}
	#logo-sn{
		padding-left: 30px;
	}
	.section-home-slider{
		min-height: 700px;
		padding-top:130px;
		padding-bottom: 40px
	}

	

}

#masthead{
	border-bottom: 1px solid #eee;
	position: relative;
	z-index: 9999;
}

body.home #masthead{
	position: absolute;
	top:0;
	left:0;
	right: 0;
}


.section-wrapper-full-sn{
	position: relative;
	width:100%;
}
.home-slider-sn .slick-dots , #logo-slider-home-sn .slick-dots{
	padding:0;
	margin:0;
	list-style: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	
}

@media(min-width:768px){

	.home-slider-sn .slick-dots{
		position: relative;
		z-index: 6;
		margin-top:-100px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
}
.home-slider-sn .slick-list{
	min-height: 400px;
}

.home-slider-image{
	border-radius:15% 0;
	overflow:hidden;
	padding-bottom: 90%;
}
.home-slider-sn{
	padding-bottom: 25px;
}
#logo-slider-home-sn{
	text-align:center;
}
#logo-slider-home-sn .slick-dots{
	padding-top:60px;
}
.logo-slider-link-sn img{
	margin:auto;
	max-height:110px;
	margin-bottom:20px;
}
.logo-slider-link-sn{
	color:#000 !important;
}

.logo-slide-item-sn{
	background:#fff;
	border-radius:0;
/* 	-webkit-box-shadow: inset 0px 0px 21px 0px rgba(168,168,168,0.4);
-moz-box-shadow: inset 0px 0px 21px 0px rgba(168,168,168,0.4);
box-shadow: inset 0px 0px 21px 0px rgba(168,168,168,0.4); */
	padding:20px;
}
.logo-slide-item-sn-inner{
	
}

.home-slider-sn .slick-dots li button , #logo-slider-home-sn .slick-dots li button{
	background:#d9d9d9;
	border:0;
	font-size: 0;
	width:30px;
	height: 7px;
	border-radius: 3px;
	margin:3px 4px;
	outline:none !important;
}

.home-slider-sn .slick-dots li button:focus , #logo-slider-home-sn .slick-dots li button:focus{
	outline:none !important;
}

 .home-slider-sn li.slick-active button , #logo-slider-home-sn .slick-dots li.slick-active button{
   background:#2d1b61;	
}

.image-bg-slider-sec{
	position: absolute;
	left:-20%;
	bottom:10%;
	width:50%;
}

.widget-area-footer-sn{
	padding:60px 0 20px 0;
	background:#efefef;
}

.footer-widget-title-sn , .inline-title-sn{
	font-size: 18px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

.f-widget-col{
	padding-bottom: 20px;
}

.copy-footer-sn{
	padding:15px 0;
}

.copy-footer-sn p{
	font-size: 14px;
	color:#888888;
	padding:0;
	margin:0;
}

.inline-icon-wrap{
	width: 82px;
}

.inline-text-wrap{
	width: calc( 100% - 83px);
}

.inline-icon-circle{
   width:65px;
   height:65px;
   background:  #2d1b61;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   border-radius: 50%;
}

.inline-item-wrapper{
	-webkit-box-shadow: 0 20px 70px 0 rgb(0 0 0 / 15%);
	        box-shadow: 0 20px 70px 0 rgb(0 0 0 / 15%);
    border-radius: 10px;
    padding:40px 30px;
    -webkit-transition-duration: 1s;
         -o-transition-duration: 1s;
            transition-duration: 1s;
    margin-bottom: 25px;
	height:100%;
}

.mdp-item-inner{
	-webkit-box-shadow: 0 20px 70px 0 rgb(0 0 0 / 15%);
	        box-shadow: 0 20px 70px 0 rgb(0 0 0 / 15%);
    border-radius: 10px;
    padding:40px 30px;
    -webkit-transition-duration: 1s;
         -o-transition-duration: 1s;
            transition-duration: 1s;
    margin-bottom: 25px;
    background: #fff;
}
.inline-item-wrapper:hover{
	-webkit-box-shadow: 0 20px 70px 0 rgb(0 0 0 / 20%);
	        box-shadow: 0 20px 70px 0 rgb(0 0 0 / 20%);
	margin-top:-5px;
}

/*Menu on hover*/
.navbar-expand-xl .navbar-nav .dropdown-menu{
   top:70px !important;
}
.navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-menu{
   top:0 !important;
   left:100% !important;
}

@media(min-width: 1200px){
	.navbar-nav li:hover > ul.dropdown-menu {
	    display: block;
	}
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
} 

/*test css*/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0 !important;
  left: 100% !important;
  margin-left: .1rem;
  margin-right: .1rem;
}

/*Accordion tax*/

.card-header .btn-link{
	
	display: -webkit-box;
	
	display: -ms-flexbox;
	
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.card-header button{
	text-decoration: none !important;
	outline:0 !important;
	border:0 !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}

.card-header button:focus{
	text-decoration: none !important;
	outline:0 !important;
	border:0 !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}

.card-header  h2 a{
	color:#000 !important;
	text-transform: uppercase;
	font-size: 16px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}

.card-header i{
	color:#000 !important;
	font-size: 13px;
	margin-left: auto;

}

.card-header{
	background-color: transparent;
	padding:20px;
}

.taxonomy-child-list-sn{
	padding-left:25px;
}

.taxonomy-child-list-sn li a{
	color:#000 !important;
	font-size: 15px;
}

.accordion > .card{
	border:0;
	border-bottom: 1px solid #bdbdbd !important;
}

.product-loop-wrap-sn-item{
	margin-bottom: 30px;
}

.product-loop-inner{
	background:#fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 9%);
	        box-shadow: 0 20px 50px 0 rgb(0 0 0 / 9%);
    padding:30px;
    -webkit-transition-duration: 1s;
         -o-transition-duration: 1s;
            transition-duration: 1s;
    position: relative;
    min-height: 400px;
}

.product-loop-inner:hover{
	
	-webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 20%);
	
	        box-shadow: 0 20px 50px 0 rgb(0 0 0 / 20%);
 
}

.product-loop-inner::after{
	content: '';
	background: rgba(255,255,255,0);
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	-webkit-transition-duration: 0.6s;
	     -o-transition-duration: 0.6s;
	        transition-duration: 0.6s;

}

.product-loop-inner:hover:after{
	background: rgba(255,255,255,0.7);
}

.product-loop-image-wrap{
	text-align: center;
	padding-bottom: 15px;
	min-height:200px;
}
.product-loop-image-wrap img{
	max-height: 180px;
}

.product-title-wrap h3{
	font-size: 18px;
	padding:15px 0 20px 0;
}

.product-loop-subtitle h5{
	font-size: 16px;
	color:#888888;
	font-weight: 400;
}

.more-btn-sn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition-duration: 0.6s;
	     -o-transition-duration: 0.6s;
	        transition-duration: 0.6s;
	position: absolute;
	bottom:25%;
	left:0;
	right: 0;
	z-index: 3;
	opacity: 0;
}

.product-loop-inner:hover .more-btn-sn{
	opacity: 1;
	bottom:35%;
}

.loadmore-products-sn span{
	font-weight: 500 ;
	font-size: 18px;
}

#loadmore-btn{
	width:200px;
	margin:auto;
	text-align: center;
	cursor:pointer;
}

.products-home-warpper{
	margin:0 -15px;
}
.tab-content p{
	font-size: 16px;
}
.p-sec-60{
	padding:60px 0;
}

.section-contact-home{
	min-height: 470px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}

.section-contact-home .container-lg , .section-page-header .container-lg , .sec-violet-overlay{
	position: relative;
	z-index: 2;
}

.section-contact-home::after , .section-page-header::after  {
	content: '';
	background:rgba(45, 27, 97, 0.7);
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;

}

.sec-violet-overlay{
	min-height: 400px;
	overflow: hidden;
}
.sec-violet-overlay::after{
	content: '';
	background:rgba(45, 27, 97, 0.9);
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.bg-icon-download-sec{
	position: absolute;
	right:-120px;
	top:0;
}
.bg-icon-download-sec .dashicons{
	width:auto;
	height: auto;
}
.bg-icon-download-sec .dashicons::before{
	font-size: 500px;
	opacity:0.3;
}

.section-page-header{
	min-height: 380px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;

}

.breadcrumbs-sn-item a , .breadcrumbs-sn-item span{
	color:#fff;
}

.pagination-sn{
	margin:30px auto 0 auto;

}

.pagination-sn span , .pagination-sn a{
	font-weight: 700;
	color:#000;
}

.search-submit{
	border:0;

}

.search-field {
	width:300px;
	padding-left: 20px;
}

.search-field , .search-field:focus{
	border:0;
	outline: none !important;
	-webkit-box-shadow: none ;
	        box-shadow: none ;
}

.sf-warpper-sn{
	border:1px solid grey;
	border-radius: 30px;
	overflow:hidden;
	padding:2px;
	max-width: 496px;
}

@media(max-width: 567px){
/*	.sf-warpper-sn{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		border:0;
	}*/

	/*.search-field{
		margin-bottom: 25px;
	}*/
}

.pagination .screen-reader-text{
	display: none !important;
}

/*Slick product */
.slider-nav-thumbnails {
  margin-top: 10px;
}
.slider-nav-thumbnails .slick-slide {
  cursor: pointer;
  outline: none;
}
.slider-nav-thumbnails .slick-slide.slick-current.slick-active {
  opacity: 1;
}
.slider-nav-thumbnails .slick-slide img {
  padding: 5px;
  background: transparent;;
}
.slider-nav-thumbnails .slick-slide.slick-current.slick-active img {
  background: #fff;
}
/*.slider-nav-thumbnails img {
  width: 140px;
  margin: 0 5px;
}*/
.slider-nav-thumbnails .slick-slide:first-child img {
  margin-left: 0;
}
.slider-nav-thumbnails .slick-slide:last-child img {
  margin-right: 0;
}

.product-slide-center img{
	margin:auto;
}

.product-desc-heading-sn{
	color:#000;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.slider-nav-thumbnails .slick-slide{
	opacity: 0.25;
}

.nav-tabs li a{
	display: block;
	padding:12px 18px;
	color:#000;
	font-weight: 600;
}

.nav-tabs li a.active{
	background:#efefef ;
}


.nav-tabs li a{
	color:#000;
}

.tab-content{
	padding:2.5rem;
	border:1px solid #ddd;
}
.tabs-single-prod{
	padding-top: 5rem;
}
.nav-tabs{
   border-bottom: 0;
}

.inline-contact-icon{
	width:50px;
}
.inline-contact-t-content{
	width: calc( 100% - 50px );
	font-size: 18px;
	
}
.inline-contact-t-content a{
	color:#000 !important;
}

/*Contact form*/
.contact-form-wrap-sn{
	background:#2d1b61;
}

.wpcf7-text:focus, .wpcf7-textarea:focus {
outline:none;
}

.wpcf7-textarea{
	height: 160px;
}
.wpcf7-text, .wpcf7-textarea {
    background:transparent;
    border:0;
    border-bottom: 2px solid #fff;
    width:100%;
    color:#fff;
    font-size: 16px;
}

.wpcf7-text::-webkit-input-placeholder, .wpcf7-textarea::-webkit-input-placeholder {
   color: #fff;
}

.wpcf7-text::-moz-placeholder, .wpcf7-textarea::-moz-placeholder {
   color: #fff;
}

.wpcf7-text:-ms-input-placeholder, .wpcf7-textarea:-ms-input-placeholder {
   color: #fff;
}

.wpcf7-text::-ms-input-placeholder, .wpcf7-textarea::-ms-input-placeholder {
   color: #fff;
}

.wpcf7-text::placeholder, .wpcf7-textarea::placeholder {
   color: #fff;
}

.cf-sn-form-item{
	margin-bottom: 15px;
}

.cf-sn-form-item label , .cf-sn-form-item label a{
	color:#fff;
	font-size: 16px;
}

.google-map-contact iframe{
   -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

@media(max-width: 767px){
	.section-page-header{
		min-height: 240px;
	}
	.section-home-slider{
		padding-top:130px;
	}
}

.mdp-desc{
	padding:20px 0;
	min-height: 140px;
}

.mdp-desc h5{
	font-size: 18px;

}

/*Blog*/

article .entry-title-single a h2 , .widget-title{
	color:#000;
	font-size: 1.4rem;
	font-weight: 600;
}

.date-sn-item{
	font-weight: 700;
}

.sn-thumb-item{
	max-width: 300px;
	width:100%;
}

.post-inner-wrapper-sn{
	border-bottom: 1px solid #eee;
}

#secondary{
	padding:2.5rem 1.8rem;
	background:#efefef;
}

#secondary li a{
	color:#333;
}

.rpwwt-post-title{
	color:#000;
	font-size: 16px;
	font-weight: 600;
}

.cat-links-sn a{
	color:grey;
}

#desktop-menu-id{
	margin-left: auto;
}
.mob-menu-wrap{
	display: none;
}

.mobile-menu {
	padding:20px 0;
}
.mobile-menu  .dropdown-menu  .dropdown-menu{
	padding-left:15px !important;
} 
@media(max-width: 1199px){
	#desktop-menu-id{
		display: none !important;
	}
	.mob-menu-wrap{
		display: block;
		width:100%;
		/*padding:30px 15px;*/
	}

	#menu-mobile-menu{
		padding:20px 0;
	}
}

.search-submit.btn-sn{
    width:170px;
}

.search-field{
	width: calc( 100% - 170px );
}

.cf-sn-submit{
	margin-top:-20px;
}

.no-results{
	padding:15px;
}

@media(max-width:575px){
	.tabs-single-prod ul li{
		width:100%;
	}
}