/*
 Theme Name:   PokaTheme Child
 Theme URI:    #
 Description:  PokaTheme Child
 Author:       PokaTheme
 Author URI:   #
 Template:     pokatheme
 Version:      1.0.1
 Tags:         
 Text Domain:  poka-child
*/

/* ==========================================================================
   Place your styles here
   ========================================================================== */
   

/***********************
	MAIN
***********************/
h1, h2, h3, h4{
	font-family: 'Josefin Sans', sans-serif;
}


p{
	font-family: Roboto,sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 2rem;
}
   

/***********************
	HEADER
***********************/
.head-main{display: none}  

.head-top{
	display: none;
}

.head-menu{
	background: #002f6c !important;
	margin-top: 12px;
	margin-top:0;
}

.head-inline{
	padding: 10px 0;
}

.head-menu .menu>li a{
	text-transform: uppercase;
	font-size: 14px !important;
	color: #fff;
	line-height: 35px;
	font-family: 'Josefin Sans', sans-serif;
}

.section{
    padding: 20px 0 40px;
}


/***********************
	NAVIGATION
***********************/


.trigger-mmenu .icon span{
	background: #fff;
}

.trigger-mmenu {
    position: absolute;
    top: 30px;
    left: 0;
}


/***********************
	MAIN CONTENT
***********************/


.section{
	padding: 0;
}


/***********************
	TABLEPRESS
***********************/
.text-area>table thead th{
	background: #0f4e92;
    color: #fff;
    text-transform: uppercase;
}

.text-area>table tbody td{
	vertical-align: middle;
	width: 20%;
}

.tablepress tbody tr{
	-webkit-box-shadow: 0px 2px 5px 1px rgba(204,204,204,1);
	-moz-box-shadow: 0px 2px 5px 1px rgba(204,204,204,1);
	box-shadow: 0px 2px 5px 1px rgba(204,204,204,1);
}

.tablepress img{
	width: 150px;
}

.column-2, .column-5{
	text-align: center !important;
}


/***ICONS****/

.fa-star, .fa-star-o{
	color: #FFBF00;
}

.fa-star:before, .fa-star-o:before{
	font-size: 20px;
	padding: 0 3px;
}

.fa-check{
	color: green;
}

.fa-check:before{
	font-size: 17px;
}






/***********************
	FOOTER
***********************/

.footer{
	padding-top:20px;
}

/* ==========================================================================
   Responsive steps
   ========================================================================== */
/* Large desktops */
@media (max-width: 1199px) {
    
}

/* Tablet */
@media (max-width: 991px) {
    
}

/* Mobile */
@media (max-width: 767px) {
	


}

/* Small mobile */
@media (max-width: 575px) {
    
}