/*
Theme Name:  Parallax
Theme URI: https://kozsantehetsegmuhely.hu
Author: Weva Design Themes
Description: 
Version: 1.25.7
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: parallax
Domain Path: /languages/
Tags: black, blue, custom-background, custom-colors, custom-header, custom-menu, dark, featured-images, fluid-layout, gray, light, one-column, orange, right-sidebar, theme-options, threaded-comments, translation-ready, two-columns, white

*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a img {
	border: 0;
	clear: both;
	display: block;
	margin: 15px auto;
	max-height: 250px;
	width: auto;
	border: 1px solid #9AD5E0;
	border-radius: 15px;
}


/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000;
	font-family: 'Candara', 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.5;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Candara', 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	color: #1D4797;
}
h1{
	font-size: 1.5em;
}
h2{
	font-size: 1.4em;
}
h3{
	font-size: 1.3em;
}
h4{
	font-size: 1.2em;
}
h5{
	font-size: 1.1em;
}
h6{
	font-size: 1em;
}
p {
	font-size: 1.1em;
	margin: 5px 0 10px 0;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 20px;
}
address {
	margin: 0 0 20px;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 20px;
	max-width: 100%;
	overflow: auto;
	padding: 20px;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 20px;
}
ul, ol {
	margin: 0 0 15px 20px;
}
ul {
	list-style: square;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 20px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 20px 20px;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;

}
figure {
	margin: 0;
}
table {
	margin: 0 0 20px;
	width: 100%;
	margin: auto;
}
th {
	font-weight: bold;
}
td {
	padding: 10px;
}
/*--------------------------------------------------------------
Buttons - Forms
--------------------------------------------------------------*/
.wp-block-buttons {
    box-sizing: border-box;
    margin: 20px 10px;
}
.wp-element-button,
.wp-block-button__link,
.wp-block-search__button {
	color: #fff;
	font-size: 1.3em;
	font-weight: 450;
	text-decoration: none;
	line-height: 1.1em;
	background: #E66432;
	border-radius: 25px;
	border: none;
	max-width: 100%;
	padding: 8px 20px;
	height: 36px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.wp-block-button__link:hover,
.wp-block-search__button:hover {
	color: #fff;
	font-size: 1.3em;
	font-weight: 450;
	text-decoration: none;
	line-height: 1.1em;
	background: #EB9C75;
	border-radius: 25px;
	max-width: 100%;
	padding: 8px 20px;
	height: 36px;
	box-shadow: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: #fff;
	font-size: 1.3em;
	font-weight: 450;
	text-decoration: none;
	line-height: 0.8em;
	background: #E66432;
	border-radius: 20px;
	border: none;
	max-width: 100%;
	padding: 8px 20px;
	height: 36px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
button a:hover ,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover{
	color: #fff;
	font-size: 1.3em;
	font-weight: 450;
	text-decoration: none;
	line-height: 0.8em;
	background: #EB9C75;
	border-radius: 20px;
	max-width: 100%;
	padding: 8px 20px;
	height: 36px;
	box-shadow: none;
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
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 {
    color: #fff;
	font-size: 1.3em;
	font-weight: 450;
	text-decoration: none;
	line-height: 0.8em;
	background: #EB9C75;
	border-radius: 20px;
	max-width: 100%;
	padding: 8px 20px;
	height: 36px;
	box-shadow: none;
	outline: 0;
}
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: #5D312E;
	border: 1px solid #DDD;
	border-radius: 20px;
	max-width: 100%;
	padding: 3px;
	height: 36px;
}
select {
    color: #5D312E;
	border: 1px solid #DDD;
	border-radius: 20px;
	max-width: 100%;
    height: 36px;
}

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,
select:focus {
	color: #111;
	outline: 0;
	border-radius: 20px;
}

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"] {
	padding: 3px;
	height: 32px;
	border-radius: 15px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 5px 10px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}
/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
	color: #9A3C8E;
	text-decoration: none;
}
a:hover {
	color: #EF7B2E;
}
a:active {
	color: #EB9C75;
}

/*--------------------------------------------------------------
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:hover,
.screen-reader-text:active,
.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;
	display: block;
	font-size: 14px;
	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 */
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 15px auto;
	max-height: 220px;
}


/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix: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,
.row:after,
.row:before {
	content: '';
	display: table;
}

.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.row:after {
	clear: both;
}

/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 10px;
	float: left;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

#secondary .widget{
	background: #FFF;
	padding: 15px;
}

#secondary .widget:last-child{
	margin-bottom: 0;
}

/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 20px;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
object {
	max-width: 100%;
}
iframe {
	max-width: 100%;
	max-height: 100%;
}
.fluid-width-video-wrapper {
	padding-top: 50%;
}
.fluid-width-video-wrapper iframe {
	max-width: 480px;
	max-height: 300px;
}
/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 20px;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding:0 4px 4px 0;
}
.gallery-item .gallery-icon{
	position: relative;
}
.gallery-item a:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:url(images/zoom.png) no-repeat center rgba(0,0,0,0.3);
	display: none;
}
.gallery-item:hover a:after{
	display: block;
}
.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 {
	font-size: 0.6em;
	line-height: 1.2;
	margin-top: 5px;
}

/* Nextgen gellery plugin */
.sl-wrapper .sl-navigation button.sl-prev {
	left: 100px;
	background: none;
	color: #fff;
}
.sl-wrapper .sl-navigation button.sl-next {
    right: 100px;
	background: none;
	color: #fff;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
  display: none;
  z-index: 1035;
}
 .sl-wrapper .sl-image img {
    border: 1px solid #1D4797;
	max-height: 80%;
	margin-top: 125px;
	width: auto;
	border-radius: 15px;
}
.sl-wrapper .sl-navigation button {
  box-shadow: none;
  
}
.sl-wrapper .sl-navigation button:hover {
  box-shadow: none;
  color: #9AD5E0;
}
.sl-wrapper button {
}

.ngg-slideshow .ngg-gallery-slideshow-image img {
	margin: 0 auto;
	display: inline-block !important;
	vertical-align: middle;
	max-width: 400px !important;
	max-height: auto !important;
}
.ngg-imagebrowser.default-view h3 {
  font-size: 18px !important;
  margin: 0 !important;
  padding: 20px !important;
  text-align: center;
  font-weight: bold;
  display: none;
}
.ngg-imagebrowser.default-view img {
  max-height: 350px;
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
}
.ngg-imagebrowser.default-view .ngg-imagebrowser-nav .back,
.ngg-imagebrowser.default-view .ngg-imagebrowser-nav .next {
	border-radius: 10px;
	width: 50px;
	background: #9A3C8E;
}
.ngg-imagebrowser.default-view .ngg-imagebrowser-nav a {
	border-radius: 10px;
	width: 50px;
	background; #9A3C8E;
}
.ngg-imagebrowser.default-view .ngg-imagebrowser-nav a:hover,
.ngg-imagebrowser.default-view .ngg-imagebrowser-nav a:focus {
	border-radius: 10px;
	width: 50px;
	background: #EF7B2E;
}
.ngg-imagebrowser.default-view .ngg-imagebrowser-nav .counter {
	margin: 20px 0 22px;
	font-size: 16px !important;
	color: rgba(150,150,150,.7);
	margin: 10px 0 6px;
}

/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
#content{
    position: relative;
	margin-top: 5px;
	z-index: 99;
}
.site-content {
	margin-top: 0;
	padding: 0;
	position: relative;
}
.nav-container .mid-content {
	background: #fff;
}
.mid-content{ 
	width: 98%; 
	margin: 0 auto;
}
.mid-content h1 {
	font-weight: 520;
	color: #1D4797;
	text-align: center;
}
.mid-content h4{
	font-weight: 520;
	color: #C46AA8;
	text-align: center;
}
.parallax-content {
	max-width: 90%;
	margin: 0 auto;
}
.parallax-section{ 
	padding: 0 6%;
	position: relative;
}
.parallax-section h1{
	font-size: 2em;
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center;
	font-weight: 550;
	color: #9AD5E0;
	margin: 20px 0 10px 0;
}
.parallax-section h1 span{
	position: relative;
	display: inline-block;

	padding-top: 40px;
}
.parallax-section h1 span:after{
	content: "";
	position: absolute;
	width: 50%;
	top:100%;
	left:50%;
	margin-left: -25%;
    border-color: inherit;
}
.parallax-section .overlay{
	position: absolute;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}
.parallax-section .overlay-bg {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
}

.parallax-section .mid-content{
	position: relative;
	z-index: 999;
	margin-bottom: 20px;
}
.parallax-section .page-content{
	margin: 0 0 20px;
}
.parallax-section .page-content:last-child{
    margin-bottom: 0;
}
#content > .mid-content{
margin-top: -30px;
}
#primary{
	width: 75%;
	float: left;
	margin-left: 1%;
}
#primary .content-area-post{
	width: 75%;
}
#secondary{
	width: 23%;
	float: right;
	font-size: 1.2em;
	margin-top: 50px;
}
#secondary ul{
	list-style: none;
	margin-left: 0;
}
#secondary ul li{

}
#secondary ul li a{
	text-decoration: none;
	color: #9A3C8E;
}
#secondary ul li a:hover {
	text-decoration: none;
	color: #EF7B2E;
}
#secondary h2.widget-title{
	border-bottom: 2px solid #1D4797;
	margin-bottom: 10px;
	line-height: 1.2;
	font-size: 1em;
}
#secondary h2.widget-title span{
	color: #1D4797;
	display: inline-block;
	padding: 8px 0;
}
#secondary .search-form input[type="search"]{
	width: 100%;
	max-height: 35px;
	font-size: 1em;
}
.wp-block-search__label{
	display: none;
}

/*--------------------------------------------------------------
Main Header
--------------------------------------------------------------*/
#masthead{
	width: 100%;
	z-index: 99999;
	background: #FFF;
	padding: 0;
	position: relative;
}
#masthead.logo-top{
	text-align: center;
}
body.parallax-on #masthead{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	min-height: 85px;
}
body.logged-in.parallax-on #masthead{
	top: 0;
}
body.parallax-on .wpcf7-not-valid-tip{
	text-align: center;
	font-size: 1em;
}

/* Top Social */
.top-social .social-icons{
	position: relative;
	top: 70%;
	left:0;
	width: 100%;
	z-index: 99999;
	text-align: center;
}
.top-social .social-icons a{
	margin-top: 40px;
	margin-right: 5px;
	border-radius: 25% 0;
	background:#fff;
	color: #1D4797;
}
.top-social .social-icons a span{
	display: none;
}

/* Social */
.social-icons{
	position: fixed;
	left: 0;
	top:50%;
	width: 30px;
	z-index: 999999;
}
.social-icons a{
	background:#9A3C8E;
	border-radius: 0 25% 25% 0;
	height: 25px;
	width: 25px;
	margin-bottom: 5px;
	line-height: 25px;
	text-align: center;
	color:#FFF;
	display: inline-block;
	position: relative;
}
.social-icons a:hover{
	background:#C46AA8;
}
.social-icons a span{
	background: #9A3C8E;
	padding: 6px 10px;
	font-size: 0.8em;
	font-family: Arial;
	text-decoration: none;
	position: absolute;
	left: 130%;
	top: 2px;
	margin-left: 10px;
	border-radius: 1px;
	white-space:nowrap;
	line-height: 1;
	font-style: italic;
	opacity: 0;
	visibility: hidden;
	transition:left 0.3s ease;
	-moz-transition:left 0.3s ease;
	-webkit-transition:left 0.3s ease;
}
.social-icons a span:after{
	content: "";
	position: absolute;
	left: 0;
	border-color: transparent #9A3C8E transparent transparent;
	border-style: solid;
	border-width: 4px;
	margin-left: -8px;
	top: 50%;
	margin-top: -4px;
	z-index: 9999999;
}
.social-icons a:hover span{
	opacity: 1;
	visibility: visible;
	left: 100%;
}

/* Site Logo */
#site-logo{
	float: left;
}
.design_logo img{
	float:left;
	max-width: 100%;
	max-height: 80px;
	margin: 5% 1% 0 1%;
	border: none;
}
.logo-top #site-logo{
	float: none;
	width: auto;
	padding:10px 0; 
}
.logo-top .main-navigation{
	float: none;
	width: auto;
	text-align: center;
	max-width: none;
}

/* Header design */
.design-sun {
	background-color: transparent;
	background-position: 5px center;
	background-repeat: no-repeat;
	background-image: url('images/design-videos/sun_move.gif');
	background-size: 45px 45px;
	border: none;
	cursor: pointer;
	height: 45px;
	margin: 2% 1% 0 1%;
	padding: 0 0 0 50px;
	position: relative;
	transition: width 400ms ease, background 400ms ease;
	width: 0;
	float: left;
}

.design-foot {
	background-color: transparent;
	background-position: 5px center;
	background-repeat: no-repeat;
	background-image: url('images/design-videos/foot_move.gif');
	background-size: 55px 55px;
	border: none;
	cursor: pointer;
	height: 55px;
	margin: 5px 2% 0 2%;
	padding: 0 0 0 60px;
	position: relative;
	transition: width 400ms ease, background 400ms ease;
	width: 0;
	float: right;
}

/* Header Widgets */
.widget {
	margin: 0 0 10px;
	float: left;
}
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}
#secondary .widget{
	width: 100%;
	padding: 15px;
	margin: 5px 0;
	background: #F0f8fe;
	border-radius: 15px;
	border: 1px solid #9AD5E0;
}
#secondary .widget:last-child{
	margin-bottom: 0;
}
.wp-block-search__label {
	display: none;
}

/* Header search*/
.widget-area .widget_search {
	float: right;
}
.wp-block-search__inside-wrapper  
.wp-block-search__input { 
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 22px 22px;
	border: none;
	cursor: pointer;
	height: 35px;
	margin: -3px 0 0 10px;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition: width 400ms ease, background 400ms ease;
	width: 0;
	float: right;
}
.wp-block-search__inside-wrapper  
.wp-block-search__input:focus {
	background-color: #fff;
	cursor: text;
	outline: 0;
	width: 230px;
	border: 2px solid #eee;
}
.search-form
.search-submit,
.wp-block-search__button { 
	display:none;
}

/* Top-menu menu */
.main-navigation {
	max-width: 65%;
	margin-left: 1%;
	margin-top: 35px;
	float: left;
}
.main-navigation a {
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: 400;
	padding: 0 6px;
	display: block;
	text-decoration: none;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: inline-block;
}
.main-navigation li {
	float: left;
	position: relative;
	font-family: 'Candara', sans-serif;	
    font-weight: 400;
}
.main-navigation ul li{
	position: relative;
}
.main-navigation > ul > li {
	float: left;
	position: relative;
	font-family: 'Candara', sans-serif;	
    font-weight: 400;
}
.main-navigation > ul > li > a  {
	text-transform: uppercase;
	display: block;
	text-decoration: none;
}
.main-navigation > ul > li.current a {
	color: #E66432;
}
.main-navigation ul ul li:last-child {
	border:none;
}
.main-navigation li:hover > a{
	color: #E66432;
}
.main-navigation ul li:hover > ul{
	display: block;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
	color: #E66432;
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 20px;
	overflow: hidden;
}
.brick {
    width: 100px;
    height: 38px;
    padding: 10px 0 0 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    top: 0;
    z-index: 1;
	background: #f00;
}

/* Top-menu widget */
.main-navigation-widget {
	margin-top: 35px;
	float: left;
}
.header-widget-area {
	float: left;
}
.header-widget-area .widget-title {
	display: none;
}
.header-widget-area a{
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: 400;
	padding: 0 10px;
	display: block;
	text-decoration: none;
}

.header-widget-area ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: inline-block;
}
.header-widget-area li {
	float: left;
	position: relative;
	font-family: 'Candara', sans-serif;	
    font-weight: 400;

}
.header-widget-area > ul > li {
	float: left;
	position: relative;
	font-family: 'Candara', sans-serif;	
    font-weight: 400;
}
.header-widget-area > ul > li > a {
	text-transform: uppercase;
	display: block;
	text-decoration: none;
}
.header-widget-area ul ul a {
	min-width: 120px;
}
.header-widget-area ul ul li {
	padding: 5px 0;
}
.header-widget-area li.current a {
	color: #E66432;
}
.header-widget-area ul ul {
	background: #FFF;
	position: absolute;
	top: 100%;
	margin-left: 2px;
	font-size: 1rem;
	border-bottom: 1px solid rgba(0,0,0,0.4);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	display: none;
	z-index: 9999999;
}
.header-widget-area ul ul a {
	min-width: 180px;
	font-size: 1.4em;
	left: 10px;
}
.header-widget-area ul ul li {
	border-bottom: 2px solid #EEE;
	padding: 8px 0;
}
.header-widget-area ul ul ul {
	left: 100%;
	top: 0;
}
.header-widget-area ul ul li:last-child {
	border:none;
}
.header-widget-area li:hover > a {
	color: #E66432;
}
.header-widget-area ul li:hover > ul {
	display: block;
}
.header-widget-area .current_page_item > a,
.header-widget-area .current_page_item > a {
	color: #E66432;
}
/* Small menu */
.menu-toggle,
.menu-toggle-widget {
	display: none;
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	display: none;
	margin: 0 0 20px;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-previous a .fa,
.paging-navigation .nav-previous a .fa,
.post-navigation .nav-previous a .fa{
	margin-right: 10px;
	font-size: 0.8em;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.comment-navigation .nav-next a .fa,
.paging-navigation .nav-next a .fa,
.post-navigation .nav-next a .fa{
	margin-left: 10px;
	font-size: 0.8em;
}
.site-main .comment-navigation a,
.site-main .paging-navigation a,
.site-main .post-navigation a{
	font-size: 1em;
	font-weight: 400;
	color: #9A3C8E;
	text-decoration: none;
	padding: 8px 25px;
	display: inline-block;
}
.site-main .comment-navigation a:hover,
.site-main .paging-navigation a:hover,
.site-main .post-navigation a:hover,
.site-main .comment-navigation a:active,
.site-main .paging-navigation a:active,
.site-main .post-navigation a:active{
	font-size: 1em;
	font-weight: 400;
	color: #EF7B2E;
	text-decoration: none;
	padding: 8px 25px;
	display: inline-block;
}

/* Cloud design */
#clouds {
	width: 100%;
	background-color: transparent;
}
.clouds-box-up {
	height: 28px;
	position: relative;
	background: url(images/clouds-up.png);
    background-size: auto;
	background-size: contain;
	background-position: bottom center;
	overflow: hidden;
	margin-bottom: 0;
	margin-top: -25px;
	z-index: 999;
}
.clouds-box-up1 {
	height: 28px;
	position: relative;
	background: url(images/clouds-up.png);
	background-size: contain;
	bottom: 0;
	margin-top: -35px;
	z-index: 999;
}
.clouds-box-down {
	height: 25px;
	position: relative;
    background: url(images/clouds-down.png);
	background-size: contain;
    background-position: top center;
	overflow: hidden;
	margin-bottom: -25px;
	z-index: 99999;
}  

/* Fix Scroll Nav */
.f-nav{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	background: #fff;
}

/*--------------------------------------------------------------
Main SLider
--------------------------------------------------------------*/
#main-slider{
	position: relative;
	margin-bottom: 30px;
}
.parallax-on #main-slider,
#main-slider.full-screen-,
.page-template-home-page-php #main-slider{
	margin-bottom: 0;
}
#main-slider .overlay{
	background: rgba(0,0,0,0.6);
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 9;
}
.full-screen-yes .slides{
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.slider-caption .mid-content {
	margin-top: 15%;
}
.slider-caption{
	position: absolute;
	top:34%;
	left:0;
	width: 100%;
	z-index: 99999;
	text-align: center;
}
.slider-caption .caption-title{
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
	color:#FFF;
	position: relative;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.slider-caption .caption-description{
	color:#FFF;
	position: relative;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	font-weight: 300;
}
.slider-caption .caption-title h1 {
	margin-bottom: 10px;
}
.slider-caption .caption-description p{
	margin-bottom: 20px;
	max-height: 60%;
}
.slider-caption .caption-description a, 
.btn,
.call-to-action a{
	font-size: 1em;
	position: relative;
	display: inline-block;
	line-height: 0.5em;
	padding: 10px 15px;
	text-decoration: none;
	color: #ffffff;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.slider-caption .caption-description a:hover, .btn:hover{
	background: #EB9C75 !important;
	color:#FFF !important;
}
.next-page{
	position: absolute;
	height: 60px;
	width: 60px;
	bottom:15%;
	left: 50%;
	margin-left: -30px;
	z-index: 999;
}
.next-page a{
	display: block;
	background: url(images/down-arrow.png) no-repeat center;
	position: absolute;
	left: 0;
	top:0;
	height: 100%;
	width: 100%;
	-webkit-animation: flow-down 2s linear 3s infinite; /* Chrome, Safari, Opera */
    animation: flow-down 2s linear 3s infinite; /* Standard syntax */
}

/* Chrome, Safari, Opera */
@-webkit-keyframes flow-down {
    0%   {top:0px; opacity: 0.8;}
    50%  {top:9px; opacity: 1;}
    100% {top:0; opacity: 0.8;}
}

/* Standard syntax */
@keyframes flow-down {
    0%   {top:0px; opacity: 0.8;}
    50%  {top:9px; opacity: 1;}
    100% {top:0; opacity: 0.8;}
}

/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/
.flexy_breadcrumb {
	margin-top: 5px;
	height: 50px;
}
.sticky { }
.design{
	float:left;
	width: 270px;
	height: 50px;
	background: url(images/menu_bg.png) no-repeat left; 
}
.site-title{
	float: left;
	font-size: 1.8em;
	text-transform: uppercase;
	white-space: nowrap;
	margin: 10px 0 0 0;
	width: 30%;
}
.top-title a{
	font-size: 2em;
	margin-top: 30px;
	color: #fff;
} 
.site-title a{
	text-decoration: none;
}
.site-description{
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 0;
}
.hentry {
	margin: 0 auto;
	margin-bottom: 40px;
	position: relative;
	padding: 0 10px 10px 10px;
	border: 1px solid #1D4797;
	border-radius: 20px;
	background: #F0F8FE;
}
.single .hentry {
	margin-bottom: 6px;
	padding: 0 10px 10px 10px;
	border: 1px solid #1D4797;
	border-radius: 20px;
	background: #F0F8FE;
	margin-top: 10px;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: none;
}
.single .byline a,
.group-blog .byline a{
	color: #5D312E;
	text-decoration: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 10px 0 0;
	padding: 1% 3% 3% 3%;
}
.page-links {
	clear: both;
	margin: 0 0 20px;
}
.entry-header h1{
	margin-top: 30px;
}
.entry-header h1.entry-title{
	font-weight: 300;
	margin: 2% 15% 1% 15%;
	text-transform: uppercase;
}
.entry-header h1.entry-title.no-date{
	margin-left: 0;
}
.page .entry-header h1.entry-title{
	margin-left: 0;
    margin-right: 0;
}

.entry-header {
	margin: 0;
}
.entry-header h1.entry-title a{
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 550;
	color: #1D4797;
	text-align: center;
	text-transform: uppercase;
}
.entry-header h4.entry-subtitle {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: 550;
	color: #9A3C8E;
	text-align: center;
	margin: 0 15%;
	text-transform: uppercase;
}
.posted-on{
	position: absolute;
	left: 12px;
	top: -12px;
	background: #1D4797;
	width: 60px;
	height: 60px;
	text-align: center;
	color: #FFF;
	font-family: "Oxygen",sans-serif;
	font-size: 1em;
	padding: 5px 1px;
	border-radius: 0 0 15px 15px;
	line-height: 1.2;
	text-transform: uppercase;
}

.posted-on::before {
  border-color: transparent transparent #1D4797 #1D4797;
  border-style: solid;
  border-width: 10px 10px 20px 10px;
  top: -10px;
  content: "";
  height: 0;
  right: -10px;
  position: absolute;
  width: 0;
  z-index: -1;
}
.posted-on span{
	display: block;
	font-size: 1em;
}
.posted-on span.posted-day{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 3px;
}
.bypostauthor { }
.entry-footer{
	font-size: 0.8em;
	font-family: "Oxygen",sans-serif;
}
.entry-footer span{
	margin-right: 15px;
}
.entry-footer .fa{
	margin-right: 5px;
	color: #666;
}
.entry-footer a{
	text-decoration: none;
	font-style: italic;
	color: #5D312E;
}
.edit-link{
	background: #5D312E;
	display: inline-block;
	padding: 5px 10px;
	line-height: 1.2;
	border-radius: 2px;
	font-size: 13px;
	margin-top: 15px;
}
.edit-link a{
	color: #FFF;
	text-decoration: none;
}
.edit-link a .fa{
	color: #FFF;
	margin-right: 5px;
}
.page .entry-footer .edit-link{
	float: none;
}
.page-header{
	padding: 10px;
	margin-bottom: 20px;
	width: 100%;
	border-bottom: 1px solid #49232b;
}
.entry-thumb{
	text-align: center;
}
.site-main .entry-thumb img {
	float: left;
	position: relative;
	width: 15%;
	height: auto;
	margin: 0 20px 10px 30px;
	border-radius: 0 0 25px 25px;
	border-color: 1px solid #1D4797;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

/* post single nav */
#single_navigation {
	width: 100%;
	margin: 0;
	padding: 0 0 0 15px;
	border-bottom: 1px solid #1D4797;
	box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.3);
}
.post_header { }
.top_title {
	float: left;
	font-size: 18px;
	font-weight: normal;
	width: auto;
	margin: 0;
	padding: 0;
	color: #4e3121;
}
.single-nav {
	float: right;
	list-style-type: none;
	width: 130px;
	height: 30px;
	margin-top: -50px;
	padding: 0;
}
.post_next a {
    float:left;
    font-size: 0;
    width:40px;
    height:30px;
    margin: 50px 10px;
    background:url(images/single_left.png) bottom no-repeat;
	z-index: 99;
}
.post_next a:hover { background:url(images/single_left_hover.png) bottom no-repeat; }
.post_right a {
    float:left;
    font-size: 0;
    width:40px;
    height:30px;
    margin: 50px 10px;
    background:url(images/single_right.png) bottom no-repeat;
	z-index: 99;
}
.post_right a:hover {  background:url(images/single_right_hover.png) bottom no-repeat;  }



/*--------------------------------------------------------------
Category post
--------------------------------------------------------------*/
.category_header{
	border-bottom: 1px solid #1D4797;
	width: 100%;
	height: 50px;
	float: left;
	padding: 10px;
	position: relative;
	z-index: 999;
	box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.3); 
}
.subcategory_list {
	height: 50px;
}
.subcategory_list ul {
	font-size: 1.1em;
	float: right;
	max-width: 70%;
	width: 100%;
	list-style: none;
	margin: -2px 0 0 0;
	padding: 0;
	display: inline-block;
	border-radius: 0 0 25px 25px;
}
.subcategory_list ul li {
	float: left;
	position: relative;
    font-weight: 400;
	margin: 5px 0.2%;
	float: right;
}
.subcategory_list a {}
.subcategory_list a:hover,
.subcategory_list a:active {}
.cat-item-none {
	display: none;
}
.category_main{
	width: 100%;
	margin: 10px 30px;
}
.category_main li a img{
	width: 100px;
	height: 100px;
	position: relative;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid #9A3C8E;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	z-index: 9;
	margin: 0 25% auto;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.category_main li a img:hover{
	border-radius: 50%;
	border: 2px solid #EF7B2E;
	box-shadow: none;
	-ms-transform: scale(1); /* IE 9 */
	-webkit-transform: scale(1); /* Chrome, Safari, Opera */
	transform: scale(1);
}
.category_main .service-detail-1 {
	min-height: 200px;
	height: auto;
	border-radius: 20px;
	margin: -30px 10px 30px 0;
	padding: 35px 8px 5px 8px;
	border: 1px solid #1D4797;
	background-color: #F0F8FE;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	z-index: -999;
}
.category_main li{
	float: left;
	width: 24%;
	list-style: none;
}
.category_main .service-detail-1 h3 {
	font-size: 1.1em;
	line-height: 1.4em;
	color: #1D4797;
	text-align: center;
}
.category_main li a h3{
	font-size: 1.1em;
	margin-bottom: 5px;
	color: #9A3C8E;
}	
.category_main li a h4{
	font-size: 1em;
	position: center;
	font-weight: 525;
	color: #9A3C8E;
	text-align: center;
}
.category_main li a:hover h3,
.category_main li a:hover h4 {
	color: #EF7B2E;
}	
.category_main li p{
	font-size: 1em;
}

/* Subcategory title colors */

/*9-11 eves korig */
.subcategory_list .cat-item-7 a {
	padding: 5px 10px 6px 10px;
	border-radius: 0 0 15px 15px;
	background: #d5e190; 
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.subcategory_list .cat-item-7 a:hover {
	background: #ebf2d7; 
	box-shadow: none;
}
.subcategory_list .cat-item-38 a {
  padding: 5px 10px 6px 10px;
  border-radius: 0 0 15px 15px;
  background: #ebf2d7;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.subcategory_list .cat-item-38 a:hover {
	background: #ebf2d7; 
	box-shadow: none;
}

/*12-14 eves korig */
.subcategory_list .cat-item-5 a {
	padding: 5px 10px 6px 10px;
	border-radius: 0 0 15px 15px;
	background: #9ad5e0; 
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.subcategory_list .cat-item-5 a:hover {
	background: #bbecef;
	box-shadow: none;
}
.subcategory_list .cat-item-36 a {
  padding: 5px 10px 6px 10px;
  border-radius: 0 0 15px 15px;
  background: #bbecef;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.subcategory_list .cat-item-36 a:hover {
	background: #bbecef;
	box-shadow: none;
}

/*15-16 eves korig */
.subcategory_list .cat-item-6 a {
	padding: 5px 10px 6px 10px;
	border-radius: 0 0 15px 15px;
	background: #fcf6d5; 
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.subcategory_list .cat-item-6 a:hover {
	background: #fcf6d5;
	box-shadow: none;	
}
.subcategory_list .cat-item-37 a {
  padding: 5px 10px 6px 10px;
  border-radius: 0 0 15px 15px;
  background:#fcf6d5;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.subcategory_list .cat-item-37 a:hover {
	background: #fcf6d5;
	box-shadow: none;	
}

/*Csak 12 even aluliaknak */
.subcategory_list .cat-item-8 a {
	padding: 5px 10px 6px 10px;
	border-radius: 0 0 15px 15px;
	background: #fac296;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);	
}
.subcategory_list .cat-item-8 a:hover {
	background: #fde6d0;
	box-shadow: none;	
}

.subcategory_list .cat-item-39 a {
	padding: 5px 10px 6px 10px;
	border-radius: 0 0 15px 15px;
	background: #fde6d0;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);	
}
.subcategory_list .cat-item-39 a:hover {
	background: #fde6d0;
	box-shadow: none;	
}

/*Csak 12 ev felulieknek */
.subcategory_list .cat-item-9 a {
	padding: 5px 10px 6px 10px;
	border-radius: 0 0 15px 15px;
	background: #d291bf;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);	
}
.subcategory_list .cat-item-9 a:hover {
	background: #eedaea;
	box-shadow: none;	
}
.subcategory_list .cat-item-40 a {
  padding: 5px 10px 6px 10px;
  border-radius: 0 0 15px 15px;
  background: #eedaea;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.subcategory_list .cat-item-40 a:hover {
	background: #eedaea;
	box-shadow: none;	
}
/* --------------------------------------------------------
Munkafuzetek
----------------------------------------------------------*/
.munkafuzetek ul {
	width: 90%;
	margin: 3% auto;
	vertical-align: middle;
}
.munkafuzetek li {
	margin-left: 5%;
}
.munkafuzetek ul li a {
	min-height: 100px;
	border: 1px solid #9AD5E0;
	border-radius: 15px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.munkafuzetek ul li a:hover {
	box-shadow: none;
}
.munkafuzetek .cat-item-44 a {
	float: left;
	font-size: 0;
	background-position: 0 center;
	background-repeat: no-repeat;
	background-image: url('images/design-images/Lepokovek-borito-1.jpg');
	background-size:100% 100%;
	cursor: pointer;
	padding: 0 0 300px 200px;
	margin: 10px;
	position: relative;
	transition: width 400ms ease, background 400ms ease;

}




.munkafuzetek .cat-item-45 a {
	float: left;
	font-size: 0;
	background-position: 0 center;
	background-repeat: no-repeat;
	background-image: url('images/design-images/Lepokovek-borito-2.jpg');
	border: 1px solid #9AD5E0;
	background-size:100% 100%;
	cursor: pointer;
	padding: 0 0 300px 200px;
	margin: 10px;
	position: relative;
	transition: width 400ms ease, background 400ms ease;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.munkafuzetek .cat-item-46 a {
	float: left;
	font-size: 0;
	background-position: 0 center;
	background-repeat: no-repeat;
	background-image: url('images/design-images/Lepokovek-borito-3.jpg');
	border: 1px solid #9AD5E0;
	background-size:100% 100%;
	cursor: pointer;
	padding: 0 0 300px 200px;
	margin: 10px;
	position: relative;
	transition: width 400ms ease, background 400ms ease;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.munkafuzet_footer {
	font-size: 1.2em;
	line-height: 1.5em;
	float: left;
	width: 80%;
	text-align: center;
	margin: 0 15%;
	text-transform: uppercase;
}
.munkafuzet_footer p {
	padding: 10px 0;
	color: #1D4797;
	font-weight: 400;
}

/*Munkafuzet 1. */

.subcategory_list .cat-item-44 a {
  padding: 5px 10px 6px 10px;
  border-radius: 0 0 15px 15px;
  background: #bbecef;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.subcategory_list .cat-item-44 a:hover {
  background: #bbecef;
  box-shadow: none;
}

.service-detail-1-munkafuzet-1 .entry-subtitle {
	font-size: 1.2em; 
	padding-top: 15px; 
	color: #1D4797;
}
/*Munkafuzet 2. */

.subcategory_list .cat-item-45 a {
  padding: 5px 10px 6px 10px;
  border-radius: 0 0 15px 15px;
  background: #ebf2d7;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.subcategory_list .cat-item-45 a:hover {
  background: #ebf2d7;
  box-shadow: none;
}

.service-detail-1-munkafuzet-2 {
	border: none; 
	background: none; 
	box-shadow: none; 
	min-height: 100px; 
	height: auto;
}
.service-detail-1-munkafuzet-2 .entry-subtitle {
	font-size: 1.2em; 
	padding-top: 15px; 
	color: #46ac34;
}

/*Munkafuzet 3. */
.subcategory_list .cat-item-46 a {
  padding: 5px 10px 6px 10px;
  border-radius: 0 0 15px 15px;
  background: #eedaea;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.subcategory_list .cat-item-46 a:hover {
  background: #eedaea;
  box-shadow: none;
}

.service-detail-1-munkafuzet-3 {
	border: none; 
	background: none; 
	box-shadow: none; 
	min-height: 100px; 
	height: auto;
}
.service-detail-1-munkafuzet-3 .entry-subtitle {
	font-size: 1.2em; 
	padding-top: 15px; 
	color: #1D4797;
}

/*--------------------------------------------------------------
Category-gallery Section
--------------------------------------------------------------*/
.category-gallery_main {
	list-style: none;
}
.category-gallery-list{
	width: 23%;
	max-height: 200px;
	margin: 0 2% 2% 0;
	float: left;
	position: relative;
	overflow: hidden;
	background: #eedaea;
	border-radius: 15px;
	border: 2px solid #9A3C8E;
}
.category-gallery-image {
	width: 100%;
	margin: 0 0 0 0;
}
.category-gallery:hover{
	margin-bottom: 6px;
	padding: 0 10px 10px 10px;
	border: 1px solid #1D4797;
	border-radius: 20px;
	background: #F0F8FE;
	margin-top: 10px;
}


.category-gallery-list:nth-child(4n){
	margin-right: 0;
}
.category-gallery-list h3 {
	font-size: 0;
	position: absolute;
	width: 100%;
	padding:5px 5px;
	bottom: 0;
	left: 0;
	color: #FFF;
    margin: 0;
}
.category-gallery-list:hover h3 {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background: rgba(154,60,142,0.4);
}
.category-gallery-list .category-gallery-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	display: none;
	z-index: 9999;
}
.category-gallery-list .category-gallery-overlay span{
	font-size: 3em;
	font-weight: 350;
	text-align: center;
	line-height: 60px;
	color: #fff;
	margin-left: -30px;
	margin-top: -40px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
}
.category-gallery-list:hover .category-gallery-overlay {
	background: rgba(0,0,0,0.1);
	display: block;
}

.category-gallery-list img {
	opacity: 0.8;
	border-radius: 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.category-gallery-list:hover img {
	opacity: 1;
	-ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
    transform: scale(1.2);
}

/*--------------------------------------------------------------
Blank Section
--------------------------------------------------------------*/
.mid-content .blank-section {
	width: 100%;
	min-height: 150px;
}

/*--------------------------------------------------------------
Default Section
--------------------------------------------------------------*/
.parallax-section input[type="text"], 
.parallax-section input[type="email"], 
.parallax-section input[type="url"], 
.parallax-section input[type="password"], 
.parallax-section input[type="search"], 
.parallax-section input[type="tel"], 
.parallax-section textarea{
	position: relative;
	background:rgba(0, 0, 0, 0.1);
	border:1px solid;
	border-color:#1D4797;
	color:#fff;
	width: 90%;
	padding: 5px 10px;
	line-height: 32px;
	margin: 0 auto;
}
.parallax-section textarea{
	height: 50px;
	line-height: 1.5;
	width: 90%;
	margin: 0 auto;
	height: 180px;
}
.wpcf7-form{
	position: relative;
	margin-left: 10px;
}
.parallax-section .wpcf7-form .wpcf7-submit{
    width: 80%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.1);
}

.parallax-section .wpcf7-form p{
    margin-bottom: 10px;
    color: #fff;
}
.parallax-section .slider-caption .caption-description a, 
.parallax-section .btn{
	border-color:inherit;
	color:inherit;
}
div.wpcf7-mail-sent-ng {
	color: #e08d2a;
}
.parallax-content td{
	min-width: 30%;
	max-width: 50%;
	float: left;
	padding: 10px 25px;
}

/*--------------------------------------------------------------
Service Section
--------------------------------------------------------------*/
.service-list{
	width: 19%;
	height: auto;
	margin: 0 0.8% 5% 0;
}
.service-list.even{
	float: left;
}
.service-list.odd{
	float: left;
}
.service-list .service-detail{
	width: 100%;
	margin-top: 0;
}
.service-list.odd .service-detail {
	float: left;
}
.service-list.even .service-detail {
	float: left;
}
.service-list.odd .service-image {
	float: left;
}
.service-list.even .service-image {
	float: left;
}
.service-detail_h3 {
	float: right;
}
.service-list h3 a {
	font-size: 1em;
	float: right;
	color: #9A3C8E;
}
.service-list h3 a:hover {
	font-size: 0.85em;
	float: right;
	color: #EF7B2E;
}
.service-list .entry-thumb a img {
	width: 85px;
	height:auto;
	position: relative;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid #9A3C8E;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	z-index: 9;
}
.service-list .entry-thumb a:hover img {
	box-shadow: none;
	border: 2px solid #EF7B2E;
}
.service-list.even .service-detail-1,
.service-list.odd .service-detail-1 {
	background-color: #d4edf9;
	margin: 40px 0 0 40px;
	max-width: 300px;
	z-index: -999;
	min-height: 150px;
	max-height: 300px;
	border-radius: 20px;
	padding: 8px 10px;
	border: 2px solid #9A3C8E;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.service-list.even .service-detail-1 a h3,
.service-list.odd .service-detail-1 a h3 {
	font-size: 1.25em;
	line-height: 1.15em;	
	color: #1D4797;
	margin: 0 0 15px 5px;
	line-height: 2rem;
	position: center;
	text-align: center;
}

.service-list.even .service-detail-1 a h4,
.service-list.odd .service-detail-1 a h4 {
	font-size: 1.2em;
	line-height: 1.3em;	
	text-align: center;
	position: center;
	font-weight: 400;
	color: #9A3C8E;
}

.service-list.even .service-detail-1 a:hover h3,
.service-list.odd .service-detail-1 a:hover h3,
.service-list.even .service-detail-1 a:hover h4,
.service-list.odd .service-detail-1 a:hover h4 {
	color: #EF7B2E;
}

/*--------------------------------------------------------------
Team Section
--------------------------------------------------------------*/
.team-tab{
	text-align: center;
	padding: 0 50px;
	margin: 10px 20px;
}
.team-image {
	margin: 0 0 20px;
	border-radius: 50%;
	border: 2px solid #9A3C8E;
	display: inline-block;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	position: relative;
}.team-image img {
	border-radius: 50%;
	padding: 0;
}
.team-image:hover, .team-image.active{
	border: 2px solid #EF7B2E;
	box-shadow: none;
}
/*.team-image.active:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	border-width: 15px;
	border-color: #E66432 transparent transparent;
	border-style: solid;
	margin-left: -17px;
	margin-top: -1px;
	z-index: -1;
}*/
.team-list{
	display: none;
}
.team-content{
	margin-top: 25px;
}
.team-big-image{
	float: left;
	width: 25%;
	margin-left: 2%;
	margin-right: 3%;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #1D4797;;
	position: relative;
	z-index: 9999;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.team-big-image img{
	border-radius: 50%;
	width: 100%;
}
.design-pen {
	background-color: transparent;
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 120px 120px;
	border: none;
	cursor: pointer;
	height: 120px;
	margin: 15px 0 0 0;
	padding: 0 0 0 120px;
	position: relative;
	transition: width 400ms ease, background 400ms ease;
	width: 0;
	float: left;
	background-image: url('images/design-videos/Lk_tinta.jpg');
}
.team-detail{
	float: left;
	width: 80%;
	margin: -180px 0 3% 180px;
	padding: 5% 5%;
	border-radius: 25px;
	border: 1px solid #1D4797;
	background: #d4edf9;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.team-detail h3{
	font-size: 1.8em;
	color: #1D4797;
	margin: 1% 0 10% 10%;
	line-height: 2rem;
	position: center;
	text-align: center;
}
.team-detail h4{
	font-size: 1.7em;
	font-weight: 400;
	text-align: center;
	margin-bottom: 30px;
	color: #9A3C8E;
}
.mid-content .team-listing h4 {
  font-weight: 520;
  float: right;
  height: 250px;
  max-width: 40%;
  margin: 1% 10%;
  text-align: center;
  color: #C46AA8;
}

.team-detail .simple-subtitle{
	font-size: 1.6em;
	font-style: italic;
	margin-bottom: 15px;
	color: #9A3C8E;
}
.team-tab .bx-wrapper .bx-viewport{
	border-radius: 40px;
	height: 130px;
}
.team-tab .bx-wrapper .bx-controls-direction a {
	text-indent: 0;
	font-size: 40px;
	text-decoration: none;
	height: 50px;
	line-height: 40px;
	margin-top: -30px;
	color: inherit;
	font-weight: normal;
	color: #9A3C8E;
}
.team-tab .bx-wrapper .bx-controls-direction a:hover {
	color: #C46AA8;
}
.team-tab .bx-wrapper .bx-prev{
	background: none;
	left: -60px;
}
.team-tab .bx-wrapper .bx-next{
	background: none;
	right: -60px;
}
.blank-section{
	min-height: 300px;
}

/*--------------------------------------------------------------
Portfolio Section
--------------------------------------------------------------*/
.portfolio-list{
	width: 23%;
	max-height: 200px;
	margin: 0 2% 2% 0;
	float: left;
	position: relative;
	overflow: hidden;
	background: #eedaea;
	border-radius: 15px;
	border: 2px solid #9A3C8E;
}
.portfolio-image {
	width: 100%;
	margin: 0 0 0 0;
}
.portfolio-list:hover{
	border-radius: 10px;
	border-radius: 15px;
	background: none;
	border: 2px solid #EF7B2E;
}
.portfolio-list:nth-child(4n){
	margin-right: 0;
}
.portfolio-list h3 {
	font-size: 0;
	position: absolute;
	width: 100%;
	padding:5px 5px;
	bottom: 0;
	left: 0;
	color: #FFF;
    margin: 0;
}	
.portfolio-list:hover h3 {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background: rgba(154,60,142,0.4);
}
.portfolio-list .portfolio-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	display: none;
	z-index: 9999;
}
.portfolio-list .portfolio-overlay span{
	font-size: 3em;
	font-weight: 350;
	text-align: center;
	line-height: 60px;
	color: #fff;
	margin-left: -30px;
	margin-top: -40px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
}
.portfolio-list:hover .portfolio-overlay{
	background: rgba(0,0,0,0.1);
	display: block;
}

.portfolio-list img {
	opacity: 0.8;
	border-radius: 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	height: 160px;
  margin: 0 auto;
}
.portfolio-list:hover img {
	opacity: 1;
	-ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
    transform: scale(1.2);
}


/*--------------------------------------------------------------
Testimonial Section
--------------------------------------------------------------*/
.testimonial-listing{
	padding: 0 0 3% 0;
}
.testimonial-list{
	text-align: center;
}
.testimonial-list .testimonial-content{
	font-size: 1.5em;
	font-style: italic;
	margin-bottom: 30px;
	line-height: 1.4;
	position: relative;
	padding: 0 50px;
}
.testimonial-list .testimonial-content:before{
	position: absolute;
	left: 0;
	top:0;
	content: '\f10d';
	font-size: 1.2em;
	line-height: 1;
	height: 30px;
	font-family: "FontAwesome";
}
.testimonial-list .testimonial-content:after{
	position: absolute;
	right: 30px;
	bottom:0;
	content: "\f10e";
	font-size: 1.2em;
	line-height: 1;
	height: 30px;
	font-family: "FontAwesome";
}
.testimonial-list h3{
	font-size: 1.2em;
}
.testimonial-list .testimonial-image{
	margin: 0 auto;
}
.testimonial-list .testimonial-image img{
	width: 150px;
	margin: 0 auto;
	height: auto;
}
.testimonial-listing .bx-wrapper .bx-controls-direction a{
	font-family: Arial;
	font-size: 60px;
	line-height: 38px;
	text-indent: 0;
	top: 20%;
	margin: 0;
	height: 38px;
	width: 38px;
	background: none;
	color: #9A3C8E;
	text-decoration: none;
	text-align: center;
	opacity: 0.6;
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.testimonial-listing .bx-wrapper .bx-controls-direction a:hover{
	opacity: 1;
	color: #C46AA8;
}
.testimonial-listing .bx-wrapper .bx-controls-direction a.bx-prev{
	margin-left:-15px;
}
.testimonial-listing .bx-wrapper .bx-controls-direction a.bx-next{
	margin-left:5px;
}

/*--------------------------------------------------------------
Blog Section
--------------------------------------------------------------*/
.blog-listing {
	padding: 0 2% 0 2%;
}
.blog-list{
	float: left;
	width: 18%;
	margin-right: 2%;
	background: #FFF;
	text-decoration: none;
	color: #1D4797;
}
.blog-list:nth-child(3n){
	margin-right: 2%;
}
.blog-list .blog-image img{
    width:100%;
	border-radius: 25px;
	border: 2px solid #9A3C8E;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.blog-list:hover img {
	border: 2px solid #EF7B2E;
	box-shadow: none;
}
.blog-list:hover{
	color: #EF7B2E;
}
.blog-list h3{
	font-size: 1.1em;
	margin:8px 0 5px;
}
.blog-list:hover h3  {
	color: #EF7B2E;
}
.blog-list h4 {
	color: #9A3C8E;
	font-size: 1em;
}
.blog-list .blog-excerpt{
	padding: 0 10px 30px;
	border-bottom: 1px solid #9A3C8E;
	position: relative;
}
.blog-list .blog-excerpt .posted-date {
	font-size: 0.9em;
	font-style: italic;
	margin-bottom: 5px;
	color: #9A3C8E;
}
.blog-list .blog-excerpt .posted-date:hover {
	color: #EF7B2E;
}
.blog-list .blog-excerpt .posted-date .fa{
	margin-right: 5px;
}
.blog-list .blog-excerpt span{
	font-weight: bold;
	color: #9A3C8E;
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 10px;
	font-size: 0.8em;
}
.blog-list .blog-excerpt span:hover,
.blog-list .blog-excerpt span:active {
	color: #EF7B2E;
}
.blog-list:hover .blog-excerpt span{
	background: none;
}
.blog-list:hover .blog-excerpt{
	border-color:#EF7B2E;
}
.btn-wrap{
	text-align: center;
	margin: 40px;
	color: #fff;
}
.btn-wrap a{
	color: #fff;
	font-size: 1.3em;
	font-weight: 450;
	text-decoration: none;
	line-height: 0.8em;
	background: #E66432;
	border-radius: 25px;
	border: none;
	max-width: 100%;
	padding: 8px 20px;
	height: 36px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.btn-wrap a:hover,
.btn-wrap a:active {
	color: #fff;
	font-size: 1.3em;
	font-weight: 450;
	text-decoration: none;
	line-height: 0.8em;
	background: #EB9C75;
	border-radius: 25px;
	max-width: 100%;
	padding: 8px 20px;
	height: 36px;
	box-shadow: none;
}

/*--------------------------------------------------------------
Call to Action Section
--------------------------------------------------------------*/
.call-to-action{
	text-align: center;
}
.call-to-action h1{
	margin: 30px 0 15px; 
}
.call-to-action h3{
	color: #9A3C8E;
}
.parallax-section .call-to-action .page-content{
	margin-bottom: 0;
}
.parallax-section.action_template{
	-webkit-margin-before: 2rem;
    padding:30px 0;
}


/*--------------------------------------------------------------
Call to Action Section - Columns Section Left
--------------------------------------------------------------*/
.columns_left{
	text-align: center;
	margin: 10px 1% 10px 2%;
}
.columns_left h1{

}
.parallax-section .columns_left .page-content{
	margin-bottom: 0;
}
.parallax-section .columns_template{
    padding:30px 0;
}
.parent-content .columns {
	  -moz-column-count: 2;
		  -moz-column-gap: 10px;
		  -moz-column-rule: none;
		  -webkit-column-count: 2;
		  -webkit-column-gap: 10px;
		  -webkit-column-rule: none;
		column-count: 2;
		column-gap: 10px;
		column-rule: none;
}
#design_left .entry-thumb img {
	border: none;
	cursor: pointer;
	width: 80px;
	height: auto;
	margin: 15% -2% 0 2%;
	float: left;

}

/*--------------------------------------------------------------
Call to Action Section - Columns Section Left
--------------------------------------------------------------*/
.columns_right{
	text-align: center;
	margin: 10px 1% 10px 2%;
}
.columns_right h1{

}
.parallax-section .columns_right .page-content{
	margin-bottom: 0;
}
.parallax-section .columns_template{
    padding:30px 0;
}
.parent-content .columns {
	  -moz-column-count: 2;
		  -moz-column-gap: 10px;
		  -moz-column-rule: none;
		  -webkit-column-count: 2;
		  -webkit-column-gap: 10px;
		  -webkit-column-rule: none;
		column-count: 2;
		column-gap: 10px;
		column-rule: none;
}
#design_right .entry-thumb img {
	border: none;
	cursor: pointer;
	width: 80px;
	height: auto;
	margin: 15% -2% 0 2%;
	float: right;

}

/*--------------------------------------------------------------
Google Map Section
--------------------------------------------------------------*/
.parallax-section.google-map{
	padding: 0;
	height: 120px;
}
.parallax-section.google-map p{
	margin: 0
}
.parallax-section.google-map img{
	max-width: none;
}
.google-map iframe{
	width: 100% !important;
	display: block;
	height: 400px !important;
}
.googlemap-toggle{
	position: absolute;
	left: 50%;
	margin-left: -40px;
	background: #000000;
	top: 0;
	color: #FFF;
	padding: 0 30px 0 20px;
	line-height: 1;
	margin-top: -32px;
	cursor: pointer;
	border-radius: 2px 2px 0 0;
	z-index: 999;
	font-size: 14px;
	line-height: 32px;
	height: 32px;
}
.googlemap-toggle:after{
	content:"\f106";
	font-size: 20px;
	margin:15px 0 0;
	line-height: 0;
	position: absolute;
	right:10px;
	font-family: "FontAwesome";
}

/*--------------------------------------------------------------
Contact Ninja form Section
--------------------------------------------------------------*/
.nf-form-cont h3 {
	color: #9AD5E0;
}
.nf-form-fields-required  {
	font-size: 0;
}
#nf-field-17 {
	border-radius: 10px;
	height: 35px;
	width: 100%;
} 
#nf-field-18 {
	border-radius: 15px;
	height: 35px;
	width: 100%;
}
.nf-form-content label {
    font-size: 18px;
    line-height: 20px;
    color: #9AD5E0;
}
#nf-field-56 {
  border-radius: 10px;
  height: 35px;
  width: 100%;
}
#nf-field-57 {
  border-radius: 10px;
  height: 35px;
  width: 100%;
}
#nf-field-59 {
  border-radius: 20px;
  background: #ff6900;
  min-width: 120px;
}
#nf-field-59:hover {
  border-radius: 20px;
  background: #EB9C75;
  min-width: 120px;
}

.nf-form-content textarea.ninja-forms-field {
	height: 200px;
	border: 2px solid #1D4797;
	border-radius: 15px;
}
#nf-field-20 {
	border-radius: 15px;
	background: #EF7B2E;
	min-width: 120px;
}
#nf-field-20:hover {
	border-radius: 15px;
	background: #EB9C75;
	min-width: 120px;
}		
/*--------------------------------------------------------------
Footer Section
--------------------------------------------------------------*/
#colophon{
	font-size: 1em;
	line-height: 1.2;
	background: #d4edf9;
	padding-top: 25px;
	padding-bottom: 10px;
}

.footer-clouds {
	height: 28px;
	position: relative;
	background: url(images/footer_clouds.png);
	background-size: contain;
	background-position: bottom center;
	margin-bottom: 0;
	margin-top: -25px;
}
.site-footer {
	margin: 0 auto;
}
.top-footer{
	margin: -20px 0 0 0;
	padding: 5px 20px;
}
.footer-block{
	float: left;
	max-width: 40%;
	min-width: 250px;
	margin: 0 2% auto;
}
.footer-block .widget, 
.footer-block .gallery{
    margin: 0 auto;
}
.top-footer .top-footer-wrap{
    max-width: 80%;
	margin: 0 auto;
}
.top-footer .footer-block-1 {
	width: 30%;
	float: left;
	padding: 1% 3%;
	height: 100%;
}
.top-footer .footer-block-2 {
	width: 40%;
	float: left;
	padding: 1% 3%;
	min-height: 180px;
	border-left: 1px solid #9A3C8E;
	border-right: 1px solid #9A3C8E;
}

.top-footer .footer-block-3 {
	width: 30%;
	float: left;
	padding: 1% 3%;
}

.top-footer ul{
	list-style: none;
	margin: 0;
}
.top-footer ul li{
	margin-bottom: 5px;
}
.top-footer h2{
	font-size: 1.5em;
	margin-bottom: 25px;
	position: relative;
}
.top-footer h2:after{
	content: "";
	position: absolute;
	top: 100%;
	width: 60px;
	border-bottom: 1px solid #5D312E;
	left: 0;
	margin-top: 5px;
}
.top-footer a{
	text-decoration: none;
	font-size: 18px;
	line-height: 20px;
}

.top-footer a p{
	line-height: 1.8%;
}
.top-footer a:hover{
	color: #e08d2a;
	text-decoration: none;
}
.bottom-footer{
	padding: 15px;
	font-size: 1em;
	float: right;
	min-width: 20%;
}
.bottom-footer a{
	
}
.tagcloud a{
	background: #b08b83;
	padding:10px 15px;
	font-size: 13px !important;
	margin:0 5px 10px 0;
	display: inline-block;
	border-radius: 10% 0;
	line-height: 1;
}
#go-top{
	position: fixed;
	right: 30px;
	bottom: 12%;
	display: none;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	z-index: 9999;
}
#go-top a{
	display: block;
	color: #9A3C8E;
	font-size: 30px;
}
#go-top a:hover{
	color: #e08d2a;
}
.copy-right{
	float:right;
	color: #1D4797;
	padding: 1%;
}
.site-info{
	float:right;
	color: #1D4797;
	padding: 1%;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
#comments {
	display: none;
}

#comments{
	background: #FFF;
	padding: 15px;
	margin-bottom: 15px;
	font-size: 0.8em;
}
#comments p{
	margin-bottom: 10px;
}
#reply-title{
    display: inline-block;
    font-size: 1.4em;
    line-height: 1.4em;
    margin-bottom: 0;
}
#commentform{
	border-top:2px solid #1D4797;
	padding-top: 15px;
}
.comment-content a {
	word-wrap: break-word;
}
#comments input[type="submit"]{
	background: #EF7B2E;
	border: none;
}
.comments-title{
	margin-bottom: 10px;
}
#commentform label{
	display:block;
	color: #333;
	font-size: 1em;
}
textarea#comment{ 
	font-size: 1.4em;
	height: 120px;
	width: 80%;
}
#author, #email, #url{
	width: 80%
}
.required-field-message {
	font-size: 1.2em;
	padding: 0 10px;
}
.comment-author img{
	vertical-align: text-top;
	margin-right: 10px;
}
.comment-author .fn{
	font-style: normal;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: normal;
}
.comment-metadata a{
	text-decoration: none;
	font-size: 13px;
	font-style: italic;
}
.comment-metadata .edit-link{
	display: none;
}
.comment-author .fn .url{
	color: #5D312E;
}
.comment-author .says{
	display: none;
}

/*Comment Lists*/
.comment-list,
.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment-list,
.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment-list li:before {
	display: none;
}
.comments-area ol{
	margin: 0;
	padding: 0;
	list-style: none;
}
.comments-area ol.children{
	margin: 0 0 0 15px;
}
.comment-list li .comment-body{
	margin-bottom: 10px;
	padding: 10px;
	background: #FCFCFC;
	border-radius: 5px;
}
.comment-author img{
	vertical-align: text-top;
	margin-right: 10px;
}
.comment-body {
	color: #333;
	font-size: 0.7em;
	margin-bottom: 2em;
}
.comment-author {
	font-size: 0.8em;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}
.comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}
.comment-author .says {
	display: none;
}
.comment-author .fn{
	font-style: normal;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: normal;
}

/* Comment Metadata */
.comment-meta {
	margin-bottom: 1.5em;
}
.comment-metadata {
	float: right;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	font-style: italic;
    font-weight: 300;
}
.comment-metadata a{
	text-decoration: none;
	font-size: 13px;
	font-style: italic;
}
.comment-metadata a.comment-edit-link {
	color:#01AEFD;
}
.commentmetadata + .clear{
	margin-bottom: 20px;
}
.comment-metadata .edit-link{
	display: none;
}
.comment-author .fn .url{
	color: #5D312E;
}
.comment-author .says{
	display: none;
}
.commentmetadata{ 
	float: right;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
    font-weight: 300;
}
.commentmetadata a{
	color: #666;
}
.commentmetadata .comment-edit-link{
	color:#01AEFD;
}
.commentmetadata + .clear{
	margin-bottom: 20px;
}
/* Comment Reply */
.comment-reply-link {
    border-radius: 3px;
    font-size: 0.6em;
    line-height: 1;
    padding: 2px 10px;
    text-decoration: none;
}
.comment-reply-link .icon {
	color: #222;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}
.reply .comment-reply-link{
	background: none repeat scroll 0 0 #293037;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1;
    padding: 2px 10px;
    text-decoration: none;
}
#respond{
	margin-top: 10px;
}
#commentform .form-submit{
	margin-bottom: 0;
}
.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}
.comment-awaiting-moderation{
	background: #111;
	position: absolute;
	left: 50%;
	top: -20px;
	color:#FFF;
	font-size: 13px;
	width: :250px;
	margin-left: -125px;
}
.comment-awaiting-moderation + br{
	display: none;
}
#cancel-comment-reply-link{
	font-style: italic;
	color: #5D312E;
}

#cancel-comment-reply-link:before{
	font-family: FontAwesome;
	content: "\f057";
	margin:0 5px 0 20px;
	font-style: normal;
	color: #5D312E;
}
.logged-in-as a{
	font-weight: 400;
	padding: 0 10px;
}

.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 0.6em;
	font-size: 0.875rem;
	font-style: italic;
}
.comments-pagination {
	margin: 2em 0 3em;
}
.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}
.comment-form .comment-form-cookies-consent label {
	display: inline;
}


/*--------------------------------------------------------------
Responsive grid for pages
--------------------------------------------------------------*/
.row{
    margin-bottom: 25px;
}
.row:last-child{
    margin-bottom: 0;
}

.span1, .span2, .span3, .span4, .span5, .span6{
    float:left;
}

.col{
  margin-left: 3%;
}

.col:first-child {
  margin-left:0;
}
.span1{
  width: 14.1666666667%;
  
}
.span2{
  width: 31.5D312E5D312E5D312E3%;
  
}
.span3{
  width: 48.5%;
  
}
.span4{
  width: 65.6666666667%;
  
}
.span5{
  width: 82.85D312E5D312E5D312E%;
  
}
.span6{
  width: 100%;
  margin-left: 0;
}

@media screen and (max-width: 768px){

  .span1, .span2, .span3, .span4, .span5, .span6{
    width: 100%;
    float: none;
    margin-left: 0;
  }

}

/*RTL CSS*/
.rtl #site-logo{
	float: right;
}

.rtl .main-navigation{
	float: left;
}

.rtl .main-navigation > ul > li{
	float: right;
}

.rtl .blog-list .blog-excerpt .posted-date .fa{
	margin-right: 0;
	margin-left: 5px;
}

.rtl .service-list.even{
    text-align: left;
}

.rtl .top-footer h2:after{
    left:auto;
    right:0;
}

.rtl .comment-navigation .nav-next a .fa, 
.rtl .paging-navigation .nav-next a .fa, 
.rtl .post-navigation .nav-next a .fa{
    margin-left: 0;
    margin-right: 10px;
}

.rtl .comment-navigation .nav-previous, 
.rtl .paging-navigation .nav-previous, 
.rtl .post-navigation .nav-previous{
    text-align: left;
}

.rtl .comment-navigation .nav-previous a .fa, 
.rtl .paging-navigation .nav-previous a .fa, 
.rtl .post-navigation .nav-previous a .fa{
    margin-left: 10px;
    margin-right: 0;
}
.rtl .bx-wrapper .bx-controls-direction a{
	text-indent: 999999999px;
}

.googlemap-toggle.active:after{
	content:"\f107";
}

