/*!
Theme Name: NetCast
Author: Tawo Dev
Author URI: https://tawo-dev.com/
Description: Custom theme
Version: 1.0.0
Text Domain: netcast
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #000100;
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 600;
}
h2 {
	margin-top: 1.231em;
	margin-bottom: 1.692em;
	font-size: 1.625em;
}
h3 {
	margin-top: 0.696em;
	margin-bottom: 0.435em;
	font-size: 1.438em;
}

p {
	margin-bottom: 1.5em;
	line-height: 1.8;
}

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: 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: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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;
	color: rgba(0, 0, 0, 0.8);
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #808081;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 3px;
	font-size: 0.750em;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	outline: none;
	border-color: #000;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	color: #ed6624;
}

a:hover,
a:focus,
a:active {
	color: #000100;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.text-center {
	text-align: center;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## 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;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*** Custom - Tawo Dev ***/

/*** Grid ***/
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.no-padding {
	padding: 0 !important;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.col {
	width: 100%;
}

/*** General ***/
#page {
	background-color: #fff;
}

.btn,
.btn:visited,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	position: relative;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	border: none;
	padding: .750em 1.125em;
	border-radius: 0;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: none;
}
.btn:before,
.btn:after {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top-width: 21.5px;
	border-bottom-width: 21.5px;
	border-color: transparent;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.n2-ss-layer .btn-big {
	padding: 15px 1.125em !important;
}
.n2-ss-item-content .btn {
	color: #ffcd38 !important;
}
.n2-ss-layer .btn:before,
.n2-ss-layer .btn:after {
	display: block !important;
}
.btn:before {
	left: -12px;
	border-right-width: 12px;
	border-left-width: 0;
}
.btn:after {
	right: -12px;
	border-right-width: 0;
	border-left-width: 12px;
}
.btn.btn-small {
	padding-top: .438em;
	padding-bottom: .438em;
}
.btn.btn-small:before,
.btn.btn-small:after {
	border-top-width: 16.5px;
	border-bottom-width: 16.5px;
}
.btn.btn-small:before {
	left: -7px;
	border-right-width: 7px;
}
.btn.btn-small:after {
	right: -7px;
	border-left-width: 7px;
}
.btn.btn-big {
	padding-top: .200em;
	padding-bottom: .200em;
}
.btn.btn-big:before,
.btn.btn-big:after {
	border-top-width: 24px;
	border-bottom-width: 24px;
}
.btn.btn-big:before {
	left: -16px;
	border-right-width: 16px;
}
.btn.btn-big:after {
	right: -16px;
	border-left-width: 16px;
}
.btn-orange {
	background-color: #ed6624;
}
.btn-orange:before {
	border-right-color: #ed6624;
}
.btn-orange:after {
	border-left-color: #ed6624;
}
.btn-orange:hover {
	background-color: #ef802f;
	color: #fff;
}
.btn-orange:hover:before {
	border-right-color: #ef802f;
}
.btn-orange:hover:after {
	border-left-color: #ef802f
}
.btn.btn-yellow {
	background-color: #ffc330;
	color: #000;
}
.btn-yellow:before {
	border-right-color: #ffc330;
}
.btn-yellow:after {
	border-left-color: #ffc330;
}
.btn-yellow:hover {
	background-color: #ffc330;
}
.btn-yellow:hover:before {
	border-right-color: #ffc330;
}
.btn-yellow:hover:after {
	border-left-color: #ffc330;
}
.btn.btn-yellow-light {
	background-color: #fdc02d;
	color: #000;
}
.btn-yellow-light:before {
	border-right-color: #fdc02d;
	color: #fff;
}
.btn-yellow-light:after {
	border-left-color: #fdc02d;
}
.btn-yellow-light:hover {
	background-color: #fdc02d;
}
.btn-yellow-light:hover:before {
	border-right-color: #fdc02d;
}
.btn-yellow-light:hover:after {
	border-left-color: #fdc02d;
}
.btn.btn-white {
	background-color: #fff;
	color: #000;
}
.btn-white:before {
	border-right-color: #fff;
}
.btn-white:after {
	border-left-color: #fff;
}
.btn-white:hover {
	background-color: #fff;
}
.btn-white:hover:before {
	border-right-color: #fff;
}
.btn-white:hover:after {
	border-left-color: #fff;
}
.btn.btn-black {
	background-color: #231f20;
	color: #ffcd38;
}
.btn-black:before {
	border-right-color: #231f20;
}
.btn-black:after {
	border-left-color: #231f20;
}
.btn-black:hover {
	background-color: #231f20;
}
.btn-black:hover:before {
	border-right-color: #231f20;
}
.btn-black:hover:after {
	border-left-color: #231f20;
}
.btn.btn-blue {
	background-color: #0074aa;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.align-self-center {
	align-self: center;
}
.align-self-end {
	align-self: flex-end;
}

.social-icons a {
	padding: 3px;
	color: #fdc02d;
	font-size: 12px;
	text-align: center;
}
.social-icons a i {
	padding: 3px;
	width: 20px;
	height: 20px;
	border: 1px solid #fdc02d;
	border-radius: 50%;
}

.title-border {
	position: relative;
	padding-bottom: 20px;
}
.title-border:before,
.title-border:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	width: 100%;
	height: 2px;
}
.title-border:before {
	bottom: 0;
	margin-left: -150px;
	max-width: 300px;
	background-color: #fbbc18;
}
.title-border:after {
	bottom: -1px;
	margin-left: -43px;
	max-width: 86px;
	height: 4px;
	background-image: linear-gradient(90deg, #fdc02d 33.33%, #f6ad28 33.33%, #f6ad28 66.66%, #f08030 66.66%);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.bg-yellow {
	background-color: #fdc02d;
}

.colored-orange-list {
	list-style-position: inside;
}
.colored-orange-list li {
	color: #ef6824;
}
.colored-orange-list li span {
	color: #000100;
}

.text-shadow {
	text-shadow: 3px 3px 4px #000;
}

/*** Header ***/
.header-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px 5px 15px;
	background-color: #231f20;
}

.site-branding {
	font-size: 0;
}
.site-branding img {
	width: 170px;
}

.top-header-widgets {
	display: none;
}
.top-header-widgets .widget {
	margin-bottom: 0;
}

.main-navigation {
	display: block;
	width: 100%;
	background-color: #fdc02d;
}
.main-navigation a {
	display: block;
	padding: 5px 0;
	font-size: 0.875em;
	color: #000100;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.75;
}
.main-navigation a:hover,
.main-navigation a:focus {
	text-shadow: 1px 1px 1px #656565;
	outline: none;
}
.main-navigation .current-menu-item a {
	font-weight: bold;
}
.main-navigation .nc-home {
	display: inline-block;
	margin-right: 15px;
	margin-left: -15px;
}
.main-navigation .nc-home a {
	margin: 0;
	padding: 0 10px 0 15px;
	text-transform: none;
	background-color: #fff;
	font-weight: bold;
}
.main-navigation .nc-home a:hover {
	color: #fdc02d;
	text-shadow: none;
}
.main-navigation .nc-home a:before,
.main-navigation .nc-home a:after {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top-width: 12px;
	border-bottom-width: 12px;
	border-color: transparent;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.main-navigation .nc-home a:before {
	display: none;
	left: -6px;
	border-right-width: 6px;
	border-left-width: 0;
	border-right-color: #fff;
}
.main-navigation .nc-home a:after {
	right: -6px;
	border-right-width: 0;
	border-left-width: 6px;
	border-left-color: #fff;
}

.main-navigation ul {
	display: none;
	margin: 0;
	padding: 15px;
	list-style: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	margin: 5px 0;
}

.menu-toggle-wrap {
	display: block;
}
.menu-toggle {
	font: inherit;
	display: inline-block;
	overflow: visible;
	margin: 0;
	padding: 0;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: .15s;
	transition-property: opacity,filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
}
.menu-toggle:focus,
.menu-toggle:active {
	border: none;
	outline: 0;
}
.menu-toggle-box {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 24px;
}
.menu-toggle-inner {
	top: 50%;
	display: block;
	margin-top: -2px;
	transition-timing-function: cubic-bezier(.55,.055,.675,.19);
	transition-duration: 75ms;
}
.menu-toggle-inner,
.menu-toggle-inner:after,
.menu-toggle-inner:before {
	position: absolute;
	width: 40px;
	height: 4px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	border-radius: 4px;
	background-color: #fff;
}
.menu-toggle-inner:after,
.menu-toggle-inner:before {
	display: block;
	content: "";
}
.menu-toggle-inner:before {
	top: -10px;
	transition: top 75ms ease .12s,opacity 75ms ease;
}
.menu-toggle-inner:after {
	bottom: -10px;
	transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
}

.menu-toggle.is-active .menu-toggle-inner {
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215,.61,.355,1);
	transform: rotate(45deg);
}
.menu-toggle.is-active .menu-toggle-inner:before {
	top: 0;
	transition: top 75ms ease,opacity 75ms ease .12s;
	opacity: 0;
}
.menu-toggle.is-active .menu-toggle-inner:after {
	bottom: 0;
	transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
	transform: rotate(-90deg);
}


/*** Footer ***/
#footer {
	padding: 40px 15px 5px 15px;
	background-color: #231f20;
	color: #fff;
	font-size: 0.750em;
}
.footer-widgets {
	margin: 0 auto;
	width: 100%;
	max-width: 1065px;
}

.footer-col h3 {
	margin-bottom: 8px;
	padding-bottom: 4px;
	font-size: 0.875rem;
	font-weight: 800;
	border-bottom: 1px solid #282425;
}
.footer-col ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer-col a {
	color: #fff;
	text-decoration: none;
}
.footer-col a:hover {
	text-decoration: underline;
}
.footer-col i {
	color: #fdc02d;
}
.footer-col .social-icons a i {
	border-color: #fdc02d;
}

.footer-col .footer-info li {
	margin-bottom: 6px;
}
.footer-col .footer-info i {
	margin-right: 6px;
}

.netcast_widget_recent_entries li {
	margin-bottom: 18px;
}
.netcast_widget_recent_entries li .post-date {
	display: block;
	color: #fdc02d;
	font-style: italic;
}

.footer-col .widget_nav_menu ul.menu {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

.footer-col form {
	padding: 0 !important;
}
.footer-col .mailpoet_text,
.footer-col .mailpoet_submit {
	width: 100% !important;
}
.footer-col .mailpoet_text {
	padding: 3px 5px !important;
}
.footer-col .mailpoet_paragraph {
	margin-bottom: 5px !important;
}
.footer-col .mailpoet_paragraph.last {
	margin-bottom: 0 !important;
}
.footer-col .parsley-errors-list {
	margin: 8px 0 3px;
}
.footer-col form p {
	margin: 0 0 10px 0;
}
.footer-col .mailpoet_submit {
	padding: 3px !important;
	background-color: #fdc02d;
}
.footer-col .mc4wp-form-fields input {
	display: block;
	width: 100%;
}
.footer-col .mc4wp-form-fields .btn {
	margin-top: 5px;
	padding: 3px;
	color: #fff;
}

.footer-col-5 .widget:first-of-type {
	margin-bottom: 12px;
}
.footer-col-5 .widget-title {
	margin-top: 0;
	border-bottom: 0;
}

.site-info {
	margin-top: 12px;
	font-size: 0.833em;
	color: #b8babc;
}


/*** Home, Pages ***/
.header-image img {
	display: block;
}
/*.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.slider-wrap .swiper-pagination {
	position: relative;
	bottom: -5px !important;
}
.slider-wrap .swiper-pagination-bullet {
	margin: 0 7px !important;
	width: 11px;
	height: 11px;
	background: #e3e4e5;
	opacity: 1;
}
.slider-wrap .swiper-pagination-bullet:focus {
	outline: 0;
}
.slider-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #a3a5a8;
}*/

.packages-table-mobile-container .swiper-button-next,
.packages-table-mobile-container .swiper-button-prev {
	color: #000100;
	opacity: .5;
}
.packages-table-mobile-container .swiper-button-next:after,
.packages-table-mobile-container .swiper-button-prev:after {
	font-size: 20px;
}
.packages-table-mobile-container .swiper-button-next:focus,
.packages-table-mobile-container .swiper-button-prev:focus {
	outline: none;
}
.packages-table-mobile-container .swiper-button-next.swiper-button-disabled,
.packages-table-mobile-container .swiper-button-prev.swiper-button-disabled {
	opacity: .15;
}
.packages-table-mobile-container .swiper-button-prev {
	left: 0;
}
.packages-table-mobile-container .swiper-button-next {
	right: 0;
}
.button-top-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.button-top-wrap div {
	cursor: pointer;
	text-transform: uppercase;
}
.button-top-wrap div:focus {
	outline: none;
}
.button-top-wrap div.swiper-button-disabled {
	opacity: .15;
}

.section-container {
	padding: 40px 15px;
	background-repeat: no-repeat;
	background-size: cover;
}
.section-honeycomb {
	padding-top: 60px;
	padding-bottom: 100px;
}

.section-container h2 {
	margin-top: 0;
}

.section-container > ul {
	margin-left: 0;
	list-style-type: none;
}
.section-container > ul li {
	position: relative;
}
.section-container > ul li:before {
	content: "·";
	position: absolute;
	left: -30px;
}

.hex-row {
	margin: 0 auto;
}
.hex-wrap {
	display: inline-block;
	margin: 25px 3px;
}
.hex {
	display: inline-block;
	position: relative;
	width: 175px;
	height: 100px;
	border-radius: 2px/6px;
	background: #fff;
	text-align: left;
	transition: opacity .5s;
}
.hex:before,
.hex:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	background: inherit;
	content: '';
}
.hex:before {
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}
.hex:after {
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.hex span {
	position: absolute;
	z-index: 1;
	display: flex;
	padding: 0 5%;
	width: 100%;
	height: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 1.219em;
	line-height: 1.285em;
	justify-content: center;
	align-items: center;
}

.show-on-md {
	display: none;
}

.section-img-cnt .col-1 img {
	display: block;
	margin: 0 auto;
}
.section-img-cnt .col-2 {
	padding-right: 30px;
	padding-left: 30px;
}
.section-img-cnt h2 {
	margin-top: 1em;
	margin-bottom: 1.154em;
	line-height: normal;
}

.service-row {
	display: flex;
	/*flex-wrap: nowrap;*/
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	padding-top: 40px;
}
.service-wrap {
	position: relative;
/*	flex-grow: 1;
	flex-basis: 0;*/
	padding: 47px 0;
	width: 145px;
}
.service-wrap {
	margin-left: -7px;
}
/*.service-wrap:after {
	content: "";
	position: absolute;
	display: block;
	width: 145px;
	height: 47px;
	background: url(/wp-content/themes/netcast/img/chevron-small.png) no-repeat 0 0;
}
.service-wrap.second-item:after {
	top: 0;
	transform: rotate(180deg);
}*/
.service-wrap .chevron {
	margin-top: -1px;
}
.service-wrap .chevron svg {
	width: 100%;
	height: auto;
}
.service-wrap.second-item  .chevron {
	position: absolute;
	top: 0;
	margin-top: 1px;
}
.service-wrap.second-item  .chevron svg {
	transform: rotate(180deg);
}
.service-wrap:nth-child(4) {
	order: 5;
}
.service-wrap:nth-child(5) {
	order: 4;
}
.service-content {
	padding: 5px;
	height: 45px;
	border-right: 7px solid #ed6624;
	border-left: 7px solid #ed6624;
	font-size: 0.929em;
	font-weight: 500;
	line-height: 1;
}
.service-wrap.second-item .service-content {
	padding: 5px 12px;
	border: none;
}
.service-wrap h3 {
	margin: 0;
	padding-top: 0.396em;
	padding-bottom: 6px;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
}
.service-wrap.second-item h3 {
	border-color: #ed6624;
}
.service-image {
	margin: -96px 0 -40px 0;
}
.section-services .btn-calculator {
	margin-top: 33px;
}

.packages-table {
	margin: 0 auto;
	max-width: 1200px;
	border-collapse: separate;
	border-spacing: 0;
}
.packages-table td,
.packages-table th {
	padding: 10px;
	border-right: 2px solid #bdbec0;
	line-height: 1.2;
}
.packages-table th {
	padding-top: 7px;
	padding-bottom: 23px;
	border-top: 2px solid #bdbec0;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	vertical-align: bottom;
}
.packages-table th .btn {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
	cursor: default;
}
.packages-table th.table-data {
	width: 210px;
}
.packages-table th.table-info {
	padding-bottom: 5px;
	/*font-size: 1.688em;*/
	font-size: 1.125em;
	line-height: 1;
	text-transform: uppercase;
}
.packages-table th.table-info span {
	display: block;
	font-weight: bold;
}
.packages-table th.table-info .table-info-first-line {
	font-size: 1.688em;
}
.packages-table th.table-info .table-info-second-line {
	margin-bottom: 1.333em;
	font-weight: 600;
}
.packages-table .table-info {
	border: none;
	text-align: right;
	font-size: 0.750em;
	font-weight: bold;
}
.packages-table .table-info.table-info-image {
	text-align: center;
}
.packages-table td.table-data {
	text-align: center;
	font-size: 0.750em;
	font-weight: 500;
}
.packages-table td.featured-cell {
	background-color: #f9d17d;
}
.packages-table .table-data.first-cell {
	border-left: 2px solid #bdbec0;
}
.packages-table tfoot .table-data {
	border-bottom: 2px solid #bdbec0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.packages-table tfoot .table-data {
	font-weight: 600;
	color: #ed6725;
}
.packages-table tfoot .table-data.featured-cell {
	color: #82221a;
}
.packages-table tfoot .table-data .table-price-wrap {
	border-top: 2px solid #ed6725;
}
.packages-table tfoot .table-data.featured-cell .table-price-wrap {
	border-color: #82221a;
}
.packages-table tfoot .table-data .table-price {
	margin-left: 3px;
	font-size: 2.5em;
	font-weight: bold;
}
.packages-table tfoot .table-data .table-currency {
	font-size: 1.8em;
	font-weight: bold;
}
.packages-table th .btn {
	display: block;
	margin: 0 auto;
	max-width: 125px;
	text-transform: uppercase;
}
.packages-table th .featured {
	color: #fff;
	font-size: 0.625em;
}
.packages-table th .featured span {
	display: block;
	margin: 4px 0 2px 0;
	text-transform: uppercase;
}
.packages-table th .featured i {
	margin: 0 2px;
	vertical-align: bottom;
}
.packages-table tr.pink-bg:nth-child(even) {
	background-color: #fff4eb;
}
.packages-table tr.pink-bg:nth-child(odd) {
	background-color: #ffeddd;
}
.packages-table tr.pink-bg td {
	padding-top: 7px;
	padding-bottom: 7px;
}
.packages-table td i {
	color: #2dab44;
	font-size: 1.500em;
}
.packages-table td i.disabled-service {
	color: #cdd0d0;
}
.packages-table td.featured-cell i.disabled-service {
	color: #b7b9bb;
}
.packages-table-mobile {
	margin-bottom: 20px;
	text-align: center;
}
.packages-table th.table-data {
	padding: 10px 5px;
}
.packages-table th.featured-head {
	position: relative;
}
.packages-table th.featured-head:before {
	content: "";
	position: absolute;
	top: -15px;
	right: -2px;
	left: -2px;
	display: block;
	height: 15px;
	background-color: transparent;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;

	-webkit-box-shadow: 0px -4px 20px 0px rgba(133,131,133,1);
	-moz-box-shadow: 0px -4px 20px 0px rgba(133,131,133,1);
	box-shadow: 0px -4px 20px 0px rgba(133,131,133,1);
}
.packages-table th.featured-head:after {
	content: "";
	position: absolute;
	top: -22px;
	right: -2px;
	left: -2px;
	display: block;
	height: 40px;
	background-color: inherit;
	border: 2px solid #bdbec0;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom: none;
}
.packages-table-mobile .row-name {
	margin-bottom: 10px;
}
.packages-table-mobile td,
.packages-table-mobile th {
	border-left: 2px solid #bdbec0;
}
.packages-table-mobile tr.pink-bg td {
	padding-top: 15px;
	padding-bottom: 15px;
}
.packages-table-mobile tbody td {
	font-weight: 600;
}
.packages-table-mobile .table-price-wrap {
	padding-top: 10px;
}
.table-title-mobile {
	line-height: 1.2;
}

.section-tables {
	padding-bottom: 25px;
}
.before-table-row {
	margin: 10px auto 40px auto;
	max-width: 1200px;
	align-items: center;
}
.section-tables h2.btn {
	margin-right: 11.7%;
	margin-bottom: 0;
	padding-right: 0.433em;
	color: #231f20;
	font-size: 1.875em;
	text-align: right;
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
	cursor: default;
}
.section-tables h2.btn:before {
	display: none;
}
ul.styled-list {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 2.875em;
}
ul.styled-list li {
	margin-bottom: 3px;
}
ul.styled-list li i {
	color: #ed6725;
}

.big-text {
	font-size: 1.625em;
	font-weight: 600;
	line-height: 1.4;
}
.big-text p {
	margin-top: 0;
	line-height: 1.4;
}
.section-calculator {
	padding-top: 80px;
	padding-bottom: 75px;
}
.section-calculator .row {
	align-items: center;
}
.section-calculator .row .col {
	margin: 15px;
}
.section-calculator .row .col:first-of-type {
	display: none;
}
.section-calculator .btn {
	margin-top: 10px;
	font-weight: 600;
}
.section-calculator .btn:before {
	display: none;
}

/*** Pricing table ***/
.section-pricing h2 {
	margin-bottom: 0;
	color: #82211a;
	text-transform: uppercase;
	text-align: center;
	font-size: 2em;
	font-weight: 900;
}
.pricing-table {
	margin: 0 auto;
	max-width: 668px;
	border-collapse: collapse;
	border-spacing: 0;
}
.pricing-table thead {
	background-color: #82211a;
}
.pricing-table th {
	padding: 6px 14px;
	font-size: 0.750em;
	text-align: left;
	color: #fff;
}
.pricing-table th.package-header {
	text-align: center;
}
.pricing-table td {
	text-align: center;
	font-size: 1.125em;
	font-weight: bold;
}
.pricing-table .row-computer-no td {
	padding: 9px 5px 0 5px;
	color: #82211a;
}
.pricing-table .package-name {
	padding-right: 3px;
	padding-left: 3px;
	font-size: 3.000em;
	color: #fff;
	-webkit-text-stroke: 1px black;
}
.pricing-table .package-text {
	padding-right: 0;
	padding-left: 6px;
	position: relative;
	background-color: #fec02d;
	font-size: 1em;
	font-weight: 600;
	text-align: left;
	line-height: 1;
}
.pricing-table .package-text ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.pricing-table .package-text ul li {
	margin-bottom: 5px;
}
.pricing-table .package-text ul li:last-child {
	margin-bottom: 0;
}
.pricing-table .package-text:after {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top-width: 81.5px;
	border-bottom-width: 81.5px;
	border-color: transparent;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

	right: -47px;
	border-right-width: 0;
	border-left-width: 47px;

	border-left-color: #fec02d;
}
.pricing-table tbody td {
	padding: 8px 7px;
	border-top: 8px solid #fff;
	line-height: 1.2;
}
.pricing-table tbody tr td.first-price {
	padding-left: 70px;
}
.pricing-table tbody tr.row-bg {
	background-color: #ffeede;
}
.pricing-table tbody tr.row-bg-light {
	background-color: #fef4eb;
}
.pricing-table tbody tr.row-bg-dark {
	background-color: #f7dbc5;
}
.pricing-table .package-duration {
	position: relative;
	background-color: #fec02d;
	color: #82211a;
	font-size: 0.750em;
	font-weight: 500;
}
.pricing-table .package-duration:before {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top-width: 24.5px;
	border-bottom-width: 24.5px;
	border-color: transparent;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;

	border-right-color: #fec02d;
}
.pricing-table .package-duration .package-months {
	font-size: 1.333em;
	font-weight: 800;
}
.pricing-table tbody tr.row-bg-light {
	border-top: 16px solid #fff;
}

/*** Contact ***/
.section-contact {
	margin: 0 auto;
	padding: 60px 0 30px 0;
	max-width: 1075px;
}
.section-contact .col {
	flex-wrap: wrap;
	padding: 0 20px;
}
.section-contact .col-2 {
	max-width: 455px;
}
.section-contact .col {
	flex-wrap: wrap;
	padding: 0 20px;
}
.contact-image-wrap {
	margin: 0 20px 20px 0;
}
.contact-text-wrap {
	font-size: 0.875em;
	font-weight: 600;
	line-height: 1.2;
}
.contact-text-wrap p {
	line-height: 1.4;
}
.contact-text-wrap a {
	color: #000100;
	text-decoration: none;
}
.contact-text-wrap a:hover {
	text-decoration: underline;
}
.map-wrap {
	margin-top: 40px;
	width: 100%;
}
.wpcf7-form label {
	font-size: 0.875em;
	font-weight: 600;
	line-height: 1.2;
}
.wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 7px;
	line-height: 1.2;
}
.wpcf7-form-control {
	width: 80%;
}
.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	height: 160px;
}
.wpcf7-form-control.wpcf7-submit {
	width: auto;
	font-weight: 400;
}
span.wpcf7-not-valid-tip {
	margin-top: 3px;
	font-size: 0.875em;
}

/*** About Us ***/
.about-info h1,
.about-info h2 {
	font-weight: 900;
}
.about-info h1 {
	font-size: 2.250em;
}
.about-info h2 {
	font-size: 1.875em;
}
.page-template-template-onama .contact-text ul {
	padding-left: 0;
}
.page-template-template-onama .contact-text ul li:before {
	position: relative;
	left: -5px;
}
.clients-list-wrap {
	margin: 0 auto;
	max-width: 720px;
}
.clients-list {
	margin: 0;
	padding: 0;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style-type: none;
}
.clients-list li {
	margin: 3px;
}

/*** Maintenance ***/
.section-container-three-lists {
	padding-top: 70px;
	padding-bottom: 60px;
}
.three-column-list-wrap {
	margin: 0 auto;
	max-width: 1100px;
}
.three-column-list {
	margin: 0;
	padding: 0 20px;
	border-right: 2px solid #fdc02d;
	text-align: left;
	list-style-type: none;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.three-column-list:last-of-type {
	border-right: 0;
}
.three-column-list li {
	margin-bottom: 30px;
	font-weight: 500;
}

.section-small-tables .col {
	padding: 0 15px;
}
.maintenance-table {
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-weight: 500;
	text-align: center;
}
.maintenance-table strong {
	font-weight: 900;
}
.maintenance-table th,
.maintenance-table .subhead {
	font-size: 1.375em;
	line-height: 1.2;
}
.maintenance-table th {
	padding: 12px 35px 8px 35px;
	height: 73px;
	background-color: #f08030;
	border: 1px solid #f08030;
	color: #fff;
	font-weight: 900;
}
.maintenance-table .subhead {
	padding: 15px 35px 15px 35px;
	background-color: #fdc02d;
	border: 1px solid #fdc02d;
}
.maintenance-table .subhead {
	border-bottom-color: #f8a445;
}
.maintenance-table td {
	padding: 13px;
	background-color: #fff4eb;
	border: 1px solid #f8a445;
	font-size: 1.171em;
	line-height: 1;
}
.maintenance-table td.yellow {
	background-color: #faeebe;
}
.maintenance-table td.text-left {
	text-align: left;
}

.pricing-table-small {
	margin-bottom: 30px;
	max-width: 100%;
	font-size: 1.171em;
	line-height: 1;
}
.pricing-table-small .row-computer-no td {
	padding: 10px 5px 0 5px;
	color: #f08030;
	font-size: 1.125em;
	border: none;
}
.pricing-table-small .row-computer-no.nowrap td,
.pricing-table .row-computer-no.nowrap td {
	white-space: nowrap;
}
.pricing-table-small tbody tr.row-bg-light {
	border: none;
}
.pricing-table-small tbody td {
	border-width: 4px;
	color: #58595b;
}
.pricing-table-small .package-text{
	height: 56px;
	color: #231f20;
}
.pricing-table-small .package-text:after {
	top: 50%;
	margin-top: -26px;
	border-top-width: 26px;
	border-bottom-width: 26px;
	right: -13px;
	border-left-width: 13px;
}
.pricing-table-small tbody tr td.first-price {
	padding-left: 20px;
}

/*** IT Security ***/
.section-center-list ol {
	margin: 0 0 30px 0;
	padding: 0;
	list-style-position: inside;
}
.section-center-list ol:last-of-type {
	margin-bottom: 0;
}
.section-center-list ol li {
	margin-bottom: 3px;
	color: #ef6824;
	font-weight: bold;
}
.section-center-list ol li span {
	color: #000100;
	font-weight: normal;
}
.section-center-list .section-inner {
	margin: 0 auto;
	padding: 35px 20px 30px 20px;
	max-width: 780px;
	background-color: #fff;
}
.section-center-list h3 {
	margin-bottom: 35px;
	font-size: 1.125em;
	font-weight: 700;
	color: #ef6824;
}

.section-security-parameters .colored-orange-list {
	margin: 0;
	padding: 15px 0 0 0;
}
.section-security-parameters .colored-orange-list li {
	margin-bottom: 15px;
	font-weight: bold;
}
.section-security-parameters .colored-orange-list li span {
	padding-left: 10px;
	font-weight: 500;
}
.section-security-parameters .col.align-self-center {
	padding-left: 35px;
}

.section-container.big-orange-title {
	padding-top: 20px;
	padding-bottom: 10px;
}
.big-orange-title {
	background-color: #f08030;
}
.big-orange-title h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 900;
}

.section-container-two-lists {
	padding-top: 65px;
	padding-bottom: 0;
}
.section-container-two-lists ol {
	margin: 0 auto 130px auto;
	padding: 0;
}
.section-container-two-lists ol li {
	margin-bottom: 25px;
	font-weight: bold;
}
.section-container-two-lists ol ul {
	padding-top: 30px;
}
.section-container-two-lists ol ul li {
	margin-bottom: 5px;
}
.section-container-two-lists ol li span {
	font-weight: 500;
}

.security-tables-row {
	margin: 0 auto;
	max-width: 1220px;
}
.security-table th {
	padding: 12px 20px 8px 20px;
	background-color: #f08030;
	border: none;
	color: #fff;
	font-size: 1.375em;
	line-height: 1.2;
	font-weight: 900;
	text-align: center;
}
.security-table th.text-center {
	text-align: center;
}
.security-table .package-text {
	padding-left: 20px;
	white-space: nowrap;
}
.security-table .row-computer-no td {
	padding: 8px 5px 5px 5px;
	height: 50px;
	background-color: #fdc02d;
	color: #231f20;
	font-size: 0.938em;
	font-weight: 600;
	line-height: 1;
}

.table-notice {
	text-align: right;
	font-size: 0.813em;
}

.section-security-tables h2 {
	margin-bottom: 1em;
	font-size: 2.375em;
}
.section-security-tables h2 img {
	display: block;
	margin: 0 auto;
}
.section-security-tables p {
	font-size: 0.688em;
}
.security-table {
	margin-bottom: 15px;
}
.security-table th {
	padding: 10px 10px 8px 10px;
	background-color: #fdc02d;
	font-size: 1.750em;
	color: #231f20;
	text-align: left;
	border: 1px solid #fdc02d;
}
.security-table .subhead {
	padding: 10px;
	background-color: #f9d27e;
	font-size: 0.875em;
	border-color: #f9d27e;
	border-bottom-color: #f8a445;
}
body .security-table td {
	border-left: 0;
	border-right: 0;
	font-size: 0.875em;
}
body .security-table tr td:first-child {
	border-left: 1px solid #f8a445;
}
body .security-table tr td:last-child {
	border-right: 1px solid #f8a445;
}
body .security-table.security-table-borders td {
	border-right: 1px solid #f8a445;
	border-left: 1px solid #f8a445;
}
.security-table tbody td {
	background-color: transparent;
}
.security-table tr.pink-bg:nth-child(even) {
	background-color: #ffeddd;
}
.security-table tr.pink-bg:nth-child(odd) {
	background-color: #fff4eb;
}
.security-table tr.featured-row {
	border: 3px solid #ea530a;
}
.security-logos img {
	margin: 20px 10px;
}

.cloud-paketi.section-security-tables .packages-table th {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.cloud-paketi.section-security-tables table th.table-data {
	padding-top: 20px;
	padding-bottom: 20px;
    font-size: 1.750em;
	font-weight: 600;
	line-height: 1;
	color: #fff;
}
.cloud-paketi.section-security-tables table th.table-data span {
    font-size: 0.643em;
	color: #231f20;
}
.cloud-paketi.section-security-tables {
	max-width: 900px;
}
.cloud-paketi.section-security-tables .table-wrap {
	position: relative;
}
.cloud-paketi.section-security-tables .table-wrap .absolute-price {
	display: block;
	margin: 20px auto;
}
.cloud-paketi.section-security-tables .table-wrap .table-logos {
	text-align: center;
}
.cloud-paketi.section-security-tables table {
	display: table;
	margin: 0 auto 20px auto !important;
	width: 283px;
	max-width: 100%;
	clear: both;
}
.cloud-paketi.section-security-tables table td {
	background-color: transparent;
}
.cloud-paketi.section-security-tables table td img {
	margin: 15px 0 0 0;
}
.cloud-paketi.section-security-tables tfoot .table-data {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.cloud-paketi.section-security-tables .cloud-price td.table-data {
	padding-top: 0;
	font-size: 0.875em;
	font-weight: 400;
}
.cloud-paketi.section-security-tables .cloud-price td.table-data strong {
	font-size: 2.000em;
	font-weight: 900;
}
.cloud-paketi.section-security-tables .cloud-price td.table-data strong,
.cloud-paketi.section-security-tables .cloud-price td.table-data span {
	color: #fdc02d;
	font-weight: 600;
}
.cloud-paketi.section-security-tables .cloud-price.price-border-top .security-price-wrap {
	padding-top: 20px;
	border-top: 6px solid #fdc02d;
}

.security-table-intro {
	padding: 7px 15px;
	background-color: #f16522;
	color: #fff;
	font-size: 1.286em;
	border-radius: 15px;
}
.section-security-parameters-security {
	padding: 0;
}
.section-security-parameters-security .col:first-child {
	padding: 15px;
	background-color: #fff;
}
.section-security-parameters-security .col:last-child {
	padding: 40px 15px 40px 75px;
}


/*** Blog ***/
.section-blog-inner {
	margin: 0 auto;
	max-width: 1145px;
}

#blog-content {
	padding-right: 10%;
}
#blog-content .post-thumbnail {
	display: inline-block;
	margin-bottom: 30px;
	font-size: 0;
}

.posted-on a {
	color: #808081;
	text-decoration: none;
	font-size: 0.875em;
	line-height: 1.2;
}

.entry-meta {
	margin-bottom: 8px;
}
.entry-title {
	margin-bottom: 0.769em;
}
.entry-title a,
.posts-navigation a {
	color: #231f20;
	text-decoration: none;
}
.entry-title a:hover,
.posts-navigation a:hover {
	color: #ed6624;
}
.posts-navigation {
	padding: 20px;
	width: 100%;
	border-top: 1px solid #231f20;
}
.posts-navigation a {
	font-weight: 500;
	text-transform: uppercase;
}

#blog-content .entry-content {
	margin: 0;
}

#blog-content .post {
	margin-bottom: 50px;
}

.read-more-arrow-link,
.read-more-arrow-link:visited {
	color: #000100;
}
.read-more-arrow-link:hover {
	color: #ed6624;
}
.read-more-arrow {
	margin-left: 5px;
	font-size: 13px;
}

.single-post .entry-content table {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
.single-post .entry-content table td {
	padding: 5px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}


/*** FAQ ***/
.container-faq {
	margin: 0 auto;
	max-width: 1050px;
}

.container-faq .entry-header {
	margin-bottom: 10px;
}
.container-faq h1 {
	margin: 45px 0 0 0;
	font-size: 3.750em;
	font-weight: 900;
	color: #fdc02d;
}
.container-faq .entry-header p {
	margin: 0;
	font-size: 1.300em;
}

.row-tab-head {
	justify-content: space-between;
	margin-bottom: 25px;
}
.row-tab-head .col {
	margin: 0 1px 25px 1px;
	max-width: 320px;
	min-height: 250px;
}
.tab-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 5% 10%;
	width: 100%;
	height: 100%;
	background-color: #fdc02d;
	text-align: center;
	cursor: pointer;
}
.tab-head h3 {
	margin-top: 0;
	font-size: 1.300em;
	line-height: 1.2em;
}
.tab-head img {
	margin: 15px 0 0 0;
}
.tab-content {
	display: none;
	padding-right: 9%;
}
.tab-content.active-tab {
	display: block;
}
.tab-content h2 {
	font-size: 1.300em;
}

.faq-layout .faq-col-main {
	border-right: 2px solid #fdc02d;
}
.faq-layout .faq-sidebar {
	padding-left: 30px;
	max-width: 290px;
}
.faq-sidebar h3 {
	font-size: 1.300em;
}

/*** Sidebar ***/
#sidebar .widget-title {
	position: relative;
	margin: 0 0 1.350em 0;
	font-size: 1.250em;
	overflow: hidden;
}
#sidebar .widget-title:after {
	content: '';
	position: absolute;
	top: 51%;
	margin-left: 10px;
	overflow: hidden;
	width: 100%;
	height: 1px;
	background-color: #f9b945;
}

.recent-post-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.recent-post-list li {
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #d4d5d6;
}
.recent-post-list li:last-child {
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
	border-bottom: none;
}
.recent-post-list a {
	color: #231f20;
	text-decoration: none;
}
.recent-post-list a:hover {
	color: #ed6624;
}
.recent-post-list .posted-on {
	color: #808081;
	font-size: 0.875em;
	line-height: 1.2;
}

.recent-post-image-wrap {
	margin-right: 15px;
	flex: 0 0 100px;
}

.recent-post-title {
	margin: 0 0 5px 0;
}

.recent-post-one-column .flex {
	display: block;
}
.recent-post-one-column .recent-post-image-wrap {
	margin-right: 0;
}

.recent-post-text {
	margin-top: 15px;
}

.gallery {
	grid-gap: 10px;
}
.gallery figure {
	margin: 5px 0;
	font-size: 0;
}

/*** Single Post ***/
.single-post h1 {
	margin: 20px 0 0 0;
	line-height: 1.2;
}

.addthis_inline_share_toolbox {
	margin: 60px 0 30px 0;
}

.tags-links a,
.tagcloud a {
	display: inline-block;
	margin: 5px 10px 5px 0;
	font-weight: 400;
	color: #000;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	border: 1px solid #000;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	text-decoration: none;
	border-radius: 0;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.tags-links a:hover,
.tagcloud a:hover {
	color: #fff;
	background-color: #ed6624;
	border-color: #ed6624;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
	display: block;
	padding: 5px;
	width: 100%;
	border-color: #383435;
}
.comment-form #submit {
	margin-top: 10px;
	font-weight: 400;
}
.comment-form label,
.comment-form-notice {
	font-size: 0.750em;
}
.comment-form p {
	margin: 0 0 3px 0;
}

.comments-title {
	margin-top: 50px;
	font-weight: 400;
}
.comment-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.comment-list li.comment {
	margin: 0 0 35px 0;
	padding: 0 0 35px 0;
	border-bottom: 1px solid #8e9093;
}
.comment-list li.comment:last-child {
	border-bottom: none;
}
.comment-content {
	font-size: 0.875em;
}
.comment-content p {
	margin: 0 0 0.800em 0;
}
.comment-metadata,
.comment-metadata a {
	color: #6e6f71;
	font-size: 0.875em;
	font-style: italic;
}
.comment-metadata a {
	text-decoration: none;
}
.comment-metadata a:hover {
	color: #ed6624;
}
.comment-sep {
	margin: 0 3px;
	font-size: 0.714em;
}


.section-web-hosting {
	display: flex;
	align-items: flex-end;
	color: #fff;
}
.section-web-hosting p {
	line-height: 1.4;
}
.section-web-hosting .web-hosting-text {
	max-width: 550px;
}
.section-web-hosting {
	display: flex;
	align-items: flex-end;
	color: #fff;
}
.section-web-hosting .row {
	margin-left: 12%;
}
.section-web-hosting .col {
	max-width: 580px;
}
.section-web-hosting .big-text {
	font-size: 3.125em;
}
.section-web-hosting .big-text p {
	margin-bottom: 0;
	line-height: 1.2;
}

.cloud-paketi {
	margin: 0 auto;
	padding-top: 0;
	max-width: 720px;
}
.cloud-paketi table {
	display: inline-table;
	margin: 0 35px 20px 35px;
	width: 305px;
}
.cloud-paketi table:first-of-type {
	margin-left: 0;
}
.cloud-paketi table:last-of-type {
	margin-right: 0;
}
.cloud-paketi .packages-table th {
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
}
.packages-table tfoot .table-data {
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
}
.cloud-paketi table th.table-data {
	padding-top: 35px;
	padding-bottom: 35px;
	font-size: 2.375em;
	font-weight: 600;
}
.cloud-paketi table td.table-data {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.188em;
}
.cloud-paketi table .cloud-price td.table-data {
	padding-bottom: 0;
	font-weight: 600;
}
.cloud-paketi table .cloud-price td.table-data strong {
	font-size: 1.263em;
	font-weight: 600;
}
.cloud-paketi table .cloud-price td.table-data .cloud-price-wrap {
	padding-top: 15px;
    border-top: 2px solid #000100;
}
.cloud-paketi small {
	font-size: 64%;
}
.cloud-paketi-opis {
	margin: 0 auto;
	max-width: 800px;
}
.cloud-paketi-opis .btn {
	width: 280px;
}
.cloud-paketi-opis table {
	margin-top: 15px;
}
.cloud-paketi-opis table th,
.cloud-paketi-opis table td {
	font-weight: 600;
}
.cloud-paketi-opis table th {
	padding-bottom: 25px;
}
.cloud-paketi-opis table img {
	margin-top: 15px;
}

.cloud-form input,
.cloud-form textarea {
	padding: 5px 15px;
	width: 100%;
	font-size: 1em;
}
.cloud-form .wpcf7-form-control.wpcf7-textarea {
	height: 100px;
}
.cloud-form ::-webkit-input-placeholder {
	font-size: 1em;
	color: #808184;
}
.cloud-form :-ms-input-placeholder {
	font-size: 1em;
	color: #808184;
}
.cloud-form ::placeholder {
	font-size: 1em;
	color: #808184;
}
.cloud-form .btn {
	background-color: #231f20;
}


@media (max-width: 767px) {
	.text-center-mobile {
		text-align: center;
	}
	.hide-on-mobile {
		display: none !important;
	}
	.reverse-on-mobile {
		flex-direction: column-reverse;
	}

	.three-column-list-wrap {
		display: block;
	}
	.three-column-list {
		border: none;
	}

	.section-small-mobile-padding {
		padding-bottom: 0;
	}

	#n2-ss-2,
	#n2-ss-2 > .n2-ow,
	#n2-ss-2 .n2-ss-slide,
	#n2-ss-2 .n2-ss-layers-container {
		min-height: 520px;
	}
	.custom-responsive {
		left: auto !important;
		right: auto !important;
		width: 100% !important;
		text-align: center !important;
	}
	.custom-responsive p {
		text-align: center !important;
	}
	.float-right * {
		float: right !important;
		margin-right: 20px !important;
	}
	.responsive-price {
		margin-left: -15px;
	}
	.responsive-currency {
		margin-left: 20px;
	}
	div#n2-ss-6 .custom-responsive .n2-ss-item-content {
		text-align: center;
	}

	.section-container-two-lists ol {
		columns: auto auto !important;
		-webkit-columns: auto auto !important;
		-moz-columns: auto auto !important;
	}

	/*** Home, Pages ***/
	.service-row {
		padding-top: 80px;
	}
	.service-wrap {
		padding-bottom: 0;
	}
	.service-wrap .chevron {
		position: absolute;
		top: 0;
		margin-top: -6px;
		transform: rotate(180deg);
	}
	.service-wrap.second-item .chevron {
		position: relative;
		top: auto;
		bottom: 9px;
	}
	.service-wrap:nth-child(4) {
		padding-top: 0;
	}
	.service-wrap .service-content {
		padding: 5px 12px;
		border: none;
		line-height: 1.5;
	}
	.service-wrap.second-item .service-content {
		padding: 5px;
		border-right: 7px solid #ed6624;
		border-left: 7px solid #ed6624;
	}
	.service-wrap h3 {
		border-color: #ed6624;
	}
	.service-wrap.second-item h3 {
		border-color: transparent;
	}

	.service-wrap.image-item {
		margin-left: -145px;
	}
	.service-wrap.image-item .chevron,
	.service-wrap.image-item .service-content {
		display: none;
	}
	.service-image {
		margin-top: -160px;
	}

	.packages-table-desktop {
		display: none;
	}
	.packages-table-mobile{
		display: table;
	}
	.table-title-mobile {
		display: block;
	}

	/*** IT packages ***/
	.pricing-table tbody tr td.first-price {
		padding-left: 50px;
	}
	.pricing-table .package-text-col {
		width: 155px;
	}

	.pricing-table-small {
		font-size: 0.750em;
	}
	.pricing-table-small tbody tr td.first-price {
		padding-left: 15px;
	}

	.section-cloud-services img {
		margin-top: 40px;
	}

	.list-left-mobile {
		display: inline-block;
		text-align: left;
	}


	/*** FAQ ***/
	.row-tab-head .col {
		margin: 0 auto 25px auto;
	}
	.faq-layout .faq-col-main {
		border-right: none;
	}
	.tab-content {
		padding-right: 0;
	}
	.faq-layout .faq-sidebar {
		padding-left: 0;
		max-width: 100%;
	}


	/*** Footer ***/
	.footer-widgets-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		padding: 0 15%;
	}
	.footer-col-4 {
		order: 2;
	}
	.footer-col-5 {
		order: 1;
	}
	.social-icons,
	.widget_mailpoet_form .widget-title {
		text-align: center;
	}
	.footer-col .widget-title {
		border-bottom: none;
	}

	/*** Security ***/
	.section-security-parameters .col.align-self-center {
		padding-left: 0;
	}


	/*** Blog ***/
	.blog .section-container,
	.single-post .section-container {
		padding-top: 0;
	}
	.blog #blog-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		padding-right: 0;
	}
	.blog #blog-content .post {
		margin: 5px 3px;
		padding: 17px 14px;
		width: 48%;
		border: 2px solid #f8af29;
	}
	.blog #blog-content .post.sticky {
		margin: 0;
		padding: 0;
		width: 100%;
		border: none;
	}
	.blog #blog-content .post-thumbnail {
		margin-bottom: 15px;
	}
	.blog #blog-content .entry-title {
		font-size: 1.438em;
		line-height: 1.2;
	}
	.blog #blog-content .entry-content {
		display: none;
	}
	.blog #blog-content .sticky .entry-content {
		display: block;
	}
	.blog #blog-content .sticky .post-thumbnail,
	.single-post #blog-content .post-thumbnail {
		margin-right: -15px;
		margin-left: -15px;
	}
	.posts-navigation {
		padding: 10px;
		border-top: none;
	}

	.single-post #blog-content {
		padding-right: 0;
	}
	.single-post #blog-content .post-thumbnail {
		margin-bottom: 0;
	}

	.addthis_inline_share_toolbox {
		margin: 20px 0 10px 0;
	}


	/*** Sidebar ***/
	#sidebar {
		margin-top: 30px;
	}


	/*** Cloud ***/
	.section-web-hosting .row {
		margin-left: 0;
	}
	.section-web-hosting .big-text p {
		font-size: 0.440em;
	}
	.cloud-paketi table {
		display: table;
		margin: 0 0 40px 0;
		width: 100%;
	}

	.section-security-tables h2 {
		font-size: 1.8em;
		line-height: 1.2;
	}
}

@media (max-width: 600px) {
	/*** IT packages ***/
	.pricing-table .package-text:after,
	.pricing-table .package-duration:before {
		display: none;
	}
	.pricing-table tbody tr td.first-price {
		padding-left: 7px;
	}

	.table-packages {
		font-size: 14px;
	}

	.pricing-table .package-name {
		font-size: 2em;
	}

	.security-table .package-text {
		padding-left: 5px;
	}

	.section-center-list h3 {
		margin-bottom: 15px;
	}

	.section-container-two-lists ol ul {
		padding-top: 10px;
	}


	.security-table th {
		font-size: 1em;
	}
	.security-table .subhead,
	body .security-table td {
		padding: 5px;
		font-size: 0.6em;
	}
}

@media (max-width: 415px) {
	/*** Home, Pages ***/
	.hex-wrap {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.hex {
		width: 145px;
		height: 83px;
	}
	.hex span {
		font-size: 1em;
	}

	/*** Blog ***/
	.blog #blog-content .post {
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
}

@media (max-width: 480px) {
	.pricing-table .row-computer-no.nowrap td {
		white-space: normal;
		text-align: left;
	}
}

@media (min-width: 576px) {
	/*** Grid ***/
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.hide-on-desktop {
		display: none !important;
	}

	/*** Grid ***/
	.container {
		max-width: 720px;
	}

	.col {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-4 {
		-ms-flex: 0 0 37.333333%;
		flex: 0 0 37.333333%;
		max-width: 37.333333%;
	}
	.col-8 {
		-ms-flex: 0 0 62.666667%;
		flex: 0 0 62.666667%;
		max-width: 62.666667%;
	}

	/*** Header ***/
	.header-top {
		padding: 7px 9.3% 7px 9.3%;
	}


	/*** Footer ***/
	.footer-widgets-inner {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
	}

	.footer-col {
		margin: 0 0 0 0;
		width: 20%;
	}
	.footer-col:last-of-type {
		margin-right: 0;
	}
	.footer-col-1,
	.footer-col-2,
	.footer-col-5 {
		padding-top: 30px;
	}
	.footer-col-1 {
		margin-right: 4%;
	}
	.footer-col-2 {
		margin-right: 6%;
	}
	.footer-col-3 {
		margin-right: 5%;
	}
	.footer-col-4 {
		margin-right: 6%;
	}


	/*** Home, Pages ***/
	.show-on-md {
		display: block;
	}
	.show-on-sm {
		display: none;
	}

	.section-img-cnt .col-1 {
		max-width: 500px;
		align-self: flex-end;
	}
	.section-img-cnt .col-1 img {
		margin: 0;
	}
	.section-img-cnt .col-1.image-right img {
		margin-right: 0;
		margin-left: auto;
	}
	.section-img-cnt .col-2 {
		padding: 40px 30px 0 30px;
		max-width: 600px;
		align-self: center;
	}
	.section-img-cnt h2 {
		margin-top: 0;
	}

	.service-wrap {
		order: 0 !important;
	}

	.packages-table-mobile,
	.table-title-mobile {
		display: none;
	}

	.pricing-table-small {
		font-size: 1em;
	}

	.button-top-wrap {
		display: none;
	}
}

@media (min-width: 992px) {
	/*** Grid ***/
	.container {
		max-width: 960px;
	}

	/*** Header ***/
	.menu-toggle-wrap {
		display: none;
	}

	.top-header-widgets {
		display: block;
	}

	.site-branding {
		margin: 0 auto;
	}

	#primary-menu {
		padding: 12px 0 12px 0;
	}

	#masthead.sticky {
		margin-bottom: 48px;
	}
	#masthead.sticky .main-navigation {
		position: fixed;
		top: 0;
		width: 960px;
		z-index: 9999;
	}
	.main-navigation ul {
		display: flex;
		justify-content: center;
	}
	.main-navigation li {
		margin: 0;
		border-left: 1px solid #000100;
	}
	.main-navigation li:first-of-type {
		border-left: none;
	}
	.main-navigation a {
		margin: 0 10px;
		padding: 0;
	}

	.main-navigation .nc-home {
		margin-left: 0;
	}
	.main-navigation .nc-home a {
		padding-left: 10px;
	}
	.main-navigation .nc-home a:before {
		display: block;
	}


	/*** Home, Pages ***/
	.hex-row {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 auto;
		max-width: 910px;
	}
	.hex-row .clearfix {
		display: none;
	}

	.service-wrap {
		margin-left: -9px;
		padding: 60px 0;
		width: 187px;
	}
/*	.service-wrap:after {
		width: 187px;
		height: 60px;
		background: url(/wp-content/themes/netcast/img/chevron.png) no-repeat 0 0;
		background-size: contain;
	}*/
	.service-wrap h3 {
		border-width: 9px;
	}
	.service-content {
		line-height: 1.2;
		border-width: 9px;
	}

	.btn-left-margin {
		margin-left: 14%;
	}

	/*** Single Post ***/
	.single-post #blog-content .post-thumbnail {
		margin-top: 10px;
	}


	.cloud-paketi.section-security-tables table {
		display: inline-table;
		margin: 0 2px 20px 2px !important;
	}

	.section-security-tables h2 img {
		display: inline-block;
		margin-bottom: -30px;
	}
}

@media (min-width: 1200px) {
	/*** Grid ***/
	.container {
		max-width: 1140px;
	}

	/*** Header ***/
	#primary-menu {
		padding: 12px 15px 12px 15px;
	}

	#masthead.sticky .main-navigation {
		width: 1140px;
	}

	.main-navigation a {
		margin: 0 14px;
	}

	.section-calculator .row .col:first-of-type {
		display: block;
	}

	.pricing-table-small tbody tr td.first-price {
		padding-left: 40px;
	}
}

@media (min-width: 1450px) {
	/*** Grid ***/
	.container {
		max-width: 1400px;
	}

	/*** Single Post ***/
	#masthead.sticky .main-navigation {
		width: 1400px;
	}

	.cloud-paketi.section-security-tables .table-wrap .absolute-price {
		position: absolute;
		top: 10%;
		right: -200px;
	}

	.cloud-paketi.section-security-tables .table-wrap .table-logos {
		position: absolute;
		right: -220px;
		bottom: 0;
		text-align: center;
	}
}