/* 
 Theme Name:     JK
 Author:         Hight Studio
 Author URI:     http://www.hight.pl
 Template:       Divi
 Version:        3.14
 Description:   A Child Theme Built specially for Jarosław Klimaszewski
 Wordpress Version: 4.7.5
*/ 


/* ----------- CUSTOM CSS BELOW --------------------------- */



/* ----------- Ghost button --------------------------- */ 
.ghost-button { 
display: inline-block; 
cursor: pointer; 
margin: 2px; 
border-radius: 2px; 
text-decoration: none; 
padding: 10px; 
font-size: 20px; 
transition: .3s; 
-webkit-transition: .3s; 
-moz-transition: .3s; 
-o-transition: .3s; 
color: #fff; 
border: 1px 
solid #fff; 
background: transparent; 
} 
.ghost-button:hover { 
background: rgb(85, 172, 238); 
background: rgba(255, 255, 255, .4); 
} 
.cta1:hover { 
border: 1px solid rgba(255, 255, 255, .1); 
background: rgba(255, 255, 255, .3); color: #fff; 
} 

