/*
Theme Name: Webkodeks
Theme URI: https://webkodeks.com
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features I need.
Author: Webkodeks.com
Author URI: https://webkodeks.com
Template: Divi

*/

/* YOUR CSS EDITS GO BELOW THIS LINE AND AND CSS RULES YOU MAKE HERE WILL OVERIDE THE MASTER DIVI THEME CSS RULES */


.et_pb_section {
	
}

.et_pb_row {

}


.et_header_style_left #et-top-navigation nav > ul > li > a,
.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a {
 padding-bottom: 15px;
}
#top-menu li {
 padding-right: 5px;
}
#et-top-navigation {
}
#top-menu li a {
 padding: 15px 20px !important;
 border-radius: 3px ;
}
#top-menu li a:hover,
#top-menu li li a:hover {
 color: #fff !important;
 opacity: 1 !important;
}
#top-menu li a:hover {
 background: #000 !important; /*** CHANGES THE BACKGROUND COLOR ON HOVER ***/
 transition: none !important;

}

#top-menu-nav > ul > li > a:hover,
#et-secondary-menu > ul > li > a:hover
 {
	 opacity: 1 !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}


#top-menu li.current-menu-item > a {
 background: #000; /*** CHANGES THE BACKGROUND COLOR OF THE CURRENT PAGE LINK ***/
 color: #fff !important;
}
#top-menu .menu-item-has-children > a:first-child:after {
 content: none;
}

#top-menu li.current-menu-ancestor > a{
	
	
}

#top-menu .menu-item-has-children > a:first-child::after, #et-secondary-nav .menu-item-has-children > a:first-child::after {
  padding-right: 5px;
  right: 2px;
  top: 0;
}

#top-menu .menu-item-has-children > a:first-child, #et-secondary-nav .menu-item-has-children > a:first-child {
  padding-right: 28px;
}

#main-header {
  box-shadow: none !important;
  margin-bottom: 27px;
  
}

#et_top_search {
  margin: 18px 0 0 22px;
}

.et_search_outer {
  overflow: hidden;
  position: absolute;
  top: 17px;
  width: 100%;
}

#top-menu li li a {
	width: 261px;
	padding: 4px 18px !important;
	font-size: 15px;
}

.nav li ul {

	width: 300px;	
}

/*CENTER NAVIGATION*/

.et_header_style_centered #main-header div#et-top-navigation {
  bottom: 0;
  position: relative;
  width: 100%;
  margin-top:  11px;
}

.et_header_style_centered #top-menu > li > a {
    font-size: 14px;
  font-weight: normal;
  padding: 15px;
  opacity: 1 !important;
}

/* HOVER BUTTON WOOCOMMERCE HOMEPAGE
---------------------------------*/

.woocommerce a.button.alt:after, .woocommerce-page a.button.alt:after, .woocommerce button.button.alt:after, .woocommerce-page button.button.alt:after, .woocommerce input.button.alt:after, .woocommerce-page input.button.alt:after, .woocommerce #respond input#submit.alt:after, .woocommerce-page #respond input#submit.alt:after, .woocommerce #content input.button.alt:after, .woocommerce-page #content input.button.alt:after, .woocommerce a.button:after, .woocommerce-page a.button:after, .woocommerce button.button:after, .woocommerce-page button.button:after, .woocommerce input.button:after, .woocommerce-page input.button:after, .woocommerce #respond input#submit:after, .woocommerce-page #respond input#submit:after, .woocommerce #content input.button:after, .woocommerce-page #content input.button:after {
font-family: "ETmodules";
}

/* HIDE SIDEBAR
---------------------------------*/

#main-content .container:before {
width: 0 !important;
}

#left-area {
padding-bottom: 23px;
width: 100%;
border-top-style: none !important;
border-right-style: none !important;
border-bottom-style: none !important;
border-left-style: none !important;
}

#sidebar {
  display: none !important;
  float: left;
  width: 20.875%;
}


/* SOCIAL ICONS HEADER RIGHT
---------------------------------*/

#top-header .et-social-icons {
  display: none;
  float: right;
  margin-top: -10px;
  position: absolute;
  text-align: right;
  width: 100%;
}


/* 4 COLUMNS VLOG MODULE
---------------------------------*/

/*@media only screen and ( min-width: 981px ) {
.et_pb_column_4_4 .et_pb_blog_grid[data-columns]::before { content: '4 .column.size-1of4' !important;
}
.et_pb_column_4_4 .column.size-1of4 {
width:23%;
margin-right:2%;
}}*/


/* POST THUMBNAIL
---------------------------------*/

.et_pb_blog_grid .et_pb_image_container img {
 
}

/* READ MORE LINK
---------------------------------*/

.more-link {
  display: block;
  font-size: 16px;
  margin-top: 13px;
}


/* Category layout
---------------------------------*/
/*FULLWIDTH*/

 .category .et_pb_image_container img, .et_pb_post a img {
	float: left;
	margin-bottom: 50px;
	margin-right: 30px;
	vertical-align: bottom;
	width: 40%;
}

.category .et_pb_post {
	border-bottom: 1px solid #ccc;
	clear: both;
	margin-bottom: 45px;
	padding-bottom: 72px;
}

/*GRID*/
/*
.category .et_pb_post {
	border-bottom: 1px solid #ccc;
	margin-bottom: 45px;
	padding-bottom: 43px;
	float: left;
	width: 28%;
	margin-right: 33px;
	margin-left: 24px;
}

.category div#main-content div.container {
	position: relative;
	width: 100%;
	max-width: 1125px;
	margin: auto;
}

.category .et_pb_image_container img, .et_pb_post a img {
	float: none;
	margin-bottom: 50px;
	margin-right: 30px;
	vertical-align: bottom;
	width: 100%;
}

.category div.navigation{
	clear: both;
	margin-left: 24px;
}
*/
/*GRID*/

.category .et_right_sidebar #left-area {
	float: left;
	padding-right: 0%;
}

.et_pb_blog_grid h2, .et_pb_post h2 {
	padding-bottom: 9px;
	font-size: 23px;
	font-weight: bold;
}


/* Contact Form 7 Styles
---------------------------------*/
 
.wpcf7 {
	
	padding: 0px !important; 
 
}

.wpcf7-form {
 
margin-left: 0px;
 
margin-right: 0px;
 
margin-top: 0px;

margin-bottom: 0px;

}

.wpcf7-textarea {
 
font-size: 15px;
  padding: 8px;
  width: 100%;
  border-radius: 2px;
 
}

.wpcf7 input {
  font-size: 15px;
  padding: 8px;
  width: 100%;
  border-radius: 2px;
}


.wpcf7-submit {
 
background-color: #790007 !important;
	border: medium none;
	border-radius: 2px;
	font-size: 17px !important;
	padding: 12px;
	color: #FFF !important;
	cursor: pointer;
 
}

:-moz-placeholder {
    color: #000 !important;
  
}
*::-moz-placeholder {
    color: #000 !important;
  
}

:-ms-input-placeholder {
    color: #000 !important;
  
}

::-webkit-input-placeholder {
    color: #000 !important;
   
}

input[type="text"]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	color: #3e3e3e;
	border: 1px solid #bbb !important;
}



/* Popup hover animation on image with caption
---------------------------------*/

.box {
  height: 274px;
  position: relative;
  overflow: hidden;
  width: 363px;
  margin-left: auto;
  margin-right: auto;
}
.box img {
  position: absolute;
  left: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.box .overbox {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 100;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  width: 363px;
  height: 274px;
  padding: 130px 20px;
}
.box:hover .overbox { opacity: 1; }
.box .overtext {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}
.box .title {
  font-size: 2.5em;
  text-transform: uppercase;
  opacity: 0;
  transition-delay: 0.1s;
  transition-duration: 0.2s;
}
.box:hover .title,
.box:focus .title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.box .tagline {
  font-size: 0.8em;
  opacity: 0;
  transition-delay: 0.2s;
  transition-duration: 0.2s;
  text-align: center;
}
.box:hover .tagline,
.box:focus .tagline {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}
.wk-links {
    text-transform: lowercase;
    font-size: 36px;
    position: relative;
    color: white;
    text-shadow: 3px 0 29px rgba(0,0,0,0.28);
    text-align: center;
    vertical-align: middle;
    margin-top: 26%;
}
.wk-links-purpose {
	font-size: 40px;
	position: absolute; 
	top: 40%;
	left: 21%;
	color: white;
	text-shadow: 3px 0 29px rgba(0,0,0,0.28);
}
.wk-links-passion {
	font-size: 40px;
	position: absolute; 
	top: 40%;
	left: 23%;
	color: white;
	text-shadow: 3px 0 29px rgba(0,0,0,0.28);
}
.wk-lines {
	position: absolute;
	width: 37%;
	top: 33%;
	left: 32% !important;
}
.box:hover h4 {
display: none;
 -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}
.box:hover .wk-lines {	
	display: none;
 -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}
.wk-links-outline {
	position: absolute;
	width: 91%;
	top: 5%;
	left: 4.5% !important;
}
.wk-links-title {
    text-transform: lowercase;
    font-size: 25px;
    text-align: center;
    margin-top: -60px !important;
}
.wk-links-description {
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 22px;
    line-height: 18px;
    margin-bottom: 10px;
}
.wk-links-read-more {
    color: white;
    font-size: 13px;
    font-weight: bold;
}
@media (max-width: 1285px) {
	.box {
    height: 274px;
    position: relative;
    overflow: hidden;
    width: 265px;
}
.wk-links-purpose {
    text-transform: lowercase;
    font-size: 30px;
    position: absolute;
    top: 30%;
    left: 20%;
    color: white;
    text-shadow: 3px 0 29px rgba(0,0,0,0.28);
}
.wk-lines {
    position: absolute;
    width: 37%;
    top: 26%;
    left: 32% !important;
}
.box .overbox {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    width: 265px;
    height: 0;
    padding: 100px 20px;
}
.wk-links-outline {
    position: absolute;
    width: 91%;
    top: 5%;
    left: 4.5% !important;
}
.box .title {
    font-size: 2.5em;
    text-transform: uppercase;
    opacity: 0;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
}
.wk-links-title {
    text-transform: lowercase;
    font-size: 20px;
    text-align: center;
    margin-top: -65px !important;
}
.wk-links-description {
    font-size: 8px;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    line-height: 18px;
    margin-bottom: 8px;
}
.wk-links-passion {
    text-transform: lowercase;
    font-size: 30px;
    position: absolute;
    top: 30%;
    left: 25%;
    color: white;
    text-shadow: 3px 0 29px rgba(0,0,0,0.28);
}
.wk-links {
    text-transform: lowercase;
    font-size: 25px;
    position: relative;
    top: 1%;
    color: white;
    text-shadow: 3px 0 29px rgba(0,0,0,0.28);
}
}




/*
---------------------------------*/


/********
Gallery
********/


/*Align gallery to center*/

/*.et_pb_gallery_grid .et_pb_gallery_item {
display: inline-block;
float: none!important;
}

.et_pb_gallery_items.et_post_gallery {
text-align: center;
}*/



/**/

footer#main-footer div.container div#footer-widgets.clearfix{
	display: none;
	
	}
.et_pb_widget {
  max-width: 100%;
  float: none;
}

.et_pb_widget_area_left {
  border-right: none;
  padding-right: 30px;
}	

#et_pb_layout, .et_pb_hidden, #et_pb_hidden_editor{
	display: block;
	
	}
	
#footer-bottom {
  display: none;
}
	
#FooterSection {
  margin-top: -1em;
  padding: 55px 50px 30px;
}
	
div#FooterCopyright {
  background-color: #222;
  padding-bottom: 20px !important;
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 20px !important;
}

#top-menu .menu-item-has-children > a:first-child::after, #et-secondary-nav .menu-item-has-children > a:first-child::after {
  top: 35%;
}

#logo {
  display: inline-block;
  float: none;
  margin-bottom: 0;
  max-height: 100% !important;
  transform: none;
  transition: none 0s ease 0s  !important;
  vertical-align: middle;
  margin-top:  25px;
}

.nav li.et-reverse-direction-nav li ul {
  left: auto;
  right: 215px;
}

#et-info {
  float: left;
  font-weight: normal;
}

#top-header a, #top-header a {
  color: #fff;
  font-weight: normal;
}

.wk-overlay-bg {
    border-color: rgb(0, 0, 0) !important;
    box-shadow: 2000px 0 0 0 rgba(0, 0, 0, 0.5) inset !important;
}

@media only screen and (min-width:981px){
	


        
	
	}

/********************************************************************************************************
 Styles For resolutions betwen 240 AND 980 => Between this resolutions mobile menu and mobile view starts
 
 *******************************************************************************************************/



@media only screen and (min-width:240px) and (max-width: 980px){

div#FooterSection div.Copyright div.CopyrightColumnOne {
  display: block;
  float: none;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
}	
	
	#et_mobile_nav_menu {
	display: none !important;
}
	
	#main-header {
	box-shadow: none !important;
	margin-bottom: 0px;
	height: 95px;
}
	
	#responsive-menu-pro-container {
	z-index: 999999 !important;
}
	
	.et_header_style_left .logo_container {
	position: relative;
	width: 100%;
	height: 100%;
}
	
	#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-item-link {
	font-size: 16px;
	text-transform: uppercase !important;
}
	
	/*GRID*/

.category.et_pb_post {
	border-bottom: 1px solid #ccc;
	margin-bottom: 45px;
	padding-bottom: 43px;
	float: none;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}
	
.category div#main-content div.container {
	position: relative;
	width: 90%;
	max-width: 1080px;
	margin: auto;
}

	
.category.et_pb_image_container img, .et_pb_post a img {
	float: none;
	margin-bottom: 50px;
	margin-right: 0px;
	vertical-align: bottom;
	display: block;
	width: 100%;
}

}



/* Styles For resolutions betwen 981 AND 1024 */

@media only screen and (min-width: 981px) and (max-width: 1024px){

	

}


/* Styles For resolutions betwen 1024 AND 1280 */


@media only screen and (min-width:1025px) and (max-width: 1280px) {
	
	
	
	}
	
/* Styles For resolutions betwen 1281 AND 1366 */


@media only screen and (min-width:1281px) and (max-width: 1366px) {
	
	

	
	}

	