/*
Theme Name: 
Theme URI: http://prosoft-phils.com/
Author: | Prosoft Phils
Author URI: http://prosoft-phils.com/
Description: Responsive Theme for (Tablet)
*/

@media (min-width: 768px) and (max-width: 991px) {

/*--------------------------------------------------------------
GENERAL STYLES
--------------------------------------------------------------*/
body {
	font-size: ;
	line-height: ;
	overflow-x: hidden;
}

/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
header {
	margin-bottom: 60px;
}

.container-header {
	margin: 0;
}

.menu-desktop a {
	font-size: 14px!important;
}


/*--------------------------------------------------------------
Fold 1
--------------------------------------------------------------*/
#new-entries .container {
	max-width: 100%;
}

#new-entries .fold-content .entry-container {
	width: 31%;
	margin: 0 1.1%;
	padding: 24px 18px 58px 18px;
}

#new-entries .post-content {
	margin-bottom: 2rem!important;
}

/*--------------------------------------------------------------
Fold 2
--------------------------------------------------------------*/
#browse-categories .category-div {
	max-width: 24%;
}

#new-entries .fold-content .entry-container .thumbnail {
	height: 196px;
}

#new-entries .post-content {
	height: 100px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*--------------------------------------------------------------
Sidebar
--------------------------------------------------------------*/
.cat-tab-btn,
.side-home-btn {
	padding-left: 0.5rem!important;
}

#categories-tab button i,
.collapse button i {
	margin: 0 !important;
}

#categories-tab button.cat-tab-btn {
	padding-right: 15px !important;
}

.card-body {
	padding: 0;
}

#categories-tab button {
	padding-right: 19px;
}

/*--------------------------------------------------------------
Archive
--------------------------------------------------------------*/

.font-14 {
	font-size: 12px !important;
}

.w-24 {
	width: 47% !important;
	margin-right: 3%;
}

.cat-desc-con {
	margin-bottom: 1rem!important;
}

/*--------------------------------------------------------------
Single
--------------------------------------------------------------*/

.tooltip-more .tooltip-more-text{
	visibility: visible;
}

.tooltip-more .tooltip-more-text::after {
	right: 34%;
}




/*--------------------------------------------------------------
CONTACT FORM / Google ReCAPTCHA
--------------------------------------------------------------*/
[title~=recaptcha] {
	width: 400px !important;
	height: 580px !important;
}

.google-recaptcha iframe {
	min-width: 304px !important;
	height: auto !important;
}

.contact-input {
	text-align: right;
}

/*--------------------------------------------------------------
Full Width Video iFrame on Modal 
--------------------------------------------------------------*/
.video-modal-content {
    width: 72%;
}

/*--------------------------------------------------------------
Ultimate Membership
--------------------------------------------------------------*/
header.entry-header {
	margin-top: 16%;
}

} /*END of @media 768px - 991px*/



/*--------------------------------------------------------------
CUSTOM IPAD BREAKPOINTS
--------------------------------------------------------------*/
/*IPAD Portrait & Landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 

} /*END of IPAD Portrait & Landscape*/

/*IPAD in Landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

} /*END of IPAD in Landscape*/


/*IPAD in Portrait*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

} /*END of IPAD in Portrait*/


