/*
Theme Name: Takipi
Theme URI: http://bishoy.me/
Author: Bishoy A.
Author URI: http://bishoy.me
Description: Made for the Takipi Blog. This theme uses Bootstrap CSS framework and Underscore starter theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: takipi
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Takipi is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Fonts
# Normalize
# Typography
# Elements
# Forms
# Header
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Social Links
# Content
    ## Posts and pages
    ## Shortcode Subscribe
	## Asides
	## Comments
# Footer
# Load more
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Exo+2:400,700,300,300italic,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);

@font-face {
	font-family: 'BebasNeueBold';
	src: url('fonts/BebasNeueBold.otf') format('truetype');
}
@font-face {
	font-family: 'BebasNeueBook';
	src: url('fonts/BebasNeueBook.otf') format('truetype');
}
@font-face {
	font-family: 'BebasNeueLight';
	src: url('fonts/BebasNeueLight.otf') format('truetype');
}
@font-face {
	font-family: 'BebasNeueRegular';
	src: url('fonts/BebasNeueRegular.otf') format('truetype');
}
@font-face {
	font-family: 'BebasNeueThin';
	src: url('fonts/BebasNeueThin.otf') format('truetype');
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: rgba(0,0,0,0.8);
	font-family: 'Lora', serif;
	font-size: 20px;
	/*font-size: 1rem;*/
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	/*background: rgba(50, 58, 65, 0.97);*/
	background-color: rgba(255, 255, 255, 0);
	padding: 0;
	height: 64px;
	position: absolute;
	width: 100%;
/*	display: flex;
	display: -webkit-flex;*/
	/*align-items: center;*/
	-webkit-transition: background-color 400ms ease-in-out;
	-moz-transition: background-color 400ms ease-in-out;
	-ms-transition: background-color 400ms ease-in-out;
	-o-transition: background-color 400ms ease-in-out;
	transition: background-color 400ms ease-in-out;
}
.essb_links .essb_item a .essb_icon:before{
	background: linear-gradient(134deg, rgba(88, 100, 108, 0.67), #344f63);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
	.essb_links .essb_item a:hover .essb_icon:before{
		/*#51b2e9*/
		background: inherit;
		-webkit-background-clip: inherit;
		-webkit-text-fill-color: inherit;
	}

.site-header.fixed {
	position: fixed;
	background-color: rgba(255, 255, 255, 1);
	z-index: 99999;
	box-shadow: 0 0 12px 8px rgba(21,59,119,0.1);
	/*top: 0;*/
	-webkit-transform: translateZ(0);
}
	#masthead.site-header .readingProgressbar{
		display: none !important;
	}
		#masthead.site-header.fixed .readingProgressbar{
			display: block !important;
			bottom: -4px !important;
		}
	#masthead.site-header.fixed .top-menu > a,
	#masthead.site-header.fixed #right-nav > a:not(.header-about-btn){
		color: #000;
	}

.site-branding {
	float: left;
	padding: 0;
}

.site-header.smaller .header-about-container {
    padding: 9px 0;
    margin: 0;
}

.pre-title {
	text-transform: uppercase;
	font-family: "BebasNeueRegular", Arial, sans-serif;
	font-size: 16.6px;
	margin: 0px 0px 0px 20px;
	color: #fff;
	line-height: 0.7;
}

.site-header.smaller .pre-title {
	display: none;
}

/* HEADER MENU */
/* START Header styles */
/* Header styles */

#masthead * {
    box-sizing: border-box;
}

#masthead.opaque {
    background-color: #323940;
}

#masthead .headerWrapper {
  margin: 0 auto;
  /*padding: 0px 20px;*/
}

@media (min-width: 992px) {
  #masthead .headerWrapper {
    /*padding: 0px 30px;*/
  }
}

@media (min-width: 1170px) {
  #masthead .headerWrapper {
    /*padding: 0px;*/
  }
}

#masthead .takipiLogo {
    display: inline-block;
    vertical-align: middle;
    line-height: 65px;
    height: 65px;
    margin-right: 15px;
}

#masthead.scrolled .takipiLogo,
#masthead.opaque.scrolled .takipiLogo{
    line-height: 65px;
    height: 65px;
}

@media screen and (max-width: 992px) {
  #masthead .takipiLogo {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px;
  }
}

#masthead .takipiLogo img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

#masthead .main-nav {
    display: inline-block;
    margin: 0;
}

#masthead .desktop-only {
  display: none;
}

#masthead .mob-only {
  display: inline-block;
}

#masthead .main-nav .mob-toggle {
  display: inline-block;
  height: 45px;
  width: 45px;
  margin-top: 10px;
  /*/wp-content/themes/takipi/img/logo_regular.svg?x67175*/
  background: url('./img/hamburger.svg') 50% 0 no-repeat;
  /*background: url('http://ooresources.wpengine.com/wp-content/uploads/2017/01/hamburger.svg') 50% 0 no-repeat;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#masthead.fixed .main-nav .mob-toggle {
	background: url('./img/hamburger-grey.svg') 50% 0 no-repeat;
	/*background-image: url('./img/hamburger.png');*/
}

#masthead.scrolled .main-nav .mob-toggle,
#masthead.opaque .main-nav .mob-toggle {
  margin-top: 10px;
}

#masthead .main-nav .mob-toggle ul {
  display: none;
  width: 200px;
  margin-left: -150px;
  margin-top: 53px;
  font-size: 35px;

  background: #e5e4e4;
  background: linear-gradient(to bottom, #e5e4e4, #fff);
  box-shadow: 4px 7px 7px 0 rgba(0, 0, 0, 0.3), inset 0 2px 2px 0 #ffffff;
  border-radius: 6px;
  padding: 10px 20px;
  list-style: none;
  position: relative;
}

#masthead .main-nav .mob-toggle ul:after {
	bottom: 100%;
	right: 17px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
}

#masthead .main-nav .mob-toggle.active ul {
  display: block;
  z-index: 300;
  list-style: none;
}

#masthead .main-nav .mob-toggle ul li {
  height: auto;
  line-height: auto;
  padding: 10px 5px;
}

#masthead .main-nav .mob-toggle a {
  display: block;
  color: #5c6063;
  font-family: 'Open Sans';
  font-size: 22px;
  font-weight: 600;
  white-space: nowrap;
  padding: 0px;
}

#masthead .main-nav .mob-toggle a:hover {
  font-weight: bold;
  text-decoration: none;
    transition: none;
}

#masthead ul#signup-mobile {
  margin-top: 16.5px;
  margin-right: 10px;
  list-style: none;
}

#masthead.scrolled ul#signup-mobile,
#masthead.opaque ul#signup-mobile {
  margin-top: 16.5px;
}

/* Hide nav in smaller screens */
@media (min-width: 992px) {
  #masthead .desktop-only {
    display: inline-block;
  }

  #masthead .mob-only {
    display: none;
  }
}

#masthead .main-nav li.top-menu {
    display: inline-block;
    vertical-align: middle;
    height: 65px;
    line-height: 65px;
    position: relative;
    overflow: visible;
}
#masthead .main-nav li.top-menu ul.menu-list{
	margin: 0;
}

#masthead .main-nav li.top-menu > a {
    text-align: center
}

/* Setting width to avoid pushing links to the right when hovering */
#masthead .main-nav li.top-menu.product > a {
    width: 85px;
}
#masthead .main-nav li.top-menu.solutions > a {
    width: 100px;
}
#masthead .main-nav li.top-menu.customers > a {
    width: 105px;
}
#masthead .main-nav li.top-menu.pricing-nav > a {
    width: 75px;
}
#masthead .main-nav li.top-menu.company > a {
    width: 95px;
}

#masthead.scrolled .main-nav li.top-menu,
#masthead.opaque.scrolled .main-nav li.top-menu {
    height: 65px;
    line-height: 65px;
}

#masthead .main-nav li.top-menu a {
    opacity: 0.8;
    padding: 0 10px;
}

#masthead .main-nav li.top-menu a.button {
    opacity: 1;
}

#masthead .main-nav li.top-menu a:hover {
    text-decoration: none;
    opacity: 1;
    font-weight: 600;
    transition: inherit;
}

#masthead .main-nav li.top-menu.selected > a {
    text-decoration: none;
    opacity: 1;
    font-weight: 600;
}

#masthead .main-nav li.divider {
    color: #fff;
}

#masthead .main-nav li a {
    display: block;
    color: white;
    font-family: 'Open Sans';
    font-size: 16px;
    padding: 0 15px;
    white-space: nowrap;
}

/* Submenu styles */
#masthead .main-nav > li .submenu {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    background: #e5e4e4;
    background: linear-gradient(to bottom, #e5e4e4, #fff);
    box-shadow: 4px 7px 7px 0 rgba(0, 0, 0, 0.3), inset 0 2px 2px 0 #ffffff;
    border-radius: 6px;
    padding: 20px 20px 25px 20px;
}

/*#masthead.scrolled .main-nav > li .submenu,
#masthead.opaque .main-nav > li .submenu {
    top: 60px;
}*/

@media screen and (min-width:992px) {
  #masthead .main-nav > li .submenu.pricing {
    width: 150px;
  }
}
@media screen and (min-width: 1300px) {
  #masthead .main-nav > li .submenu.pricing {
    width: 175px;
  }
}
/*#masthead.scrolled .main-nav > li .submenu,
#masthead.opaque .main-nav > li .submenu {
    top: 10px;
}*/

#masthead .main-nav > li .submenu:after {
	bottom: 100%;
	left: 35px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
}
    #masthead .main-nav > .pricing-nav > .submenu:after {
        left: 29px;
    }
    #masthead .main-nav > .solutions > .submenu:after {
        left: 41px;
    }
    #masthead .main-nav > .product > .submenu:after {
        left: 33px;
    }
    #masthead .main-nav > .company > .submenu:after {
        left: 39px;
    }
#masthead .main-nav:not(.mob-only) > li .submenu-cont{
    display: none;
}
#masthead .main-nav:not(.mob-only) > li:hover .submenu-cont {
    display: block;
	z-index: 300;
}
#masthead .main-nav:not(.mob-only) > li:hover .submenu,
#masthead .main-nav:not(.mob-only) > li .submenu-cont:hover .submenu {
    display: flex;
}

#masthead .main-nav > li .submenu > ul > li {
    display: block;
    background-color: transparent;
    color: #4d4b4b;
    height: 30px;
    line-height: 32px;
}
#masthead .main-nav > li .submenu > ul > li:last-child {
    padding-bottom: 10px;
}
#masthead .main-nav > li .submenu > ul > li a {
    color: #4d4b4b;
    opacity: 0.8;
}
#masthead .main-nav > li .submenu > ul > li a:hover {
    opacity: 1;
    text-decoration: none;
    font-weight: 600;
}

#masthead .main-nav > li .submenu > ul > li.soon {
    position: relative;
}

#masthead .main-nav > li .submenu > ul > li.soon:after {
    content: "Soon";
    font-size: 14px;
    color: #fff;
    background-color: #51b2e9;
    border-radius: 2px;
    padding: 2px 5px;
    margin-left: 7px;
    font-weight: bold;
    opacity: 1;
    position: absolute;
    right: 22px;
    top: 6px;
    height: 24px;
    line-height: 20px;
}

#masthead .main-nav > li .submenu > ul > li.disabled {
    cursor: default;
    pointer-events: none !important;
}

#masthead .main-nav > li .submenu > ul > li.header-item a {
    font-weight: bold;
    opacity: 1;
    cursor: default;
}
#masthead .main-nav>li .submenu.solutions>ul>li.header-item a:hover {
    cursor: default;
}

#masthead .main-nav > li .submenu > ul > li.divider{
    display: block;
    height: 1px;
    background-color: rgba(92,90,90,0.4);
    width: 90px;
    margin: 10px 0px 10px 15px;
padding-bottom:0;
}

#masthead .main-nav > li .submenu .menu-list.separator {
    border-right: 1px solid rgba(92,90,90,0.4);
}

#masthead .main-nav > li .submenu.product {
    width: 540px;
    padding-right: 0px;
}
#masthead .main-nav > li .submenu.product:after {
    left: 23px;
}

#masthead .main-nav > li .submenu.product .menu-list {
    display: inline-block;
    width: 160px;
}

#masthead .main-nav > li .submenu .menu-list.light {
    background-color: #fff;
    background: #fff;
}

#masthead .main-nav > li .submenu .menu-list li.icon-item {
    padding: 0 15px;
    margin-bottom: 25px;
    font-size: 16px;
}

#masthead .main-nav > li .submenu .menu-list li.icon-item:last-child {
    margin-bottom: 0px;
}

#masthead .main-nav > li .submenu .menu-list li.icon-item img {
    width: 40px;
    margin-right: 10px;
}

#masthead .main-nav > li .submenu .menu-list li.icon-item a.icon-img:hover + a {
    opacity: 1;
    text-decoration: none;
    font-weight: 600;
}

#masthead .main-nav > li .submenu .menu-list li.icon-item a {
    display: inline-block;
    padding: 0px;
float:left;
}
#masthead .main-nav > li .submenu .menu-list li.icon-item a:last-child {
    margin-top: 4px;
    opacity: 1;
}
#masthead .main-nav > li .submenu.product .watch-video {
    display: inline-flex;
    width: 370px;
    height: 180px;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(92,90,90,0.4);
}

#masthead .main-nav > li .submenu.product .watch-video a {
    opacity: 1;
}

#masthead .main-nav > li .submenu.product .watch-video img {
    width: 300px;
    margin-bottom: 0;
    margin-left: 0;
}

#masthead .main-nav > li .submenu.product .schedule {
    position: absolute;
    bottom: -45px;
    left: 0px;
    right: 0px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #51b2e9;
    color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 4px 7px 7px 0 rgba(0, 0, 0, 0.3), inset 0 2px 3px 0 rgba(0, 0, 0, 0.33);
}

#masthead .main-nav > li .submenu.product .schedule a {
    font-size: 18px;
    color: #fff;
    padding: 0px;
    opacity: 1;
}

#masthead .main-nav > li .submenu.product .schedule a:hover {
    font-weight: bold;
}

#masthead .main-nav > li .submenu.solutions {
    padding-bottom: 45px;
}
#masthead .main-nav > li .submenu.solutions:after {
    left: 30px;
}
#masthead .main-nav > li .submenu.pricing:after {
    left: 18px;
}
#masthead .main-nav > li .submenu.company:after {
    left: 40px;
}
#masthead .main-nav > li .submenu.resources:after {
    left: 120px;
}

#masthead .main-nav > li .submenu.solutions .menu-list.deployments {
    position: absolute;
    top: 0;
    right: -185px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 20px 15px 20px 10px;;
    box-shadow: 4px 7px 7px 0 rgba(0, 0, 0, 0.3), inset 0 2px 2px 0 #fff;
}

#masthead .main-nav > li .submenu.solutions .menu-list.platforms {
    width: 210px;
    margin: inherit;
    padding: 0;
}

#masthead .main-nav > li .submenu.solutions .menu-list.integrations {
    width: 245px;
    padding-left: 15px;
    margin: inherit;
}
#masthead .main-nav > li .submenu.pricing ul,
#masthead .main-nav > li .submenu.company ul,
#masthead .main-nav > li .submenu.product ul {
    margin: inherit;
    padding-left: 0;
}
#masthead .main-nav > li .submenu.solutions .menu-list.industry {
    padding-left: 15px;
    width: 200px;
    margin: inherit;
}

#masthead .main-nav > li .submenu.solutions .menu-list.deployments {
    width: 210px;
    height: 100%;
    margin: inherit;
}

#masthead .main-nav > li .submenu.solutions > ul > li.icon-item a {
    opacity: 1;
}
#masthead .main-nav > li .submenu.solutions > ul > li a:hover {
    cursor: pointer;
}

#masthead .main-nav > li.top-menu .submenu-cont {
    position: absolute;
    top: 64px;
}
#masthead.scrolled .main-nav > li.top-menu .submenu-cont,
#masthead.opaque .main-nav > li.top-menu .submenu-cont {
    position: absolute;
    top: 50px;
}
#masthead .main-nav > li.top-menu.product .submenu-cont {
    width: 560px;
    height: 295px;
}
#masthead .main-nav > li.top-menu.solutions .submenu-cont {
    width: 900px;
    height: 265px;
}
#masthead .main-nav > li.top-menu.pricing-nav .submenu-cont {
    width: 200px;
    height: 125px;
}
#masthead .main-nav > li.top-menu.company .submenu-cont {
    width: 180px;
    height: 220px;
    left: -10px;
}

#masthead .main-nav > li.top-menu.resources .submenu-cont {
    width: 615px;
    height: 310px;
    left: -90px;
}

#masthead .main-nav > li .submenu.resources {
    padding-right: 0px;
}

#masthead .main-nav > li .submenu.resources .menu-list {
    width: 140px;
    padding-left: 0px;
    margin-top: 0px;
}

#masthead .main-nav > li .submenu.resources .ebook {
    padding: 0px 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 40px;
    font-size: 16px;
    color: #4d4b4b;
}

#masthead .main-nav > li .submenu.resources .ebook a {
    opacity: 1;
    padding: 0px;
}

#masthead .main-nav > li .submenu.resources .ebook p {
    opacity: 0.8;
    margin-bottom: 0px;
    font-family: 'Open Sans';
    font-weight: normal;
}

#masthead .main-nav > li .submenu.resources .ebook img {
    width: auto;
    height: 190px;
    max-width: inherit;
}

#masthead .main-nav>li .submenu.resources .support-link {
    display: none;
}

#masthead .main-nav>li .submenu.company {
    width: 165px;
}

@media screen and (max-width: 1300px) {
    #masthead .main-nav > li .submenu.resources .ebook img {
        width: 300px;
        height: auto;
    }

    #masthead .main-nav li .submenu > ul > li a,
    #masthead .main-nav > li .submenu.resources .ebook {
        font-size: 15px;
    }

    #masthead .main-nav li .submenu > ul > li a {
        padding: 0 10px 0 0;
    }

    #masthead .main-nav > li .submenu > ul > li.divider {
        margin: 10px 0 10px 0px;
    }

    #masthead .main-nav > li .submenu.solutions .menu-list.deployments {
        width: auto;
    }
#masthead .main-nav > li .submenu.solutions .menu-list.integrations {
        width: 210px;
}

#masthead .main-nav > li .submenu.solutions .menu-list.industry,
    #masthead .main-nav > li .submenu.solutions .menu-list.platforms{
	width:180px;
}

    #masthead .main-nav > li .submenu.solutions .menu-list.deployments {
        right: -180px;
        width: 205px;
    }
#masthead .main-nav > li .submenu.solutions .menu-list.deployments .header-item {
        margin-left: 15px;
      }

    #masthead .main-nav>li>.submenu.company .menu-list {
        width: 100px;
    }

    #masthead .main-nav>li>.submenu .menu-list li.icon-item {
        padding-left: 0px;
    }
    #masthead .main-nav > li.top-menu.product .submenu-cont {
        left: -85px;
        width: 560px;
        height: 295px;
    }
    #masthead .main-nav>li.top-menu.pricing .submenu-cont {
        width: 450px;
        height: 245px;
    }
    #masthead .main-nav>li.top-menu.solutions .submenu-cont {
        width: 705px;
        left: -175px;
    }
    #masthead .main-nav>li.top-menu.company .submenu-cont {
        width: 140px;
        height: 220px;
        left: -10px;
    }
    #masthead .main-nav>li.top-menu.pricing-nav .submenu-cont {
        width: 200px;
        height: 125px;
    }

    #masthead .main-nav>li.top-menu.resources .submenu-cont {
        width: 450px;
        height: 245px;
        left: -75px;
    }
    #masthead .main-nav > li .submenu.product:after {
        left: 107px;
    }
    #masthead .main-nav > li .submenu.solutions:after {
        left: 204px;
    }
    #masthead .main-nav > li .submenu.company:after {
        left: 35px;
    }
    #masthead .main-nav > li .submenu.resources:after {
        left: 105px;
    }
    #masthead .main-nav>li .submenu>ul>li.soon:after {
        right: 14px;
    }
}

/* Hide support menu so that the nav fits in the screen */
@media screen and (max-width: 1100px) {
    #masthead .main-nav.main-nav-right .support-link,
    #masthead .main-nav.main-nav-right .divider {
       display: none;
    }

    #masthead .main-nav>li.top-menu.resources .submenu-cont {
        left: -140px;
    }

    #masthead .main-nav>li .submenu.resources:after {
        left: 170px;
    }

    #masthead .main-nav>li .submenu.resources .support-link {
        display: block;
    }
}

#masthead .main-nav.main-nav-right {
    float: right;
}

/* Buttons */
#masthead .button {
    display: inline-block !important;
    padding: 3px 8px 5px 8px !important;
    background-color: #ee6557;
    color: #FFFFFF;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 600;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    line-height: 1.5em;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#masthead .button:hover {
    text-decoration: none !important;
    background-color: #E64242;
}
@media screen and (min-width: 340px) {
    #masthead .button {
        padding: 3px 15px 5px 15px !important;
    }
}

/* Sticky mode */
#masthead.sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    height:65px;
}
#masthead.sticky + section .page-heading {
    padding-top: 70px;
}

/* Monster header */
#masthead.monster-header .takipiLogo {
    height: 86px;
    line-height: 86px;
    display: inline-block;
    vertical-align: middle;
    background: url('/assets/images/bluesite/landing-header-monster.png') no-repeat scroll 0% 50% transparent;
    background-size: 63px 70px;
    padding-left: 70px;
}

@media screen and (-webkit-min-device-pixel-ratio:2) {
    #masthead.monster-header .takipiLogo {
        background-image: url('/assets/images/bluesite/landing-header-monster@2x.png');
    }
}

.header-strip {
	text-align: center;
	color: #fff;
	font-size: small;
	font-family: "Open Sans";
	font-weight: 500;
	line-height: 27px;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
	padding-bottom: 2px;
	padding-top: 2px;
	height: auto;
	background: #333c45;
}
#masthead > .container{
	width: 95%;
	max-width: 1750px;
}

/* END Header styles */
/***************/

h1.site-title {
	margin: 11px 10px 0 0;
}

h1.site-title a {
	color: #fff;
	float: left;
	clear: both;
}
h1.site-title a:last-child{
	height: 17px;
}
	h1.site-title a img{
		float: left;
	}
	h1.site-title .overops-logo{
		margin-top: 7px;
	}
	h1.site-title .overops-logo img{
		width: 135px;
		height: auto;
	}
		h1.site-title a img.regular{
			display: block;
		}
		h1.site-title a img.scrolled{
			display: none;
		}
		header.fixed a img.regular{
			display: none;
		}
		header.fixed a img.scrolled{
			display: block;
		}
	h1.site-title .blog-logo{
		position: relative;
		right: -10px;
		top: -2px;
	}
		h1.site-title .blog-logo img{
			height: 15px;
		}

h1.site-title a:hover,
h1.site-title a:active,
h1.site-title a:focus {
	text-decoration: none;
}

.site-description {
	font-family: "BebasNeueRegular", Arial, sans-serif;
	font-size: 19px;
	color: #51b2e9;
	display: inline-block;
	width: 38%;
	line-height: 1;
	margin-left: 8px;
}

.header-about-container {
	padding: 15px 0;
}
.header-about-container a{
	font-size: 16px;
	color: #fff;
	height: 34px;
	line-height: 34px;
	float: left;
	font-family: 'Open Sans';
	margin-left: 20px;
	margin-top: 7px;
}
	.header-about-container a:visited,
	.header-about-container a:hover{
		color: #fff;
		text-decoration: none;
	}
	.header-about-container a.header-about-btn {
	    position: relative;
	    font-weight: 400;
	    text-align: center;
	    border-radius: 20px;
	    background: linear-gradient(108deg,#822de5,#e177f3);
	    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.2);
	    display: block;
	    width: 180px;
	    transition: all ease 500ms;
		position: relative;
		top: -1px;
	}
	@media screen and (max-width: 1025px) {
		.header-about-container a.header-about-btn {
			display: none;
		}
	}
	.header-about-container a.start-free-trial {
		border: 1px solid #fff;
		padding: 0 10px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		width: 145px;
		text-align: center;
		position: relative;
		top: -1px;
	}
		.header-about-container a.start-free-trial:hover {
			text-decoration: none;
		}
	@media screen and (max-width: 1200px) {
		.header-about-container a.start-free-trial{
			display: none;
		}
	}

	.header-about-container a.live-demo{
		opacity: .8;
	}
		.header-about-container a.live-demo:hover{
			opacity: 1;
			font-weight: 600;
		}
	@media screen and (max-width: 1305px) {
		.header-about-container a.live-demo{
			display: none;
		}
	}


.header-by-overops {
	display: inline-block;
        height: 55px;
        vertical-align: top;
}

.header-by-overops .site-description {
    display: block;
    width: 130px;
    margin-top: -11px;
    margin-left: 9px;
}

.header-blog-link {
	font-family: "Exo 2";
    	text-transform: none;
    	font-size: 12px;
    	font-style: italic;
	vertical-align: top;
        display: inline-block;
	margin-left: 18px;
	margin-top: 3px;
	color: #51b2e9;
}

.header-to-overops {
	color: #fff;
}

.header-blog-link a:hover,
.site-branding .site-description a:hover,
.header-blog-link a:active,
.site-branding .site-description a:active,
.site-branding.site-description a:focus,
.header-blog-link a:focus {
	text-decoration: none;
}

.site-title-separator {
	border-right:1px solid #fff;
	height: 50px;
	position: absolute;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.smaller .site-title-separator {
	height: 38px;
	/* top: 8px; */
	top: 39px;
}

.top-block {
	min-height: 430px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8560a9+0,6c87c7+40,53afe7+100 */
	background: #8560a9; /* Old browsers */
	background: -moz-linear-gradient(left,  #8560a9 0%, #6c87c7 40%, #53afe7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #8560a9 0%,#6c87c7 40%,#53afe7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #8560a9 0%,#6c87c7 40%,#53afe7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	display: flex;
	display: -webkit-flex;
	align-items: center;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8560a9', endColorstr='#53afe7',GradientType=1 ); /* IE6-9 */
}
	.top-block.top-post{
		/*background-image: url('/wp-content/themes/takipi/img/bgr_1920.png');*/
		background-image: url('/wp-content/themes/takipi/img/bg-blue.svg');
		background-repeat: no-repeat;
		background-position: top left;
		background-size: cover;
	}
		/************/
		.top-block.top-post h1{
			font-size: 48px;
			line-height: 63px;
		}
		.top-block.top-post .posted-byon,
		.top-block.top-post .posted-byon a{
			font-size: 16px;
			font-style: inherit;
		}
		.top-block.top-post.has-fixed-head {
			padding-top: 35px;
			min-height: 485px;
		}

		/*************/

		/*.top-block.top-post.oo-main-title-container{
			background-image: url('/wp-content/themes/takipi/img/first-fold-bgr.svg');
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center center;
			height: 590px;
			min-height: 250px;
		    display: flex;
		    align-items: center;
		    justify-content: flex-start;
		    flex-direction: column;
		    text-align: center;
		    padding: 100px 15px 0 15px;
		    margin: 0;
		    color: white;
		}*/
		.oo-main-title-container {
		    background-size: cover;
		    background-position: center center;
		    height: auto;
		    min-height: 250px;
		    display: flex;
		    align-items: center;
		    justify-content: flex-start;
		    flex-direction: column;
		    text-align: center;
		    padding: 100px 15px 0 15px;
		    margin: 0px;
		    color: white;
		}
			/*.oo-main-title-container.privacy-title {
			  height: 590px;
			  background-image: url('/wp-content/themes/takipi/img/first-fold-bgr.svg');
			}*/
		.oo-main-title {
		    font-family: 'Roboto';
		    font-size: 38px;
		    line-height: 1.4;
		    font-weight: 100;
		    margin: 0 0 17px;
		}
		@media screen and (min-width: 992px) {
		    .oo-main-title-container {
		        padding-top: 120px;
		    }
		    .oo-main-title {
		        font-size: 46px;
		    }
		}
		.oo-main-subtitle {
		    font-family: 'Roboto';
		    font-size: 20px;
		    font-weight: 300;
		    line-height: 1.38;
		    margin: 0px;
		}

		@media screen and (min-width: 992px) {
		    .oo-main-subtitle {
		        font-size: 24px;
		    }
		}

.top-block.has-fixed-head {
	padding-top: 72px;
	min-height: 502px;
}

.top-block-inner-container {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

.home .essb_mailform{
	display: none !important;
}
.home .top-block-inner-container {
	width: 100%;
	text-align: left;
}

.top-block h2.home-featured-tite {
	font-family: "Helvetica Bold",Helvetica,Arial,sans-serif;
	font-size: 27px;
	font-weight: 800;
	margin-top: 0;
}

.top-block h2.home-featured-tite a {
	color: #fff;
	line-height: 40px;
}

.top-block .home-featured-desc {
	color: #fff;
	margin-bottom: 30px
}

.home-featured {
	margin-top: 20px;
}

.home-featured-read-more {
	margin: 22px 0;
}

.top-block .home-featured-read-more a {
	font-family: "Helvetica Light",Helvetica,Arial,sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 15px;
	padding: 11px;
	border: 1px solid #fff;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.top-block .home-featured-read-more a:hover {
	text-decoration: none;
	background: #fff;
	color: #51b2e9;
}

.top-block .home-featured-desc {
	color: #fff;
	margin-bottom: 10px;
	font-size: 20px;
}

h1.top-block-title {
	font-size: 50px;
	font-family: "Helvetica Light",Helvetica,Arial,sans-serif;
	color: #fff;
	font-weight: 300;
	line-height: 1.3;
}

h1.top-block-title.author-name {
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 5px;
}

img.avatar {
	border-radius: 50%;
	margin-bottom: 10px;
}

.top-author-desc {
	color: #fff;
	font-size: 20px;
}

.top-block-min-read,
.top-block-comments-count {
    font-size: 14px;
    color: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    margin-top: 7px;
}

.top-block-inner-container .top-block-comments-count a {
	color: #fff;
}

.top-block-comments-count a:hover,
.top-block-comments-count a:active,
.top-block-comments-count a:focus {
	color: #fff;
}

.top-block-time-comments .top-block-min-read,
.top-block-time-comments .top-block-comments-count {
	display: inline-block;
}

.top-block-time-comments .top-block-min-read {
	margin-right: 15px;
}

@media screen and (max-width: 399px) {
	.readest, .top-block-min-read {
		display: block;
	}
}

@media screen and (max-width: 376px) {

	h1.site-title {
		font-size: 40px;
		margin: 7px 5px 0px 0px;
	}

	.header-blog-link {
		font-size: 12px;
	}

	.site-title-separator {
	    height: 45px;
	    top: 11px;
	}
}

@media screen and (min-width: 361px) and (max-width: 767px) {
	h1.top-block-title {
		font-size: 40px;
	}

	.header-by-overops .site-description {
		width: 100px;
	        margin-top: -7px;
	}

	.header-by-overops .header-blog-link {
		margin-top: 3px;
	}

	.header-about-container { display: none; }
}

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.header-about-container { display: none; }
}

@media screen and (max-width: 360px) {
	h1.top-block-title {
		font-size: 30px;
	}
}

@media screen and (max-width: 601px) {
	.site-header.smaller.fixed {
		top: 0;
	}
}

@media screen and (max-width: 1390px) {
	.top-block-inner-container {
		width: 80%;
		padding-top: 40px;
		padding-bottom: 35px;
	}
}
@media screen and (max-width: 768px) {
	.top-block-inner-container {
		width: 90%;
	}

	.site-header-container {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #51b2e9;
}

a:visited {
	color: #51b2e9;
}

a,
a:hover {
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

a:hover,
a:focus,
a:active {
	text-decoration: underline;
	color: #51b2e9;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.site-content.has-fixed-head {
	padding-top: 72px;
}

.site-content {
	margin-top: 55px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Social links
--------------------------------------------------------------*/
.takipi-share-links,
.takipi-author-links {
	margin: 0 auto;
}

.home-featured-left .takipi-share-links {
	width: auto;
}
.takipi-share-links .share-link,
.takipi-author-links .social-link {
	color: #fff;
	cursor: pointer;
	border: 2px solid #fff;
	border-radius: 50%;
	margin-right: 5px;
	display: inline-block;
	height: 23px;
	width: 23px;
	font-size: 12px;
}

.takipi-share-links .share-link:hover,
.takipi-author-links .social-link:hover {
	color: #51b2e9;
	background: #fff;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.archive-item .takipi-share-links,
.archive-item .takipi-author-links {
	display: inline-block;
	height: 14px;
	margin-left: 20px;
}


.archive-load-more,
#load-more {
	color: #51b2e9;
	border: 1px solid #51b2e9;
	text-transform: uppercase;
	padding: 12px 12px 8px 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.archive-load-more:hover,
#load-more:hover {
	color: #fff;
	background: #51b2e9;
}

.archive-item .entry-title a:hover,
.archive-item .entry-title a:focus,
.archive-item .entry-title a:active,
.archive-item .entry-content a:hover,
.archive-item .entry-content a:focus,
.archive-item .entry-content a:active,
.home-featured a:hover,
.home-featured a:focus,
.home-featured a:active {
	text-decoration: none;
	color: inherit;
}

.home-featured-desc a {
	color: #fff;
}

a.featured-continue-reading {
	color: #fff;
}

a.featured-continue-reading:hover {
	text-decoration: underline;
}

.archive-item .entry-content a {
	color: inherit;
}

.archive-item .takipi-share-links .share-link {
	color: #a9a9a9;
	border-color: #a9a9a9;
	width: 20px;
	font-size: 10px;
}

.archive-item .takipi-share-links .share-link:hover {
	color: #fff;
	background: #a9a9a9;
}

#dd_ajax_float {
	margin-top: -40px;
}

.dd_post_share_left {
    float: none;
    margin: 20px auto;
    width: 365px;
}

.dd_outer[style^="position: fixed;"] #dd_ajax_float {
	/*margin-top: 10px;*/
	margin-top: -40px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.hover-shadow {
	position: relative;
	-webkit-transition: box-shadow 0.2s ease-in;
	-moz-transition: box-shadow 0.2s ease-in;
	transition: box-shadow 0.2s ease-in;
}

.hover-shadow:hover {
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 43px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 43px inset;
	box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 43px inset;
}

.shadow {
  /*display: inline-block;*/
  position: relative;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 43px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 43px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 43px inset;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}
.shadow:hover {
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 43px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 43px inset;
  box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 43px inset;
}
.shadow img, .hover-shadow img {
  position: relative;
  z-index: -1;
}

.archive-item.hentry {
	margin-bottom: 50px;
	overflow: hidden;
}

.archive-item.hentry:last-of-type {
	margin-bottom: 90px;
}

.archive-item h2.entry-title a {
	color: #323a41;
}

.archive-item h2.entry-title {
	font-size: 22px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
	margin: 0;
}

.archive-item .post-featured-image {
	padding-left: 0;
}

.posted-byon {
	font-size: 14px;
	font-style: italic;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
}

.posted-byon a {
	color: #323a41;
}

.top-block .posted-byon,
.top-block .posted-byon a {
	color: #fff;
}

.archive-item .entry-content {
	margin: 5px 0 0 0;
	font-size: 16px;
}

.archive-continue-reading {
	font-size: 15px;
}

.syntaxhighlighter .container:before {
	display: inherit;
}

.post .entry-content h1,
.post .entry-content h2,
.post .entry-content h3,
.post .entry-content h4,
.post .entry-content h5 {
	font-family: "Helvetica Light",Helvetica,Arial,sans-serif;
	margin-bottom: 20px;
	font-weight: 100;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.single-post .content-area {
	margin: 0 auto;
	/*max-width: 700px;*/
	max-width: 970px;
	float: none;
}

.single-post .entry-content {
	position: relative;
	font-size: 19px;
	line-height: 1.7;
}

body div.dd_outer {margin-top:80px;}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.entry-content img,
.entry-content iframe {
	margin: 15px 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.single-author {
	/*font-family: 'Exo 2', sans-serif;*/
	font-family: "Helvetica",Arial,sans-serif;
	padding: 20px 0;
	border-top: 1px solid #e6e6e6;
	font-size: 14px;
	margin-bottom: 15px;
}

.single-author-avatar {
	width: 11%;
	display: inline-block;
	float: left;
}

.single-author-details {
	width: 80%;
	display: inline-block;
}

.more-from-takipi-inner-block a {
	color: inherit;
}

.more-from-takipi-inner-block a:hover {
	color: inherit;
	text-decoration: none;
}

.more-from-takipi-title {
	font-family: "Helvetica light",Helvetica,Arial,sans-serif;
	font-weight: 300;
}

.more-from-takipi-item-title {
	font-family: "Lora",Helvetica,Arial,sans-serif;
	font-weight: 800;
}

.more-from-takipi-item-desc {
	font-family: "Lora",Helvetica,Arial,sans-serif;
	font-weight: 400;
}

img.more-from-takipi-img {
	border: 1px solid #c6c6c6;
	/*height: 123px; */
}

.more-from-takipi-item-title, .more-from-takipi-item-desc {
	font-size: 14px;
	line-height: 1.2;
}
/**********/
/* CUSTOM */
/**********/
#main .next-post-wrapper{
	display: none;
	position: fixed;
	z-index: 2000;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-top: 0;
	height: 0;
	background: #fff;
	-webkit-box-shadow: 0px -5px 5px 0px rgba(118, 130, 135, .3);
	-moz-box-shadow: 0px -5px 5px 0px rgba(118, 130, 135, .3);
	box-shadow: 0px -5px 5px 0px rgba(118, 130, 135, .3);
	-webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
	opacity: 0;
}
	@media screen and (max-width: 550px) {
		#main .next-post-wrapper{
			display:none !important;
		}
	}
	#main .next-post-wrapper.in-view{
		padding-top: 11px;
		height: 89px;
		-webkit-transition: all 500ms ease-out;
	    -moz-transition: all 500ms ease-out;
	    -o-transition: all 500ms ease-out;
	    transition: all 500ms ease-out;
		opacity: 1;
	}
	#main .next-post-wrapper .image,
	#main .next-post-wrapper img{
		width: 100%;
		margin: 0;
		border-radius: 3px;
		background-color: #000;
	}
	#main .next-post-wrapper img{
		max-height: 78px;
		opacity: 0.96;
	}
	#main .next-post-wrapper a{
		text-decoration: none;
	}
	#main .next-post-wrapper a,
	#main .next-post-wrapper p,
	#main .next-post-wrapper span,
	#main .next-post-wrapper h4{
		font-size: 16px;
		font-weight: 500;
		font-family: 'Roboto', sans-serif;
		font-style: normal;
		font-stretch: normal;
		line-height: 16px;
		letter-spacing: normal;
		text-align: left;
		color: #2c343a;
		margin: 0;
	}
	#main .next-post-wrapper h4{
		line-height: 1.3em;
	}
	#main .next-post-wrapper p{
		color: #5c6063;
		margin-bottom: 5px;
		font-weight: normal;
	}
		#main .next-post-wrapper p a{
			color: #39b9e6;
			text-decoration: underline;
		}
		#main .next-post-wrapper .stories{
			padding-top: 26px;
		}
			#main .next-post-wrapper .stories p span{
				margin-left: 15px;
			}
.post .entry-content .col{
	width: 75%;
	box-sizing: border-box;
	padding-right: 100px;
	float: left;
}
@media screen and (max-width: 550px) {
	.post .entry-content .col{
		width: 95%;
		padding-right: inherit;
		margin: auto;
		float: inherit;
	}
	.post .entry-content .col .Campaign{
		display: none !important;
	}
}
.post .entry-content .side{
	width: 25%;
	float: left;
}
@media screen and (max-width: 550px) {
	.post .entry-content .side{
		display: none;
	}
}
	.post .entry-content .side #fixing,
	.post .entry-content .side .sign-up-wrapper {
		float: left;
		width: 100%;
	}
	.post .entry-content .side .sign-up-wrapper{
		position: relative;
		top: 0 ;
		bottom: 280px;
		-webkit-transition: top 400ms ease-in-out;
		-moz-transition: top 400ms ease-in-out;
		-ms-transition: top 400ms ease-in-out;
		-o-transition: top 400ms ease-in-out;
		transition: top 400ms ease-in-out;
	}
	.post .entry-content .side .sign-up-wrapper.fixed{
		position: fixed;
		top: 40px;
		//width: auto;
		//margin-left: 9.75px;
		margin-left: -2px;
	    width: 245px;
	}
	.post .entry-content{
		position: relative;
	}
	div#chicago-body{
		margin-left: 0 !important;
	}
	.post .entry-content .side .sign-up-wrapper.fixed-bottom{
		/*bottom: -25px;*/
		/* 255 */
		bottom: 280px;
		position: absolute;
		top: inherit;
		right: 0;
		/* width: auto; */
		/* margin-right: 10px; */
		width: 245px;
    	margin-left: -2px;
	}
	.post .entry-content .side .sign-up-wrapper.no-transition{
		-webkit-transition: top 0ms linear;
		-moz-transition: top 0ms linear;
		-ms-transition: top 0ms linear;
		-o-transition: top 0ms linear;
		transition: top 0ms linear;
	}
	.post .entry-content .side .sign-up-wrapper.fixed-bottom.no-transition{
		-webkit-transition: bottom 400ms linear;
		-moz-transition: bottom 400ms linear;
		-ms-transition: bottom 400ms linear;
		-o-transition: bottom 400ms linear;
		transition: bottom 400ms linear;
	}
	/*.post .entry-content .side .widget.optin-monster-api.fixed{
		position: fixed;
		top: 40px;
		width: auto;
		margin-left: 10px;
	}*/
	.post .entry-content .side .widget.optin-monster-api{
		margin: 40px 0 0 0;
		float: left;
		width: 100%;
	}
	#chicago-form{
		margin: 0 !important;
	}
	.post .entry-content .side #chicago-form #formbody{
		background-image: linear-gradient(143deg, #3023ae, #c86dd7);
	}
	.post .entry-content .side #chicago-form #bodytext,
	.post .entry-content .side #chicago-form #titletext{
		color: #ffffff !important;
	}
	.post .entry-content .side #chicago-form .mktoButton,
	.post .entry-content .side #chicago-form .mktoButton:hover{
		background: #39b9e6 !important;
	}

	.post .entry-content .side h3,
	.post .entry-content .side h4,
	.post .entry-content .side span{
		font-family: 'Roboto', sans-serif;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		text-align: left;
		color: #2c343a;
	}
	.post .entry-content .side h3{
		font-size: 20px;
	}
		.post .entry-content .side h3:first-child{
			margin-top: 0;
		}
	.post .entry-content .side .related h4{
		font-size: 16px;
		margin-top: 19px;
		margin-bottom: 0;
		margin-bottom: 32px;
		font-weight: 300;
		text-shadow: 0 0 0 #2c343a;
		-webkit-transition: all 400ms linear;
		-moz-transition: all 400ms linear;
		-ms-transition: all 400ms linear;
		-o-transition: all 400ms linear;
		transition: all 100ms linear;
	}
		.post .entry-content .side .related a{
			display: block;
		}
		.post .entry-content .side .related:hover a{
			text-decoration: none;
		}
		.post .entry-content .side .related:hover h4{
			/*text-decoration: underline;*/
			text-shadow: 0.6px 0 0 #2c343a;
		}
	.post .entry-content .side .related .top-block-min-read{
		display: inline-block;
	}
		.post .entry-content .side .related .top-block-min-read,
		.post .entry-content .side .related .top-block-min-read span{
			font-family: 'Roboto', sans-serif;
		}
		.post .entry-content .side .related .top-block-min-read,
		.post .entry-content .side .related .top-block-min-read span{
			color: #5c6063;
			/*margin-bottom: 20px;*/
  			font-size: 16px;
			font-weight: normal;
		    font-style: normal;
		    font-stretch: normal;
		    line-height: normal;
		    letter-spacing: normal;
		}
		.post .entry-content .side .related .top-block-min-read i{
			display: none;
		}
	.post .entry-content .side .related .image,
	.post .entry-content .side .related img{
		width: 100%;
		margin: 0;
		border-radius: 3px;
		background-color: #000;
	}
	.post .entry-content .side .related img{
		opacity: 0.96;
		border-radius: 0;
	}
	.post .entry-content .side .related .image{
		margin-top: 15px;
	}
	.post .entry-content .side .most-viewed{
		display: none;
		margin-top: 55px;
		margin-bottom: 0;
	}
	.post .entry-content .side .most{
		display: none;
		float: left;
		width: 100%;
		box-sizing: border-box;
		border-bottom: solid 1px #c8c8c8;
		padding-bottom: 20px;
		padding-top: 20px;
	}
		.post .entry-content .side .most.no-line,
		.post .entry-content .side .most:last-child{
			border: none;
		}
		.post .entry-content .side .most .num,
		.post .entry-content .side .most .link{
			float: left;
			margin: 0;
		}
			.post .entry-content .side .most .num{
				width: 22%;
			}
			.post .entry-content .side .most .link{
				width: 78%;
			}
		.post .entry-content .side .most span{
			display: inline-block;
			font-size: 30px;
			color: #c8c8c8;
		}
		.post .entry-content .side .most h4{
			display: inline-block;
			margin-top: 7px;
			margin-bottom: 0;
			font-size: 16px;
			font-weight: 300;
			text-shadow: 0 0 0 #2c343a;
			-webkit-transition: all 400ms linear;
			-moz-transition: all 400ms linear;
			-ms-transition: all 400ms linear;
			-o-transition: all 400ms linear;
			transition: all 100ms linear;
		}
			.post .entry-content .side .most:hover h4{
				text-shadow: 0.6px 0 0 #2c343a;
				text-decoration: none;
			}

/*--------------------------------------------------------------
## Shortcode Subscribe
--------------------------------------------------------------*/

.in-post-subs {
	text-align: center;
	border: 1px solid;
	margin: 20px 0;
	position: relative;
	overflow: hidden;
	height: 143px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.in-post-subs-txt {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 800;
	font-size: 16px;
}

.in-post-subs-btn {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 800;
	padding: 10px 28px;
	font-size: 16px;
	text-shadow: none;
	box-shadow: none;
	border: 0;
	cursor: pointer;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.in-post-subs-btn:hover {
	opacity: 0.8;
	box-shadow: none;
	border: 0;
	text-decoration: none;
}

input.in-post-subs-field {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	padding: 10px 50px;
	line-height: 1;
	margin: 0px 14px;
	padding-left: 6px;
}

.in-posts-subs-status {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 800;
	font-size: 16px;
	line-height: 90px;
}

@media screen and (max-width: 450px) {
	input.in-post-subs-field, .in-post-subs-btn {
		width: 90%;
		display: block;
		clear: both;
		margin: 15px;
	}
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

@media screen and (max-width: 600px) {
	.in-post-subs {
		height: auto;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
}

@media screen and (max-width: 769px) {
	.content-area {
		float: none;
		margin: 0;
	}

	.site-main {
	    margin: 0;
	}

	.site-content .widget-area {
		float: none;
		width: 100%;
	}
}



/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Footer Sticky subscribe
--------------------------------------------------------------*/

.footer-sticky-bar {
	background: #6d87c7;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 85px;
	z-index: 9999;
}

.footer-sticky-bar .container {
	max-width: 800px;
	padding-top: 18px;
}

.footer-sticky-bar .bar-desc h4,
.footer-sticky-bar .bar-desc p {
	color: #fff;
	font-family: "Helvetica Bold",Helvetica,Arial,sans-serif;
}

.footer-sticky-bar .bar-desc h4 {
	font-size: 27px;
	margin: 0;
}

.footer-sticky-bar .bar-desc p {
	font-size: 18px;
}

.footer-sticky-bar .bar-desc,
.footer-sticky-bar .bar-form,
.footer-sticky-bar .bar-form-submit {
	display: inline-block;
}

.footer-sticky-bar .bar-desc {
	margin-right: 2%;
	width: 25%;
	float: left;
}

.footer-sticky-bar .bar-form {
	margin-right: 2%;
	width: 44%;
	float: left;
}

.footer-sticky-bar .bar-form-submit {
	width: 25%;
	float: right;
}

.bar-form input[type="text"] {
	font-family: "Helvetica Regular",Helvetica,Arial,sans-serif;
	font-size: 15px;
	color: #fff;
	background: transparent;
	border-color: #fff;
	padding-left: 15px;
	display: block;
	width: 100%;
	height: 45px;
}

.bar-form input::-webkit-input-placeholder { /* Safari, Chrome and Opera */
	font-family: "Helvetica Regular",Helvetica,Arial,sans-serif;
	font-size: 15px;
	color: #fff;
	opacity: 1;
}

.bar-form input:-moz-placeholder { /* Firefox 18- */
	font-family: "Helvetica Regular",Helvetica,Arial,sans-serif;
	font-size: 15px;
	color: #fff;
	opacity: 1;
}

.bar-form input::-moz-placeholder { /* Firefox 19+ */
	font-family: "Helvetica Regular",Helvetica,Arial,sans-serif;
	font-size: 15px;
	color: #fff;
	opacity: 1;
}

.bar-form input:-ms-input-placeholder { /* IE 10+ */
	font-family: "Helvetica Regular",Helvetica,Arial,sans-serif;
	font-size: 15px;
	color: #fff;
	opacity: 1;
}

.bar-form input::-ms-input-placeholder { /* Edge */
	font-family: "Helvetica Regular",Helvetica,Arial,sans-serif;
	font-size: 15px;
	color: #fff;
	opacity: 1;
}

.bar-form input:placeholder-shown { /* Standard one last! */
	font-family: "Helvetica Regular",Helvetica,Arial,sans-serif;
	font-size: 15px;
	color: #fff;
	opacity: 1;
}

.bar-form-submit button {
	font-family: "Helvetica Bold",Helvetica,Arial,sans-serif;
	font-size: 16px;
	width: 100%;
	display: block;
	background: #8dc63f;
	color: #fff;
	height: 45px;
	border: 0;
	text-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.bar-form-submit button:hover {
	background: #99D24B;
}

.hide-footer-subs {
	color: #fff;
	opacity: 0.7;
	margin: 10px;
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.hide-footer-subs:hover {
	opacity: 1;
}

.footer-sticky-bar-status {
	font-family: "Helvetica Bold",Helvetica,Arial,sans-serif;
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-top: 17px;
}

@media screen and (max-width: 777px) {
	.footer-sticky-bar {
		display: none;
		visibility: none;
	}
}

footer.site-footer {
	font-family: 'Exo 2', sans-serif;
	min-height: 480px;
	background: #323a41;
	color: #fff;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	text-align: center;
}

.site-footer .widget {
	clear: both;
	width: 100%;
	margin-bottom: 100px;
}

.site-footer .footer-widgets-container {
	width: 100%;
	padding: 0 15px;
}

.site-footer .footer-trusted-title {
	color: #70757a;
	font-size: 20px;
}

.site-footer .footer-stop-using {
	font-size: 40px;
	margin-bottom: 60px;
}

.site-footer .footer-try-link {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding: 15px 55px;
	border: 1px solid #51b2e9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.site-footer .footer-try-link:hover {
    text-decoration: none;
    background: #51b2e9;
    color: #fff;
}

.footer-bar {
	font-family: "Helvetica Regular",Helvetica,Arial,sans-serif;
	font-size: 15px;
	color: #fff;
	background: #252b30;
	text-align: center;
	display: block;
	width: 100%;
	margin: 0;
	padding: 15px 0;
}

.footer-bar span {
	margin-right: 20px;
}

@media screen and (max-width: 370px) {
	.footer-bar span {
		margin-right: 0;
		display: block;
		margin-top: 5px;
	}
}

/*--------------------------------------------------------------
# Load more
--------------------------------------------------------------*/
.archive-load-more-container {
	text-align: center;
	font-family: "Helvetica Bold",Helvetica,Arial,sans-serif;
	font-size: 15px;
	color: #484848;
	margin: 50px 0;
}
.archive-load-more,
#load-more {
	cursor: pointer;
}
.nomore-note {
	font-style: italic;
	color: rgb(163, 163, 163);
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Menu Filter
--------------------------------------------------------------*/
.menu-filter{
	background-color: #f3f7fa;
}
	.menu-filter *{
		font-weight: 500 !important;
	}
	.menu-filter .filters{
		display: table;
	    margin: 0;
	    padding-right: 0;
	}
		.menu-filter .filters li{
			display: block;
			float: left;
		    list-style: none;
		    position: relative;
		    /*border-left: 1px solid #e0e3e6;*/
		    border-right: 1px solid #e0e3e6;
		    padding: 0 0 2px;
		    -webkit-transition: color .4s ease-out;
		    -moz-transition: color .4s ease-out;
		    -o-transition: color .4s ease-out;
		    transition: color .4s ease-out;
		    width: 115px;
		}
			.menu-filter .filters li[data-term-name="ebooks"]{
				width: 120px;
			}
			.menu-filter .filters li[data-term-name="webinar"]{
				width: 135px;
			}
		.menu-filter .filters li:first-child{
			border-left: 1px solid #e0e3e6;
		}
		/*.menu-filter .filters li:last-child{
			border-right: 1px solid #e0e3e6;
		}*/
		.menu-filter .filters li p:after{
			content: '';
		}
		.menu-filter .filters li a i,
		.menu-filter .filters li p:after {
			display: block;
			height: 3px;
			width: 0;
			bottom: 0;
    		position: absolute;
			background: transparent;
			transition: width .5s ease, background-color .5s ease;
		}
		.menu-filter .filters li.active p:after,
		.menu-filter .filters li:hover p:after,
		.menu-filter .filters li.active a i,
		.menu-filter .filters li:hover a i {
			width: 100%;
			background: #31abe0;
		}
			.menu-filter .filters li a{
				text-decoration: none;
				transition: none;
			}
			.menu-filter .filters li p,
			.menu-filter .filters li a{
				font-family: Open Sans;
			    color: #21272c;
			    font-size: 18px;
			    font-weight: 300 !important;
			    cursor: pointer;
			    text-align: center;
			    margin: 0 auto 0;
			    display: table;
			    width: 100%;
			    padding-bottom: 15px;
			    padding-top: 17px;
			}
				.menu-filter .filters li:hover p,
				.menu-filter .filters li.active p,
				.menu-filter .filters li:hover a,
				.menu-filter .filters li.active a{
					color: #31abe0;
				}
		.menu-filter .filters li:hover,
		.menu-filter .filters li.active{
			background-color: rgba(77, 75, 75, 0.02);
		}
	.menu-filter .search-main{
	}
		.menu-filter .search-main .search-area{
			margin: 0 auto;
		}
		.menu-filter .search-main .custom-search-input {
			background-color: #f3f7fa;
			font-family: Open Sans !important;
			color:#5c6063 !important;
			font-size: 12px;
			padding-top: 5px;
    		padding-bottom: 5px;
		}
	.menu-filter select{
		background-image: url('/wp-content/themes/takipi/img/dropdown_arrow.svg');
		background-repeat: no-repeat;
    	background-position: right 20px center;
		font-family: Open Sans;
		border: 1px solid #ccc;
	    border-radius: inherit;
	    margin: 15px 0;
	    outline: 0;
	    background-color: #f3f7fa;
	    padding: 10px 15px;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    text-indent: 1px;
	    text-overflow: '';
	}
	.menu-filter select::-ms-expand {
	    display: none;
	}
	.menu-filter .ui-selectmenu-button.ui-button{
		width: 100%;
		background-image: url('/wp-content/themes/takipi/img/dropdown_arrow.svg');
		background-repeat: no-repeat;
    	background-position: right 20px center;
		font-family: Open Sans;
		border: 1px solid #ccc;
	    border-radius: inherit;
	    margin: 15px 0;
	    outline: 0;
	    background-color: #f3f7fa;
	    padding: 10px 15px;
	}
	.ui-menu .ui-menu-item{
		background-color: #f3f7fa;
	    outline: 0;
	    border-bottom: 1px solid #ccc;
	    font-weight: 300;
	}
		.ui-menu .ui-menu-item:last-child{
		    border-bottom: 0;
		}
	.ui-menu .ui-menu-item-wrapper{
		padding: 10px 15px !important;
		font-weight: 300;
		font-family: Open Sans;
	}
	.ui-state-active,
	.ui-widget-content .ui-state-active,
	.ui-widget-header .ui-state-active,
	a.ui-button:active,
	.ui-button:active,
	.ui-button.ui-state-active:hover{
		/* This is all with priority important, because it has to overwrite the jQuery UI styles */
		border-left: 7px solid #31abe0 !important;
	    border-top: 1px solid #ccc !important;
	    font-weight: 300 !important;
	    color: #000 !important;
	    padding: 10px 15px 10px 12px !important;
	    background-color: transparent !important;
	    border-bottom: 0 !important;
	}
	.menu-filter .ui-selectmenu-text {
	    font-weight: 300 !important;
	    font-family: Open Sans;
	}
	.menu-filter .ui-button .ui-icon{
		display: none;
	}
.no-results > p{
	font-family: Open Sans;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	color: #5c6063;
	margin: 0;
}
.no-results > h4{
	font-family: Open Sans;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	color: #39b9e6;
	margin-bottom: 0;
}
.menu-filter .widget{
	margin: 0;
}
.widget #searchform {
    position: relative;
}
.widget #searchform input[type="text"] {
    padding-right: 70px;
    padding-left: 12px;
    color: #81878c;
    margin-top: 12.5px;
    font-size: 18px;
    outline: 0;
}
.widget #searchform .dt-search-icon {
    display: none;
}
.widget #searchform:before {
    /*content: '\f1c3';*/
    position: absolute;
    font-family: 'Material-Design-Iconic-Font';
    font-size: 25px;
    color: rgba(0, 0, 0, 0.3);
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#toTop{
	display:none !important;
}
.widget #searchform input[type="submit"] {
    position: absolute;
    right: -3px;
    top: 21px;
    text-indent: -9999px;
    margin-top: 0px;
    padding: 18px 20px 15px;
    border-radius: 0px;
    box-shadow: none;
}

input#custom_search {
	background:url(img/search.svg);
	background-repeat: no-repeat;
	width:30px;
	height:30px;
	border: 0;
	background-size: 21px;
}
#input-custom-s{
	color:#5C6063 !important;
	border:#BAB7B7 solid 1px !important;
	border-radius:3px !important;
	font-family: Open Sans;
	font-size:15px;
	width: 250px;
	float: right;
}
	#input-custom-s.active{
		border: 2px solid #52b2e9 !important;
		background-color: #f3f7fa !important;
		outline: none;
	    position: relative;
	    top: -1px;
	    left: -1px;
	}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity:0.5;
}
::-moz-placeholder { /* Firefox 19+ */
  opacity:0.5;
}
:-ms-input-placeholder { /* IE 10+ */
  opacity:0.5;
}
:-moz-placeholder { /* Firefox 18- */
 opacity:0.5;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Mobile
--------------------------------------------------------------*/

@media screen and (max-width: 315px) {
	.site-branding {
		width: 100%;
		display: block;
		clear: both;
	}

	.header-about-container { display: none; }

	.site-header {
		height: auto !important;
		text-align: center;
	}

	.top-block.has-fixed-head {
		padding-top: 155px;
		padding-bottom: 20px;
	}

	.site-title-separator {
	    top: 33px !important;
	}
}

@media screen and (min-width: 515px) and (max-width: 600px) {
	.site-branding {
		width: 360px;
	}

	.site-description {
		width: 48%;
	}
}

@media screen and (max-width: 515px) {

	.site-description {
		display: none;
	}

	.site-description {
		width: auto;
	}

	/*.site-header.fixed {
		position: inherit;
	}*/

	/*Enable if mobile is not fixed*/
	/*.top-block.has-fixed-head {
		min-height: 0;
		padding: 12px 0 22px 0;
	}*/

	ul, ol {
	    margin: 0px 0px 1.5em 1.5em;
	}
}

@media screen and (max-width: 505px) {

	.moreft-img-container {
    	float: none;
    }

	.moreft-desc-container {
	    margin-left: 0;
	    text-align: center;
	    width: 100%;
	}

	img.more-from-takipi-img {
		width: 100%;
		height: auto;
	}
}

@media screen and (min-width: 506px) and (max-width: 767px) {
	.moreft-img-container {
		display: inline-block;
		float: left;
	}

	.moreft-desc-container {
		display: inline-block;
		margin-left: 20px;
	}
}

@media screen and (min-width: 506px) and (max-width: 629px) {
	img.more-from-takipi-img {
		width: 145px;
		height: auto;
	}
}

@media screen and (min-width: 630px) and (max-width: 767px) {
	img.more-from-takipi-img {
		width: 255px;
		height: auto;
	}
}
@media screen and (max-width: 368px) {
	img.more-from-takipi-img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	.archive-item .post-featured-image {
		display: none;
	}

	.moreft-item {
		margin: 50px 0;
	}
}

/*--------------------------------------------------------------
## Tablet
--------------------------------------------------------------*/

@media screen and (min-width: 768px) and (max-width: 991px) {
	.home-featured-left {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 768px) {
	.col-sm-7.home-featured-left {
		text-align: center;
		width: 100%;
	}

	.home-featured-right {
		display: none;
	}

	.home-featured-left .takipi-share-links {
		width: 112px;
	}

	.dd_outer {
		display: none;
	}

	.single-author-details {
		float: right;
	}

	.widget-area {
		display: none;
	}

	.archive-item.hentry:last-of-type {
		/*margin-bottom: 0;*/
	}

	.archive-load-more-container {
		margin: 75px 0;
	}
}
.footer-shortcode{
    clear: both;
    width: 100%;
    margin-bottom: 100px
}
.main-dd{
	margin:0 auto;
	width: 90%;
}

.home #slide-monster_screen {
   visibility: hidden;
}

.integrations .accent-item a {
    color: #39b9e6;
    font-style: italic;}

/* PRIVACY */
/*
*/
#privacy .privacy-title {
  height: 590px;
  background-image: url('/wp-content/themes/takipi/img/first-fold-bgr.svg');
}
#privacy p{
	margin: 0 0 10px;
}
	#privacy p .move-margin{
		margin-left: 25px;
	}

#privacy .container {
  min-width: initial;
}

#privacy .main-container {
  position: relative;
}

#privacy .privacy-content {
  background-color: #ffffff;
  box-shadow: 1px 5px 15px 8px rgba(21, 59, 119, 0.09);
  padding: 45px 25px;
  margin-top: -315px;
}

#privacy .privacy-content.terms {
  margin-top: -240px;
}

#privacy .privacy-content .divider {
  width: 90%;
  height: 3px;
  opacity: 0.33;
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(to right, rgba(255, 255, 255, 0), #cad5dc 16%, #cad5dc 82%, rgba(255, 255, 255, 0));
  border-image-slice: 1;
  margin: 33px 5%;
}

#privacy .privacy-content section {
  margin-top: 50px;
}

#privacy .privacy-content section:first-child {
  margin-top: 0px;
}

#privacy .privacy-content p,
#privacy .privacy-content ul li {
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 1.25;
  color: #74777a;
  margin-top: 30px;
}

#privacy .privacy-content p a,
#privacy .privacy-content p a:hover {
  color: #39b9e6;
}

#privacy .privacy-content ul {
  padding-left: 35px;
}

#privacy .privacy-content ul.no-space li {
  margin-top: 5px;
}
#privacy .privacy-content ul.no-space li:first-child {
  margin-top: 30px;
}

#privacy .privacy-content ul li.nested {
  margin-left: 15px;
}

#privacy .privacy-content p.intro {
  margin-top: 0px;
  /*text-align: center;*/
}

#privacy .privacy-content .title {
  opacity: 0.9;
  font-family: 'Roboto';
  font-size: 24px;
  line-height: 1.38;
  text-align: left;
  color: #2c343a;
  margin-top: 10px;
}

@media screen and (min-width: 992px) {
  #privacy .main-container {
    padding-bottom: 100px;
  }

  #privacy .privacy-content {
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 1px 5px 15px 8px rgba(21, 59, 119, 0.09);
    padding: 60px 50px 70px 50px;
    margin-top: -290px;
  }

  #privacy .privacy-content.terms {
    margin-top: -260px;
  }
}

@media screen and (min-width: 1200px) {

}
/*
*/

/* START Footer styles */
.responsive #page-footer .block.mobile-hidden {
    display: none;
}

#page-footer {
  background-color: #f3f7fa;
  background-image: url('https://www.overops.com/assets/images/footer/bgr_sm@2x.png');
  background-size: cover;
  background-position: center center;
  position: inherit;
  z-index: 1;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  box-sizing: border-box;
  color: #5c6063;
}

#page-footer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#page-footer a:hover {
  text-decoration: underline;
}

#page-footer .footerWrapper {
  margin: auto;
  padding: 0px;
}

@media screen and (min-width: 321px) {
  #page-footer .footerWrapper {
    padding: 0px 15px;
  }
}

#page-footer .footerWrapper .blocksHolder {
  display: flex;
  justify-content: space-between;
  padding: 0px 10px;
}

#page-footer .footerWrapper .block {
  display: inline-block;
  vertical-align: top;
  margin-right: 60px;
  font-family: Arial, sans-serif;
}

#page-footer .footerWrapper .block.logo-block {
  margin-right: 0px;
  margin-top: 35px;
}

#page-footer .footerWrapper .block.logo-block li img {
  height: 27px;
}

#page-footer .footerWrapper .block.logo-block ul {
  margin-bottom: 0px;
}

#page-footer .footerWrapper .block:last-child {
  margin-right: 0px;
}

#page-footer .footerWrapper .block:first-child {
  margin-left: 0px;
}

#page-footer .footerWrapper .block.social-block {
  float: right;
}
#page-footer .social-block .iso {
  display: none;
}
#page-footer .footerWrapper .block ul {
  list-style: none;
  padding-left: 0px;
  margin-left: 0;
  margin-bottom: 10px;
}

#page-footer .footerWrapper .block li {
  vertical-align: top;
  margin-bottom: 12px;
}

#page-footer .footerWrapper .block li:last-child {
  margin-bottom: 0px;
}

#page-footer .footerWrapper .block a {
  font-family: 'Roboto';
  text-decoration: none;
  color: #5c6063;
  font-size: 15px;
}

#page-footer .footerWrapper .block li.header-item a {
  font-weight: 500;
  font-size: 15px;
}

#page-footer .footerWrapper .block li.header-item a:hover {
  font-weight: 500;
}

#page-footer .footerWrapper .block li a:hover {
  font-weight: 600;
}

#page-footer .social-icons .header-item {
  display: none;
}

/* Footer bottom styles */
#page-footer .footerBottom {
  text-align: center;
  background-color: #363e46;
  line-height: 1.5;
  font-size: 13px;
  padding: 9px 0;
}



#page-footer .footerBottom ul {
  display: block;
  text-align: center;
  list-style: none;
  padding: 0px;
  margin: 0px;
  word-spacing: 2px;
}

#page-footer .footerBottom li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  color: #fff;
  font-weight: 300;
  font-size: 13px;
}

#page-footer .footerBottom li:first-child {
  padding-left: 0px;
}

#page-footer .footerBottom a {
  color: #FFF;
  font-weight: 300 !important;
}

/* Social icons */
#page-footer .social-icons {
  float: right;
  list-style-type: none;
  margin-top: 27.5px;
}

#page-footer .social-icons li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}

#page-footer .social-icons li:last-child {
  margin-right: 0px;
}

#page-footer .social-icons .social-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.responsive #page-footer .block.mobile-hidden {
    display: none;
}

#page-footer .divider {
  margin: 0px auto 15px auto;
  width: 90%;
  height: 2px;
  opacity: 0.33;
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(to right, rgba(255, 255, 255, 0), #b5d1d6 13%, #b5d1d6 87%, rgba(255, 255, 255, 0));
  border-image-slice: 1;
}

#page-footer.contact-only .divider {
  margin-bottom: 25px;
  margin-top: 0px;
}

#page-footer .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  padding-bottom: 0px;
}

#page-footer .contact .by {
  display: flex;
  padding-bottom: 28px;
}

#page-footer .contact .by-item,
#page-footer .contact .contact-data-item {
  margin: 0px 8px;
}
#page-footer .contact .by-item:first-child,
#page-footer .contact .contact-data-item:first-child {
  margin-left: 0px;
}

#page-footer .contact .contact-data-item:last-child {
  margin-right: 0px;
}

#page-footer .contact .by-item,
#page-footer .contact .by-item a {
  color: #74777a;
  font-size: 16px;
  line-height: 21px;
}

#page-footer .contact .by-item a:hover {
  text-decoration: none;
  font-weight: 600;
}

#page-footer .contact .contact-data {
  display: none;
}

/* Styles for mobile */
@media (min-width: 768px) {
  #page-footer {
    background-image: url('https://www.overops.com/assets/images/footer/bgr_md@2x.png');
  }

  #page-footer .footerWrapper {
    height: 140px;
    padding: 0px 50px;
  }

  #page-footer .footerWrapper .block.logo-block {
    margin-top: 45px;
  }

  #page-footer .footerWrapper .block.logo-block li img {
    height: 50px;
  }

  #page-footer .social-icons {
    margin-top: 32px;
  }

  #page-footer .social-icons .social-icon {
    width: 76px;
    height: 76px;
  }

}
#page-footer .block.mobile-hidden{
  display: none;
}
@media (min-width: 992px) {
  #page-footer {
    background-image: url('https://www.overops.com/assets/images/footer/bgr_lg@2x.png');
  }

  #page-footer .footerWrapper {
    height: auto;
    padding: 0px;
  }

  #page-footer .footerWrapper .blocksHolder {
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
  }

  #page-footer .footerWrapper .block.logo-block ul {
    margin-bottom: 0px;
    margin-left: 0px;
  }

  #page-footer .footerWrapper .block-container {
    display: flex;
  }

  #page-footer .footerWrapper .block {
    margin-right: 0px;
    margin-top: 70px;
    padding: 0px 15px;
  }

  #page-footer .footerWrapper .block a {
    font-size: 16px;
    line-height: 27px;
    color: #74777a;
    display: inline-block;
    font-weight: 300;
  }

  #page-footer .footerWrapper .block li.header-item a {
    font-size: 18px;
    line-height: 21px;
    color: #2c343a;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 300;
  }

  #page-footer .footerWrapper .block li.header-item a:hover {
    font-weight: 500;
  }

  #page-footer .footerWrapper .block li.header-item.non-clickable a:hover {
    font-weight: 300;
  }

  #page-footer .footerWrapper .block.logo-block {
    padding: 0px;
    flex: 0 0 auto;
    margin-top: 60px;
  }

  #page-footer .footerWrapper .block.product {
    width: 150px;
  }

  #page-footer .footerWrapper .block.platforms {
    width: 180px;
  }

  #page-footer .footerWrapper .block.industry {
    width: 220px;
  }

  #page-footer .footerWrapper .block.company,
  #page-footer .footerWrapper .block.resources {
    width: 135px;
  }

  #page-footer .footerWrapper .block.social-block {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-end;
  }

  #page-footer .footerWrapper .block li{
    margin-bottom: 0px;
  }

  #page-footer .footerWrapper .block.logo-block li img {
    width: 131px;
  }

   #page-footer .block.mobile-hidden {
    display: inline-block;
  }

  #page-footer .social-icons {
    margin-top: 0px;
    float: none;
  }

  #page-footer .social-icons .social-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 15px;
  }

  #page-footer .social-icons li {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: left;
  }

  #page-footer .footerBottom .mobile-hidden {
    display: inline-block;
  }

  #page-footer .divider {
    margin: 40px auto 30px auto;
    width: 95%;
    height: 2px;
    opacity: 0.33;
    border-style: solid;
    border-width: 2px;
    border-image-source: linear-gradient(to right, rgba(255, 255, 255, 0), #b5d1d6 13%, #b5d1d6 87%, rgba(255, 255, 255, 0));
    border-image-slice: 1;
  }

  #page-footer .footerWrapper {
    width: 100%;
    margin: 0px auto;
  }

  #page-footer .social-icons {
    padding-right: 0px;
  }

  #page-footer .contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0.6;
    padding-bottom: 0px;
  }

  #page-footer .contact .by {
    display: flex;
    margin-left: 120px;
    padding-bottom: 28px;
    height: 51px;
  }

  #page-footer .contact .by-item,
  #page-footer .contact .contact-data-item {
    margin: 0px 8px;
  }
  #page-footer .contact .by-item:first-child,
  #page-footer .contact .contact-data-item:first-child {
    margin-left: 0px;
  }

  #page-footer .contact .contact-data-item:last-child {
    margin-right: 0px;
  }

  #page-footer .contact .by-item.fixed {
    width: 52px;
  }

  #page-footer .contact .by-item.fixed.terms {
    margin-left: 12px;
  }

  #page-footer .contact .by-item,
  #page-footer .contact a {
    color: #74777a;
    font-size: 16px;
    line-height: 21px;
  }

  #page-footer .contact a:hover {
    text-decoration: none;
    font-weight: 600;
    opacity: 1;
  }

  #page-footer .contact .contact-data {
    display: flex;
    align-items: flex-end;
    margin-right: 120px;
    padding-bottom: 28px;
  }

  #page-footer .contact .contact-data-item {
    color: #74777a;
    font-size: 16px;
    line-height: 21px;
    height: 25px;
  }

}

@media screen and (min-width: 1200px) {
  #page-footer .footerWrapper .block.logo-block ul {
    margin-bottom: 0px;
    margin-left: 60px;
  }

  #page-footer .social-icons .social-icon {
    margin-bottom: 0px;
  }

  #page-footer .social-icons .header-item {
    display: block;
    text-align: left;
  }

  #page-footer .footerWrapper .block.social-block ul {
    width: 125px;
    margin-right: 30px;
  }

  #page-footer .social-icons li.social-link {
    display: inline-block;
    margin-right: 0px;
    margin-top: 10px;
  }

  #page-footer .social-icons li {
    display: inline-block;
    margin-right: 10px;
  }

  #page-footer .social-block .iso{
    display: block;
    height: 67px;
    margin-top: 15px;
    margin-left: 5px;
  }
}

@media screen and (min-width: 1400px) {
  #page-footer .footerWrapper .block.logo-block ul {
    margin-bottom: 0px;
    margin-left: 100px;
  }
}
#page-footer ul li {padding-bottom:0px;}

/* END Footer styles */
