/*!
Theme Name: Milkit Child
Theme URI: http://www.demo.lollum.com/milkit
Description: Child Theme for Milk-It.
Tags: white, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, full-width-template, custom-menu, featured-images, post-formats, sticky-post, theme-options, translation-ready
Author: Lollum
Author URI: http://www.lollum.com/
License: The PHP code and integrated HTML are licensed under the General Public
License (GPL). All other parts, but not limited to the CSS code, images, and design belong to their respective owners.
License URI: http://www.gnu.org/licenses/gpl-2.0.html - https://help.market.envato.com/hc/en-us/articles/202501064
Template: milkit
Version: 1.8
*/

@import url('../milkit/style.css');

/* -------- Theme customization starts here -------- */
@media (min-width: 992px){
.flex-home .post-module-content {
    top: 36px;
}
.sf-menu ul{max-height: calc(100vh - 60px);overflow-y: auto;}
	.sfsi_widget.sfsi_shortcode_container{display: block;float:right;width: 315px;}
    .sfsi_widget.sfsi_shortcode_container .norm_row.sfsi_wDiv {width:100% !important}
}
@media (min-width: 768px){
.flex-home .post-module-content .entry-title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
}
	.flex-home .post-module-content{padding:15px;}
	#homeslider{max-height:350px; overflow-y:hidden;}
	.home .post-module-4cols .entry-title, .home .post-module-2cols .entry-title, .home .post-module-3cols .entry-title{    font-size: 13px;
    line-height: 18px;}
	
	#secondary .post-module.horizontal .entry-title {
    line-height: 18px;font-size:13px;
}
	.home .post-module {
    font-size: 15px;
}
	.flex-home .slides img {
    max-height: 350px;
    position: relative;
    left: 0px;
	width:auto;
	float:right;
}
	.flex-home .slides > li{min-height:350px}
	.home .show-site-blog {
		    position: relative;text-align:right;
}
	/*.show-site-blog:before {
    content: '';
    height: 2px;
    width: 50%;
    background-color: rgba(128,128,128,.15);
    position: absolute;
    left: 50%;
    top: 8px;
    transform: translateX(-50%);
}*/
}
/*.flex-home .slides img{max-height:350px}*/
#content {
    margin-top: 40px;
}
.home #main .section-title{border-bottom: 2px solid #da2128; margin-bottom: 30px;display:block;}
.home #main .section-title h4{margin-bottom: 0px;
    background-color: #da2128;
    color: #fff;
    padding: 8px 12px 7px;border:0px; display:inline-block;}
.flex-home .slides{background-color:#fff;}
.home #main .post-modules.wdgt.horizontal .post-thumbnail {    width: 125px;}
.home #main .post-modules.wdgt.horizontal .post-thumbnail img{width:100%;}
.home #main .post-module.horizontal .entry-title {
    font-size: 13px;
    line-height: 18px;
}
.home #main .post-module.horizontal .entry-cats {
    margin-bottom:8px;
}
.home #main .post-modules.wdgt.horizontal .post-module.horizontal.has-post-thumbnail .post-module-content{margin-left:140px;}
.home .post-module .entry-summary p {
    margin-bottom: 10px;
    line-height: 20px;
}
.home #homeslider .entry-summary p{line-height:18px;}
.home .post-module {
    margin-bottom: 30px;
}
.home .author-date{font-size:12.5px}
.home #main .post-modules.horizontal {
    margin-bottom: 0px;
}

/*.home .show-site-blog a{will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;background-color:#da2128;box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);color:#fff;position:relative;z-index:5;margin-right:15px;}
.home .show-site-blog a:hover{box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);}
*/


.home .show-site-blog  a{ color:#da2128;position:relative;z-index:5;margin-right:15px;-webkit-transition: border-color 0.4s, color 0.4s; transition: border-color 0.4s, color 0.4s; background-color:transparent;box-shadow: none; border-radius: 22px; -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);text-transform:uppercase; transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);border: 2px solid #da2128;overflow:hidden;}
.home .show-site-blog a:hover {
    color: #fff;
    border-color: #da2128;
}
.home .show-site-blog a:before{content: '';
   position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	background-color:#ea4f55;
}
.home .show-site-blog a:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	 background-color: #da2128;
}
.home .show-site-blog a:hover:before, .home .show-site-blog a:hover:after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.home .show-site-blog a:hover:after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
}
.home #main .post-module.horizontal .post-module-content .entry-footer .author-date .byline.semantic{display:block !important}

.post-module-content .entry-footer .comments-views .post-views-count{display:none;}

.video_btn {
  cursor: pointer;
}
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 750px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
	overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg_overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg_overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close_btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}
.pop-up-content-wrap{
	overflow: hidden;
    width: calc(100% - 10px);
    text-align: center;
    margin: 0 auto;
}

@media screen and (min-width:800px){
	.custom-model-main:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}