/**
*
*@package wp-site-portfolio
*/
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;  
}

html.wpspf-site{
	 overflow: hidden !important;
}

html,body {
    width: 100%;
    height: 100%;
}

body {
	margin:0;
	padding:0;
}

.lbcont{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
}
.lbcont[data-display="show"]{
	display: block;
	z-index: 10000;
}

iframe{
	border:none;
}
iframe#ifrm{
}

.loading-iframe{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #FFFFFF;
	z-index: 1000;
}

.loaded{
	display: none;
}

.loading-title{
	color: #020202;
	margin-top: 150px;
	z-index: 0;
}
	
.toolbar{
	background:#020202;
	width:100%;
	height:42px;
	line-height:normal;
	z-index: 2;
}
					
.logocont{
	margin-top:3px;
	margin-left: 10px;
	float:left;		
	padding-right: 20%;
}

.logocont img{
	max-height:35px;
}

.iconcont{
	width:25%;
	float:left;	
					
}

.iconcont i{
	float: left;
	padding-right: 25px;
	box-sizing: border-box;
	padding-top: 5px;
}

.wpspficon{
	color:#9e9e9e;

}

.wpspficon:hover{
	cursor: pointer;
	color: #FFFFFF;
}

.iconactive{
	color: #FFFFFF !important;
}

.titlecont{
	float:left;
	margin-top:3px;
	height:35px;
}

h1{
	margin-top:0px;
	font-size:24px;
}

.closeback{
	float:right;
	margin-right:15px;
	margin-top:3px;
	height:35px;
}
				

.wpspf_iframecont{
	margin:0 auto;
	padding:0;
	width:100%;
	height:100%;
	align-content:center;
	align-items:center;
	text-align:center;
	float:left;
}
/*==========================
	Media Screen css
============================*/

@media only screen and (max-width: 850px){

.logocont{
	padding-right: 10%;
}

/*===========================
   Hide on Tablet ang Mobile
=============================*/
.phonecont{
	display:none;
}
			
.tabcont{
	display:none;
}
			
.compcont{
	display:none;
}

h1{
	font-size:16px;
}
}	

@media only screen and (max-width: 412px){

.logocont{
	padding-right: 8px;
	width: 30%;
	line-height: 2;
}

.titlecont h1 {
    font-size: 16px;
    line-height: 2;
}
}

/*=======================
     Shortcode style
=========================*/

.wpspf-cont{
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

.wpspf-site-cont{
	width: 100%;
	align-items: center;
}

.wpspf-box-cont{
	width: 33.333333%;
	padding: 10px;
	display: inline-block;
	 -webkit-transition: opacity .7s ease-in-out, width 0.5s, height 0.6s; /* For Safari 3.1 to 6.0 */
    transition: opacity .7s ease-in-out, width 0.5s, height 0.6s;
}

.wpspf-box{
	text-align: center;
	background: #e6e9ec;
	margin: 5px;
    -webkit-transition: width 0.5s, height 0.6s; /* For Safari 3.1 to 6.0 */
    transition: width 0.5s, height 0.6s;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04), 0 2px 5px 0 rgba(0, 0, 0, 0.03);
}

.wpspf-box:hover{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
}

.wpspf-title{
	font-size: 18pt;
	padding: 10px;
	background: #d8d8d8;
}

.wpspf-thumbnail{
	position: relative;
    width: 100%;
}

.wpspf-thumbnail img{
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.wpspf-thumbnail:hover img {
  opacity: 0.3;
}

.hover-text{
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;	
}

.wpspf-thumbnail:hover .hover-text{
  opacity: 1;
}

.text {
  background-color: #262626;
  border-radius: 5px;
  color: white;
  padding: 16px 32px;
}

.wpspf-cat-cont{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	justify-content: center;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;flex-wrap:wrap;
}

ul li.wpspf-button{
	list-style: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 20px;
	color: #2626265;
 	margin-right: 15px;
}

ul li.wpspf-button:hover,
.active{
	cursor: pointer;
	border-bottom: 1px solid;
	color: #262626;
}
 .fade-out{
 	transform: scale(0);
 	width: 20%;
 	padding:0;
 	opacity: 0;
 	 -webkit-transition: width 0.5s, height 0.6s; /* For Safari 3.1 to 6.0 */
   transition: width 0.5s, height 0.6s;
    display:table-column;
}
.hide{
	display: none;
}

/*======================================
   shortcode grid 2 column for tablet
========================================*/
@media only screen and (max-width: 875px){
.wpspf-box-cont{
	width: 50% !important;
}
}
/*=======================================
     shortcode grid 1 column for mobile
=========================================*/
@media only screen and (max-width: 600px){
.wpspf-box-cont{
	width: 100% !important;
    margin: 0;
    margin-bottom: 8px;
    padding: 0;
}
}
