/*
Theme Name:     Zimperium Blog 2
Theme URI:      
Description:    
Author:         
Author URI:     
Version:        1.0.0
*/

/* Fonts */
@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto-Regular.eot');
    src: url('assets/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/Roboto-Regular.woff') format('woff'),
         url('assets/fonts/Roboto-Regular.ttf') format('truetype'),
         url('assets/fonts/Roboto-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'Roboto Bold';
    src: url('assets/fonts/Roboto-Bold.eot');
    src: url('assets/fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/Roboto-Bold.woff') format('woff'),
         url('assets/fonts/Roboto-Bold.ttf') format('truetype'),
         url('assets/fonts/Roboto-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}


/* Global */
html, body{
	font-family: "Roboto";
	font-size: 16px;
	color: #404040;
}

strong, b{
	font-family: 'Roboto Bold';
}


/* Links, Buttons */
a, a:link, a:active, a:visited{
	color: #f25e30;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

/* Header */
.hero{
	background-image: url('assets/images/hero.jpg');
    min-height: 220px;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero h1{
    margin-top: 20%;
    background-image: none;
    padding-left: 0;


	font-size: 40px;
	font-weight: 300;
	line-height: 1.3;
	text-align: center;
	color: #ffffff;	
}
@media (min-width: 768px) {

	.hero h1{
		background-image: url('assets/images/ic-dots.svg');
		background-size: 62px 16px;
		background-position: left center;
		background-repeat: no-repeat;
		padding-left: 86px;
		margin-top: 100px;
	}
}

/* Footer */


/* Sidebar - Widgets */

.widget-container{
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);

  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.widget-container h3.widget-title{
	font-size: 20px;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 30px;
	padding-left: 20px;
}

.widget-container ul{
	list-style: none;
	padding-left: 0;
}

.widget-container a,
.widget-container a:link,
.widget-container a:active,
.widget-container a:visited,
.widget-container a:hover{
	color: #404040;
	text-decoration: none;
}

.widget-container ul li a:hover{
	background-color: #f0f2f7;
}

/* Sidebar - Widget search */
.widget_search{
	padding-left: 20px;
    padding-right: 20px;
}

.widget_search input[type="text"]{
	width: auto;
}

.widget_search input[type="submit"]{
    height: 30px;
    border-radius: 2px;
    background-color: #ff5926;
    border: solid 1px #f25e30;
    line-height: 25px;
    color: white;
    font-size: 16px;
    margin-top: 5px;
}

/* Sidebar - Widget newsletter */

#join-newsletter-form{
	padding-left: 20px;
    padding-right: 20px;
}
#join-newsletter-form img{
	margin: 0 auto;
	margin-bottom: 20px;
}
#join-newsletter-form .intro{
	line-height: 1.5;
	text-align: center;
	margin-bottom: 15px;
}
#join-newsletter-form input[type="email"]{
	border-radius: 2px;
	background-color: #ffffff;
	border: solid 1px #8c8b8b;
	height: 45px;
    text-align: center;
    margin: 0 auto;
    display: block;	
    margin-bottom: 10px;
}
#join-newsletter-form input[type="submit"]{
	height: 45px;
	border-radius: 2px;
	background-color: #ff5926;
	border: solid 1px #f25e30;
	line-height: 45px;
	color: white;
	text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;	
}





/* Sidebar - Widget popular posts */
.widget-container.widget_recent_entries h3.widget-title{
	margin-bottom: 20px;
}

.widget-container.widget_recent_entries ul li a{
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	display: block;
}

.widget-container.widget_recent_entries ul li a::after{
	content: ' ';
    border-top: 1px solid #dde0e6;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

/* Sidebar - Widget categories */
.widget-container.widget_categories ul li a{
	display: block;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 0;
}

.widget-container.widget-categories h3.widget-title{
	margin-bottom: 20px;
}


/* Pagination */
ul.pagination{
	list-style: none;
    display: inline-block;
    padding-left: 0;
    margin: 30px 0;
}

ul.pagination li{
	float: left;
}

ul.pagination li a{
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

ul.pagination li a:link,
ul.pagination li a:link,
ul.pagination li a:link{
	color: #404040;
	text-decoration: none;
}


ul.pagination li a:hover,
ul.pagination li.active a{
	color: #404040;
	background-color: #dcdfe6;
	text-decoration: none;
}



/* Loop Post */



#content .post{
	margin-top: 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #dcdfe6;
}
@media (min-width: 768px) {
	#content .post{
		margin-top: 30px;
	}
}

#content .post h2.post-title{
	font-size: 26px;
	line-height: 1.31;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: normal;
}
#content .post h2.post-title a,
#content .post h2.post-title a:link,
#content .post h2.post-title a:active,
#content .post h2.post-title a:visited{
	color: #404040;;
	text-decoration: none;
}

#content .post h2.post-title a:hover{
	text-decoration: underline;
}


#content .post ul.post-meta{
	list-style: none;
	padding-left: 0;
	display: inline-block;
	margin-bottom: 20px;
}

#content .post ul.post-meta li{
	margin-left: 10px;
	margin-bottom: 0px;
	float: left;
}

#content .post ul.post-meta li::after {
    content: '|';
    margin-left: 10px;
    color: #404040;
}


#content .post ul.post-meta li:first-child{
	margin-left: 0;
}

#content .post ul.post-meta li:last-child{
	margin-right: 0;
	border-right: 0;
}


#content .post ul.post-meta li:last-child::after{
	content: '';
}

.addthis_tool{
	margin-bottom: 20px;
}
.addthis_tool .at4-jumboshare .at4-count,
.addthis_tool .at4-jumboshare .at4-count span{
	font-size: 25px !important;
	line-height: 30px !important;
}

.addthis_tool .at4-jumboshare .at4-count-container{
	min-width: 90px !important;
}

.addthis_tool.addthis_inline_share_toolbox_9o9k{
	float: left;
    margin-bottom: 0;
}



#content .post p,
#content .post ul li{
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}

#content .post pre{
	max-height: 200px;
	overflow: scroll;
}

#content .post .post-share{
}

#content .post .post-share .counter{
    display: inline-block;
    float: left;
    text-align: right;
    padding-right: 10px;
    border-right: 1px solid #d0d3d9;
}
#content .post .post-share .counter span{
	display: block;
}

#content .post .post-share .counter span:first-child{
	font-family: 'Roboto Bold';
}
#content .post .post-share .counter span:last-child{
    text-transform: uppercase;
}


#content .post .post-share .sc{
	display: inline-block;
	background-size: 36px 36px;
	background-repeat: no-repeat;	
	float: left;
	margin-left: 10px;
	width: 36px;
	height: 36px;
}
#content .post .post-share .twitter{background-image: url('assets/images/twitter.svg');}
#content .post .post-share .facebook{background-image: url('assets/images/facebook.svg');}
#content .post .post-share .linkedin{background-image: url('assets/images/linkedin.svg');}
#content .post .post-share .googleplus{background-image: url('assets/images/googleplus.svg');}
#content .post .post-share .share{background-image: url('assets/images/share.svg');}

@media (min-width: 768px) {

	#content .post ul.post-meta li{
		margin-left: 20px;
	}

	#content .post ul.post-meta li::after {
	    margin-left: 20px;
	}

}

/* Single Post */
.single-post #content .post{
	margin-bottom: 120px;
}

.single-post h1.post-title{
	line-height: 35px;
    font-size: 30px;
	margin-bottom: 15px;
}


.single-post div.post-meta-holder{
	width: 100%;
	padding-top:5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdfe6;
	border-bottom: 1px solid #dcdfe6;
	margin-bottom: 15px;
}

.single-post #content .post div.post-meta-holder ul.post-meta{
	vertical-align: middle;
    margin-bottom: 0;
    line-height: 40px;
}

.single-post div.post-meta-holder ul.post-share{
	list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: top; 
    float: none;
    display: block;
}

.single-post div.post-meta-holder ul.post-share::after {
    content: '';
    clear: both;
    display: block;
}

.single-post div.post-meta-holder ul.post-share li{
    margin-left: 5px;
    float: left;
}

.single-post .featured-image-holder{
	text-align: center;
	width: 100%;
	background-color: #f0f3f8;
	margin-top: 20px;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.single-post .featured-image-holder img{
	margin-bottom: 0;
}

.single-post .bottom-post.post-share{
	width: 100%;
	padding-top:20px;
	padding-bottom: 20px;
	margin-top: 50px;
	margin-bottom: 70px;
	border-top: 1px solid #dcdfe6;
	border-bottom: 1px solid #dcdfe6;	
}

.single-post .post-share .follow-us{
	float: left;
    line-height: 40px;
    padding-right: 10px;
    border-right: 1px solid #d0d3d9;
    display: inline-block;
}

.single-post #content .post .post-share .sc.follow-icon{
	float: none;
}

.single-post #content .post .post-share .clearfix-mobile{
	content: '';
    display: block;
    clear: both;
}

.single-post .post-nav a{
    display: block;
    background-color: #f0f3f8;
    font-size: 16px;
    line-height: 1.5;
    color: #404040;
    text-decoration: none;
    padding: 20px 20px 20px 20px;
}


.single-post .post-nav .post-nav-link a span{
	display: inline-block;
    width: 75%;
}

.single-post .post-nav .post-nav-link:first-child a span{
	padding-right: 15px;
    padding-left: 20px;
}

.single-post .post-nav .post-nav-link:first-child a img{
	display: inline-block;
    float: left;
}
.single-post .post-nav a img::after{
	content: '';
	clear:both;
}

.single-post .post-nav .post-nav-link:last-child a span{
	padding-left: 15px;
    padding-right: 20px;
}

.single-post .post-nav .post-nav-link:last-child a img{
	display: inline-block;
    float: right;
}


.single-post #content .post iframe,
.single-post #content .post table{
	width: auto;
}

@media (min-width: 768px) {

	.single-post h1.post-title{
		margin-bottom: 30px;
	    font-size: 40px;
	    line-height: 52px;
	}
	.single-post div.post-meta-holder ul.post-share{
		display: inline-block;
	    float: right;
	}
	.single-post div.post-meta-holder ul.post-share::after {
	    content: '';
	    clear: none;
	    display: none;
	}
	.single-post div.post-meta-holder{
		padding-top:20px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}	

	.single-post #content .post .post-share .clearfix-mobile{
		content: '';
	    display: none;
	    clear: none;
	}

	.single-post .post-share .follow-us{
		float: right;
	}

	.single-post #content .post .post-share .sc.follow-icon{
		float: right;
	}	
}



/* JP Post */
#content .post .jp-post{
	margin-bottom: 60px;
}

#content .post .jp-post h2{
	font-size: 26px;
  	line-height: 1.31;
  	margin-top: 0;
  	margin-bottom: 10px;
}

#content .post .jp-post p{
	margin-bottom: 20px;
}

#content .post .jp-post a{
	background-image:url('assets/images/ic-download-doc.svg');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 40px;
	background-size: 36px 36px;
}

/*	NavBar	*/
#nav-main{
	background-color: white;
	min-height: 51px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


#nav-main a{
	font-family: "Roboto", sans-serif;
	font-size: 14px;
    color: #404140;
    text-decoration: none;
}

nav.navbar-default{
	margin: 0 auto;
}

.navbar-brand{
	padding: 5px 0 0 0;
}


#nav-main ul.nav img{
	display: inline-block;
}

#menu-item-208 {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 5px;
}
#menu-item-208 a{
	border: 1px solid rgba(0,0,0,0.4);
	border-radius: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.navbar-default .navbar-nav > li > a {
  color: #bbbfc1;
  color: rgba(0, 0, 0, 0.5);
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000;
  background-color: transparent;
}
#nav-main.alternate .navbar .navbar-right>li>a {
  color: #bbbfc1;
  color: rgba(0, 0, 0, 0.5);
  line-height: 40px;
}
#nav-main.alternate .navbar .navbar-right li.current-menu-item a,
#nav-main.alternate .navbar .navbar-right li a:hover {
  color: #000;
}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
  color: #000;
}




.navbar-nav .open2 .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	box-shadow: none;
}

.navbar-nav .open2 .dropdown-menu{
	float: left !important;
}
.dropdown-header2 a{
	margin-top: 0;
}
.open2>.dropdown-menu{
	display: none;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
	background-color: transparent;
	color: #000 !important;
}

.dropdown-menu > li > a{
  color: #bbbfc1;
  color: rgba(0, 0, 0, 0.5);
}

#nav-main .navbar .navbar-right li.current-menu-item a {
font-weight: normal;
color: #000;
}


#menu-item-208 a{
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-collapse.navbar-ex1-collapse.in{
	background-color:white;
}

  
/*Narrow nav*/
#nav-main.alternate{
	height: 80px;
	border-bottom: solid 2px rgba(207, 207, 207, 0.3);
}
#nav-main.alternate .navbar .navbar-right{
	margin-top:0;
}
#nav-main.navbar-fixed-top.alternate .navbar-brand{
	padding: 15px 15px 0 15px;
}


.dropdown-header2.first-child a{
    margin-top: 10px;
}

.dropdown-header2 a{
    color: #b9b5b5 !important;
    margin-top: 0;
    text-transform: uppercase;
    border-top: 0 !important;
}
.dropdown-menu>li.dropdown-header2>a:hover, .dropdown-menu>li.dropdown-header2>a:focus{
	color: #b9b5b5 !important;
}
.no-border-top a{
	border-top: 0 !important;
}

@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		left: 0;
		right: auto;
	}
	.dropdown-menu>li>a {
		border-top:1px solid #e0e0e0;
		padding-top: 10px;
		padding-bottom: 10px;
	}	
	.dropdown-menu>li:first-child>a {
		border-top: 0;
	}
	.dropdown-header2 a{
		margin-top: 20px;
	}

	/*Horiz caret*/
	.dropdown .dropdown .caret {
	    display: inline-block;
	    width: 0px;
	    height: 0px;
	    margin-left: 2px;
	    margin-bottom: 3px;
	    vertical-align: middle;
	    border-left: 4px solid;
	    border-top: 4px solid transparent;
	    border-bottom: 4px solid transparent;
	}

	.navbar-right .dropdown-menu .dropdown-menu{
		position: absolute;
	    z-index: 1000;
	    display: none;
	    float: left;
	    min-width: 160px;
	    padding: 5px 0;
	    margin: 2px 0 0;
	    list-style: none;
	    font-size: 14px;
	    text-align: left;
	    background-color: #fff;
	    border: 1px solid #ccc;
	    border: 1px solid rgba(0,0,0,0.15);
	    border-radius: 4px;
	    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	    background-clip: padding-box;

	    top: -6px;
	    left: 158px;
	    margin-top: 0px;
	    border-top-right-radius: 0px;
	    border-top-left-radius: 0px;

	}
}

.navbar-right .dropdown-menu .dropdown.open > .dropdown-menu{
	display: block;
}

.nav .open > a:hover,
.nav .open > a:focus{
	background-color: transparent;
}





/*	Navbar new style by Ofir Baruch 	*/
@media(min-width:768px){
	.dropdown-menu{
		padding-top: 15px;
		padding-bottom: 15px;
		border-radius: 0;
		border-color: rgba(0,0,0,0.1);
	}

	.dropdown-menu li.dropdown-header,
	.dropdown-menu li.dropdown-header2{
		margin-top: 0;
		padding: 0;
		padding-left: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.dropdown-menu>li>a{
		border-top: 0;
	}

	#nav-main li.dropdown-header a,
	#nav-main li.dropdown-header2 a,
	.dropdown-menu .dropdown-header a,
	.dropdown-menu .dropdown-header a:link,
	.dropdown-menu .dropdown-header a:active,
	.dropdown-menu .dropdown-header a:visited,
	.dropdown-menu .dropdown-header2 a,
	.dropdown-menu .dropdown-header2 a:link,
	.dropdown-menu .dropdown-header2 a:active,
	.dropdown-menu .dropdown-header2 a:visited{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.33;
		text-align: left;
		color: #404040 !important;
		text-transform: none;
		margin-top: 0;
	}

	.dropdown-menu .dropdown-header a:hover,
	.dropdown-menu .dropdown-header2 a:hover{	
		text-decoration: none;
	}

	.dropdown-menu li{
		padding: 5px 0 5px 10px;
	}

	.dropdown-menu li a:link{
		font-size: 14px;
		text-align: left;
		color: #404040 !important;
	}

	.dropdown-menu li:hover{
		background-color: #f0f3f8;
	}

	.dropdown-menu a:hover{
		text-decoration: none;
	}

	.dropdown-menu>li>a{
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.dropdown-menu.zproducts li.dropdown-header,
	.dropdown-menu.zproducts li.dropdown-header2{
		padding-left: 30px;
	}


	/* mega menu */
	.menu-item-1464 .dropdown-menu{
		width: 380px;
	}

	.menu-item-1464 ul{
		list-style: none;
		padding-left: 0;
		float: left;
		width: 50%;
	}


	.menu-item-1464 .dropdown-menu li a,
	.menu-item-1464 .dropdown-menu li.dropdown-header a,
	.menu-item-1464 .dropdown-menu li.dropdown-header2 a{
		padding-left: 20px;
		display: block;
		margin-top: 0;
	}
}

