/*!
Theme Name: Pixate
Theme URI: https://www.templatemonster.com/vendors/zemez
Author: Zemez
Author URI: https://zemez.io/
Description: Pixate theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pixate
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
DocumentationID: pixate
Template Id: prod-25518
*/

#toTop {
	cursor: pointer;
	text-decoration: none;
    position: fixed;
    bottom: 20px;
    overflow: hidden;
    width: 60px;
    height: 60px;
    z-index: 999;
    text-align: center;
    border: 2px solid;
    padding-top: 15px;
}
#toTop {
    color: #6475a8;
    border-color: #6475a8;
}
#toTop:hover {
	color: #0e111a;
	border-color: #0e111a;
	background-color: #ffffff;
}    
.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.cf-col-6 {
  position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}
@media ( min-width: 576px ) {.cf-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
}
.btn {
	color:#6475a8;
	background-color:#ffffff;
	font-size:14px;
	font-weight:700;
	line-height:28px;
	letter-spacing:0.56px;
}
.btn:hover{
	color:#0e111a;
	background-color:inherit;
}