/*
    Theme Name: EKdesign
    Theme URI:
    Description: WP THEME /Bootstrap 3
    Author: EkDesign2020
    Author URI: 
    Version: 1.0
    Tags: 
*/

/* =GENERAL
-------------------------------------------------------------- */

body {
    font-size:15px;
	font-family: 'Open Sans';
	background: #FFF;
	line-height:1.3;
	margin:0;
	padding:0;
	color:#000;
	}

a {
    color: #f9c12c;
    text-decoration: none;
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
} 

a:hover, a:focus {
	text-decoration: none;
	color:#cfa126;
}

a:focus {
	outline: none;
	
}

input,
textarea,
select {
	font-family: 'Open Sans';
	box-sizing:border-box;
	border:#FFF 2px solid;
	width:100%;
	padding:10px 7px;
	font-size:18px;
	border-radius:20px;
	background: none;
	color:#FFF;
	
		
}

input[type="submit"],
input[type="button"] {
	font-family: 'Open Sans';
	cursor:pointer;
	padding:10px 25px;
	text-align:center;
	color:#000;
	border: none;
	border-bottom:#cd9b18 2px solid;
	font-size:26px;
	border-radius:20px;
	background: #efb51c;
	transition: all 500ms ease;
}

input[type="submit"]:hover,
input[type="button"]:hover {
	transform: scale(0.8);
	}
	
input:focus,
textarea:focus {
	    border-radius: 20px;
		border: #efb51c 1px solid !important;
		outline: none;
	
}

::-webkit-input-placeholder {
       color: #FFF;
}

:-moz-placeholder { /* Firefox 18- */
       color: #FFF;
}

::-moz-placeholder {  /* Firefox 19+ */
       color: #FFF; 
}

:-ms-input-placeholder {  
      color: #FFF;
}


.fa-phone {
	-moz-transform: rotate(250deg);
-webkit-transform: rotate(250deg);
-o-transform: rotate(250deg);
-ms-transform: rotate(250deg);
transform: rotate(250deg);
}

strong {
	font-weight: bold;
}

.social-icons {
	text-align:left;
	font-size:20px;
}

.social-icons a {
	display: inline-block;
	margin-right:5px;
}

.entry {
	line-height:1.3em;
}

.entry h2 {
	color:#000;
	font-size:1.5em;
}

/* =LAYOUT
-------------------------------------------------------------- */

.container {
	position:relative;
}

#main {
	padding:30px 0;
	font-size:18px;
	}

#menurow {
	position: relative;
	
}

.parallax {
	background-size:cover;
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.flex-4 {
	display: block;
	width:25%;
}

.padding {
	width:70%;
	margin: auto;
}
/* =HEADER
-------------------------------------------------------------- */
#toprow {
	color:#2f2f2f;
	padding:15px 0;
	position:fixed;
	z-index:200;
	width:100%;
	background:#FFF;
	box-shadow: 0px 2px 3px rgba(50, 50, 50, 0.3);
	
}


#toprow a {
	color:#2f2f2f;
}

.header-left {
	padding-top:10px;
}

.toptel {
	position: relative;
	z-index:10;
	float: left;
	font-size:14px;
	display: block;
	text-align: right;
	}
	
.toptel span {
	display: block;
}

.toptel a {
	font-size: 26px;
	color:#efb51c;
	line-height:1em;
}

.toptel a i {
	color:#84b04f;
}

.facebook {
	display:inline-block;
	color:#3b579d;
	font-size:26px;
	vertical-align:baseline;
	
}


.logo {
	position: relative;
	z-index:10;
	width:217px;
	float: left;
	text-align: left;
	background: url(images/dots.png) repeat-y scroll 100% 100%;
	padding-right: 26px;
	margin-right:26px;
	
	}



.topsocial {
	text-align:left;
	}
	
#topimage {
	position:relative;
	   margin-top:-70px;
	   max-height:407px;
	   overflow: hidden;
}

#topimage img {
	width:100%;
	height: auto;
}

/* =MENUS
-------------------------------------------------------------- */

.menu-primary-container {
    position:relative;
   	z-index: 10;
	padding:0;
	text-align: center;
	
   }

.menu-primary {
	
}

.menu-primary li{
	display:inline-block;
	float:none;
	
		-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
	  
}


.menu-primary ul {
	min-width: 250px;
}


/* First Level - Menu Primary */

.menu-primary li a {
	font-size:18px;
	display:block;
	color:#2f2f2f;    
    padding: 12px 6px;
	padding-right:0;	
	text-decoration: none;
   	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;

	}
	
.menu-primary li a:after {
	content:"";
	display: inline-block;
	background: url(images/menu_div.png) bottom center no-repeat;
	padding:12px 0;
	line-height:19px;
	width:2px;
	margin-right:10px;
	
	
}

.menu-primary li:last-child a:after {
	background:none;
}

.menu-primary li a:hover, .menu-primary li a:active, .menu-primary li a:focus, 
.menu-primary li:hover > a, .menu-primary li.current-cat > a, .menu-primary li.current_page_item > a, .menu-primary li.current-menu-item > a {
	 color: #000;
	
	
}



/* Child Levels - Menu Primary */

.menu-primary li ul {
	min-width:250px;
	text-align:right;
	z-index:99999999;
	margin:0;
	padding:0;
	padding-top:20px;
	margin:0;
			
}

.menu-primary li li {
	padding:0;
}

.menu-primary li li a {
	color:#FFF  !important;
	font-size:16px;
	background: #1b1b1b;
	padding:15px 15px;
	border-radius:0;
	z-index:99999999;
	    }
		
.menu-primary li li a:after {
	display: none;
	content:"";
}
	

.menu-primary li li a:hover, .menu-primary li li a:active, .menu-primary li li a:focus, 
.menu-primary li li:hover > a, .menu-primary li li.current-cat > a, .menu-primary li li.current_page_item > a, .menu-primary li li.current-menu-item > a {
	outline: 0;
	background: #fbb925;
	color:#1b1b1b  !important;
	
	   
}

.sf-sub-indicator {
	display:none;
}



#mobile-menu {
	display:none;
}

/***************************************HOMEPAGE*************************/

#mainslider {
	position: relative;
}

.slider-item {
	position: relative;
	width:990px;
	margin: auto;
	max-width:90%;
	padding: 150px 0 50px 0;
}

.slider-caption {
	width: 100%;
	text-align: center;
}

.slide-title {
    color: #000;
    font-size: 40px;
    line-height: 1;
    font-weight: 500;
	margin-bottom:10px;
}

.slide-text {
    color: #efb51c;
    font-size: 26px;
    font-weight: 500;
}


#blackrow {
	padding: 90px 0;
	background:#1b1b1b;
	color:#ffffff;
	text-align: center;
}

.box-image {
	display: block;
	margin-bottom:20px;
}

.box-title {
	color:#f9c12c;
	font-size:30px;
	margin-bottom:15px;
}

.box-title a {
	color:#f9c12c;
}

.box-title a:hover {
	color:#FFF;
}

.box-text {
	font-size:16px;
	margin-bottom:20px;
}


#blackrow .more a {
	border:#FFF 1px solid;
}


#blackrow .more a i {
	color:#1b1b1b;
	width:16px;
	height:16px;
	line-height:16px;
	text-align:center;
	background: #f9c12c;
	border-radius:50%;
	margin-right:10px;
	
}

#homerow {
	padding:130px 0;
	
}


.home-content {
	width:70%;
	margin-left: auto;
	margin-right: auto;
	font-size:22px;
	color:#1b1b1b;
	line-height:1.4em;
	text-align:center;
}

.home-content .title {
	color:#000;
	margin-bottom:20px;
	font-size:42px;
}

#homerow .more {
	margin-top:30px;
}

#homerow .more a {
	color:#FFF;
	border-bottom:#cd9b18 3px solid;
	background:#efb51c;
	padding:8px 30px;
}

#home-magazin {
	padding:115px 0;
}

#home-magazin .title {
	margin-bottom:30px;
}

.related-art {
	text-align:center;
	margin-bottom:30px;
}

.related-img {	
	display: block;
	margin-bottom:20px;
	overflow: hidden;
}

.related-img img {
	border-radius:10px;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.related-img img:hover {
	-moz-transform: scale(1.1) rotate(3deg);
-webkit-transform: scale(1.1) rotate(3deg);
-o-transform: scale(1.1) rotate(3deg);
-ms-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}

.related-img.no-img {
	background:#f7f3e9;
	border-radius:10px;
}

.related-art .post-title {
	font-size:24px;
	color: #1b1b1b;
	margin-bottom:20px;	
}

#home-magazin .more {
	position: relative;
	display: block;
	text-align: center;
	margin:10px 0;
}


#home-magazin .more a {
	display: inline-block;
	background:#424242;
	color:#FFF;
	font-size:15px;
	border-radius:20px;
}
#home-magazin .more a i {
	color: #1b1b1b;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #f9c12c;
    border-radius: 50%;
    margin-right: 30px;
}

#home-text {
	padding:50px 0;
	background:#fdfaf5;
	margin-top:20px;
	font-size:22px;
	text-align: center;
}

/*************FAQ*******************/
#faq-section {
	padding:40px 0;
	
}

#faq-section .title {
	margin-bottom:30px;
}

#faq-section .accordion {
	font-size:18px;
}


#faq-section .quest {
	font-size:22px;
	color:#000;
	font-weight: bold;
}

#faq-section .answ {
	padding: 20px 15px;
	line-height:1.5;
}
.accordion-section-title {
	display: flex;
	align-items:center;
   	cursor: pointer;
	font-size:26px;
	line-height:1.3;
	font-weight:600;
	padding-bottom:10px;
	border-bottom:#E6E6E6 1px solid;
	margin-bottom:20px;
}

.accordion-section-title .quest {
	width: calc(100% - 50px);	
}

.accordion-section-title span{
	font-size:40px;
	display: block;
	width:50px;
	height:50px;
	position: relative;
}

.accordion-section-title i {
	position: absolute;
	left:0;
	top:0	
	font-size:30px;
	color:#f9c12c;

	-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.accordion-section-title.active i {
	-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}

.accordion-section-content {
	display: none;
	line-height:1.3;
	font-size:16px;
}

/*****************************HOSTING**********************/


.hosttype {
	padding:35px 10px;
	text-align: center;
	background:#1b1b1b;
	color:#FFF;
	font-size:30px;
}
#hosting {
	padding:0 15%;
	margin-top:40px;
}

.hostitem {
	padding:20px 0;
	margin-bottom:40px;
}

.host-image {
	width: 40%;
}

.right .host-image{
	float:right;
	padding-left:90px;
	background:url(images/shadow-r.png) left center no-repeat;
}

.left .host-image{
	float:left;
	padding-right:90px;
	background:url(images/shadow-l.png) right center no-repeat;
}

.host-details {
	width:60%;
}

.right .host-details {
	float:left;
	padding-right:90px;
	
}

.left .host-details {
	float:right;
	padding-left:90px;
}

.htitle {
	font-family: 'Righteous', cursive;
	font-size:40px;
	font-weight: bold;
	line-height:1em;
	margin-bottom:10px;
}

.htitle .ek {
	color:#f9c12c;
}

.hsubtitle {
	font-size:24px;
	padding-bottom:20px;
	border-bottom:#e3e0d9 1px solid;
}

.hline {
	padding:10px 0;
	font-size:16px;
	border-bottom:#e3e0d9 1px solid;
	text-align: left;
	color:#1b1b1b;
}

.hline .label {
	float: right;
	color:#747473;
	
}

.host-details .price {
	font-size:40px;
	color:#efb51c;
	text-align:left;
	line-height:1.3em;
	
}

.host-details .price .label {
	float: right;
	color:#747473;
	font-size:18px;
}

.order {
	margin:10px 0;
}

.order a {
	display:block;
	width:100%;
	padding:10px 15px;
	background:#efb51c;
	color:#FFF;
	font-size:24px;
	text-align:center;
	border-bottom:#cd9b18 2px solid;
	border-radius:20px;
}

.order-form {
	padding: 0 40px;
	margin-bottom:20px;
}

.order-title {
	padding:20px 0;
	text-align: center;
	font-size:30px;
	font-weight: bold;
	color:#000;
	margin-bottom:40px;
}

/*****************PRODUCTS********************/

#products {
	padding: 0 10%;
    margin-top: 40px;
	font-size:18px;
	color:#1b1b1b;
}
.proditem {
	padding: 20px 0;
    margin-bottom: 40px;
}
.prlogo {
	margin-bottom:20px;
}

#products .hsubtitle {
	color:#cdde47;
	border: none;
}

#products .color-2 .hsubtitle {
	color:#41bcde;
}

#products .color-3 .hsubtitle {
	color:#ca3029;
}

#products .color-4 .hsubtitle {
	color:#90b84b;
}

#products .color-5 .hsubtitle {
	color:#3e6bb9;
}


#products .color-6 .hsubtitle {
	color:#ad1f71;
}

#products .color-7 .hsubtitle {
	color:#615794;
}


#products .description h2,
#products .description h3,
#products .description h4 {
	font-size:25px;
}


#products .description ul {
	padding:15px 0;
	margin:0;
	list-style: none;
}

#products .description ul li {
	list-style: none;
	margin-bottom:7px;
}

#products .description ul li:before {
	content: "\f00c";
    font-family: FontAwesome;
	margin-left:5px;
	color:#cdde47;
	font-size:22px;
}

#products .color-2 .description ul li:before {
	color:#41bcde;
}

#products .color-3 .description ul li:before {
	color:#ca3029;
}

#products .color-4 .description ul li:before {
	color:#90b84b;
}

#products .color-5 .description ul li:before {
	color:#3e6bb9;
}

#products .color-6 .description ul li:before {
	color:#ad1f71;
}

#products .color-7 .description ul li:before {
	color:#615794;
}


#products .order a {
	background:#cdde47;
	border-bottom:#a7b91b 2px solid;
}

#products .color-2 .order a {
	background:#41bcde;
	border-bottom:#38a1bf 2px solid;
}

#products .color-3 .order a {
	background:#ca3029;
	border-bottom:#ad2821 2px solid;
}
#products .color-4 .order a {
	background:#90b84b;
	border-bottom:#7c9e40 2px solid;
}

#products .color-5 .order a {
	background:#3e6bb9;
	border-bottom:#355c9f 2px solid;
}

#products .color-6 .order a {
	background:#ad1f71;
	border-bottom:#a12371 2px solid;
}

#products .color-7 .order a {
	background:#615794;
	border-bottom:#534b7f 2px solid;
}


.prod-image {
	width:50%;
}

.prod-details {
	width:50%;
}

.right .prod-image{
	float:right;
	
}

.left .prod-image {
	float:left;

}

.right .prod-details {
	float:left;
	padding-right:60px;
	background:url(images/shadow-r.png) right center no-repeat;
	
}

.left .prod-details {
	float:right;
	padding-left:60px;
	background:url(images/shadow-l.png) left center no-repeat;
}

#products-menu {
	background:#1b1b1b;
	padding:35px;
	text-align:center;
}

#products-menu ul {
	padding:0;
	margin:0;
	list-style: none;
}

#products-menu ul li {
	display: inline-block;
	margin-left:5px;
	font-size:20px;
}

#products-menu ul li a {
	position: relative;
	color:#FFF;
	padding: 4px 10px;
	border-radius:20px;
		
}
#products-menu ul li a:after {
	content: "\f0d7";
	font-size:26px;
    font-family: FontAwesome;
	position: absolute;
	bottom: 0px;
	left:48%;
	color:#efb51c;
	visibility:hidden;
	
}

#products-menu ul li a:hover,
#products-menu ul li a.current {
	background:#efb51c;
}

#products-menu ul li a:hover:after {
	bottom: -12px;
	visibility: visible;
	animation:slideInDown 0.3s;
}

.single-img.alignleft  {
	margin-right:20px;
	margin-bottom:20px;
}

/****************************single product******************/

.single-product .color-2 ul li:before {
	color:#41bcde;
}

.single-product .color-3 ul li:before
.single-product .color-3.entry h2,
.single-product .color-3.entry h3 {
	color:#ca3029;
}

.single-product .color-4 ul li:before,
.single-product .color-4.entry h2,
.single-product .color-4.entry h3  {
	color:#90b84b;
}

.single-product .color-5 ul li:before,
.single-product .color-5.entry h2,
.single-product .color-5.entry h3  {
	color:#3e6bb9;
}

.single-product .color-6 ul li:before,
.single-product .color-6.entry h2,
.single-product .color-6.entry h3  {
	color:#ad1f71;
}

.single-product .color-7 ul li:before,
.single-product .color-7.entry h2,
.single-product .color-7.entry h3  {
	color:#615794;
}

/*****************************SEO*******************************/

#seolist {
	padding: 0 10%;
    margin-top: 40px;
}

.seoitem {
    padding: 20px 0;
    margin-bottom: 40px;
	font-size:16px;
	color:#1b1b1b;
}

.seo-title {
	font-size:24px;
	margin-bottom:30px;
}

.seo-image {
	width:45%;
	
}

.seo-details {
	width:55%;
}

.right .seo-image {
	float:right;
	padding-left:60px
	
}

.left .seo-image {
	float:left;
	padding-right:60px;

}

.right .seo-details {
	float:left;
	padding-right:60px;
	background:url(images/shadow-r.png) right center no-repeat;
	
}

.left .seo-details {
	float:right;
	padding-left:60px;
	background:url(images/shadow-l.png) left center no-repeat;
}

.seobutton {
	display:block;
	position: relative;
	width:100%;
	padding:10px 15px;
	background:#efb51c;
	color:#FFF;
	font-size:24px;
	text-align:center;
	border-radius:20px;
	margin-top:20px;
}

.seobutton:after {
	content: "\f0d8";
	font-size:30px;
    font-family: FontAwesome;
	position: absolute;
	top: -14px;
	left:48%;
	color:#efb51c;
}


/**********************order*********************/

.order-form ul {
	padding:0;
	margin:0;
	list-style: none;
}

.order-form li  {
	list-style: none;
	}


.order-form ::-webkit-input-placeholder {
       color: #747473;
}

.order-form :-moz-placeholder { /* Firefox 18- */
       color: #747473;
}

.order-form ::-moz-placeholder {  /* Firefox 19+ */
       color: #747473; 
}

.order-form :-ms-input-placeholder {  
      color: #747473;
}

.order-form .gfield_label {
	display: none;
}

.order-form input {
	background:#F4F4F4;
	border:#DEDEDE 1px solid;
}


.order-form .gform_footer {
	text-align:left;
}

.order-form .gform_footer input {
	display:inline-block;
	background: #efb51c;
    color: #FFF;
	font-weight: bold;
    font-size: 24px;
    text-align: center;
	border: none;
	border-bottom: #cd9b18 2px solid;
	width: auto;
	padding:15px 35px;
}

.order-form .gform_footer input:hover {
	background:#c59515;
}




/*********************NINJA**********************/
.nf-before-form-content .nf-form-fields-required {
	display: none;
}

.label-above .nf-field-label {
	display: none !important;
}

#floating-contact #ninja_forms_required_items, .nf-field-container {
	margin-bottom:7px !important;
}


/*****************************LOCATION************************/
.acf-map {
	width:100%;
	min-height:455px;
}

#location {
	direction:ltr;
}

.one-half {
	position: relative;
	float:right;
	width:50%;
}

.map-address {
	position: absolute;
	width:100%;
	z-index:100;
	bottom:30px;
	text-align: center;
}
.map-text {
	display: inline-block;
    background:rgba(66, 66, 66, 0.7);
    color: #FFF;
    font-size: 18px;
    border-radius: 20px;
	padding:8px 20px;
}

.map-text span {
	color:#f9c12c;
	font-size:24px;
	margin-left:10px;
	
}

/***************call buttons*****************/
#call-buttons {
	position: fixed;
	left:0px;
	bottom: 0px;
	z-index:50;
	width:45px;
}

#call-buttons a {
	display: inline-block;
	font-size:28px;
	color:#f9c12c;
	background:#000;
	width:45px;
	height:45px;
	line-height:45px;
	text-align: center;
	margin-bottom:10px;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.32);
-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.32);
box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.32);
	
}

#call-buttons a.w-btn {
	
}


#call-buttons a.call-btn {
}

#call-buttons a.gotop {
	background:#f9c12c;
	color:#000;
}

/***************************CONTACTINFO***************************/
#contact-info-row {
	padding: 42px 0;
	background:#f9c12c;
	color:#fef3d5;
	font-size:20px;
}

#contact-info-row .flex {
	justify-content: space-between;
  align-items: center;
}

#contact-info-row .flex-item {
	display: block;
	width:19%;
}

.contact-item  {
	position: relative;
	padding-right:80px;
}

.contact-icon {
	position: absolute;
	right:0;
	top: 0;
	width: 72px;
	height:72px;
	line-height:72px;
	text-align:center;
	background:#fef3d5;
	border-radius:50%;
	margin-left:5px;
	color:#000;
	font-size:40px;
}

.contact-icon .fa-mobile {
	position:relative;
	font-size:1.2em;
	top:0.02em;
}


.contact-item label {
	display: block;
	font-weight: bold;
	color:#000;
}

.contact-item a,
.contact-item span {
	display: block;
	color:#1b1b1b;
	font-size:22px;
	}

.contact-item.email a {
	font-size:19px;
	letter-spacing:-1px;
}

/************floating contact********************/

.nf-form-content label,
.nf-after-form-content {
	display: none !important;
}
#floating-contact {
	position: fixed;
	z-index:100;
	top:130px;
	left:0;
	width:220px;
	background:#4d4d4e;
	border-radius: 0 10px 10px 0;
	color:#FFF;
	padding:15px 15px 15px 5px;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#floating-contact:hover {
	width:440px;
}

.yellowspan {
	font-size:24px;
	margin-bottom:10px;
	letter-spacing:-1px;
}
#floating-contact .whitespan {
	font-size:14px;
	color:#FFF;
}

.whitespan a {
	color:#FFF !important;
	display: block;
	font-size:28px;
}

.c-entry {
	margin-bottom:20px;
}

#floating-contact .send {
	width:100%;
	float: none;
}

#floating-contact input {
	font-size:16px;
	border: #FFF 1px solid;
	background:#383839;
	
}

#floating-contact input[type="button"] {
    cursor: pointer;
    padding: 10px 25px;
    text-align: center;
    color: #FFF;
    border: none;
    border-bottom: #cd9b18 2px solid;
    font-size: 22px;
    border-radius: 20px;
    background: #efb51c;
	width:100%;
	text-align: center;
}

/***********************CONTACTLINE*******************/

#contactrow {
	padding:80px 0;
	background: url(images/dotted.png) repeat-x scroll center bottom;
}

.contact-content {
	font-size:19px;
	color:#FFF;
}

.yellowspan {
	font-size:24px;
	color:#f9c12c;
	line-height:1.1em;
	margin-bottom:10px;
}

.contactline {
	padding-top:15px;
	
}

#contactrow .nf-form-content nf-fields-wrap {
	display: flex;
	justify-content: space-between;
}

#contactrow .nf-form-content nf-field:nth-child(1),
#contactrow .nf-form-content nf-field:nth-child(2),
#contactrow .nf-form-content nf-field:nth-child(3) {
	width:25%;
}

#contactrow .nf-form-content nf-field:nth-child(4) {
	width:20%;
}

#contactrow .yellowspan, 
#contactrow .whitespan {
	display: inline;
}

/***********************MAINCONTACT*************************/
#maincontact {
	color:#000;
	padding:90px 0;
	background:url(images/contact.jpg) no-repeat;
	background-size:cover;
	
}

.nf-response-msg {
	font-size:20px !important;
	color:#FFF;
}

.form-area {
	position: relative;
    padding: 30px 30px;
    background-color: rgba(0,0,0,.8);
    border-radius: 15px;
}



.form-area .title {
    color: #fff;
    border-bottom: 2px solid #fff;
   	padding-bottom:10px;
	text-align: right;
}

#maincontact .nf-form-content  {
	position: relative;
}


#maincontact nf-fields-wrap nf-field:nth-child(1) .nf-field-container,
#maincontact nf-fields-wrap nf-field:nth-child(2) .nf-field-container,
#maincontact nf-fields-wrap nf-field:nth-child(3) .nf-field-container{
	width:49%;
	position: relative;
}

#maincontact nf-fields-wrap nf-field:nth-child(4) .nf-field-container {
	position: absolute;
	width:49%;
	left: 0;
	top: 0;
}

#maincontact input,
#maincontact textarea {
	color:#FFF;

}

#maincontact textarea {
	height:164px;
}



#maincontact .submit-container {
	display:block;
	width:100%;
	text-align: center;
	margin-top:20px;
}

#maincontact input[type="button"] {
	display:inline-block;
	width:30%;	
	padding:10px 15px;
	background:#efb51c;
	color:#000;
	font-size:30px;
	text-align:center;
	border-bottom:#cd9b18 2px solid;
	border-radius:20px;
	-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow:  none;
}

#maincontact .gform_footer input:hover {
	background:#cd9b18;
}

/*********GENERAL*******/
#topcontent {
	position: relative;
	text-align: center;
	background:url(images/slider.jpg) no-repeat;
	background-size: cover;
	padding:75px 0;
	text-align: center;
	color:#1b1b1b;
	font-size:26px;
	line-height:1.2em;
	padding-top:88px;
	
}


.more {
	margin-top:10px;
	display: block;
}

.more a {
	display: inline-block;
	padding:8px 10px;
	border-radius:20px;
	
}

.title {
    color: #000;
	margin-bottom:10px;
    font-size: 42px;
	line-height:1em;
	text-align: center;
	
	    	
}

.title a {
    color: #efb51c;
    text-decoration: none;
}

.title a:hover {
	color:#000;
}


.two-cols {
	-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
}

.entry ul,
.entry ol {
	margin-right: 30px;
}

.entry ul li {
	list-style:none;
}

.entry ul li:before {
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	content:"\f00c";
	padding-left:5px;
	color:#cdde47;

}

.entry img.alignleft  {
	padding-right:10px;
	padding-bottom:10px;
}




.one-third {
	width:33.33%;
	float:right;
}

.one-half {
	width:50%;
	float: right;
}

#breadcrumbs {
	position:relative;
	font-size: 13px;
	padding-bottom:55px;
	text-align:right;
	color:#000;
}

#breadcrumbs a {
	color:#000;
}

#breadcrumbs a:hover {
	text-decoration:underline;
}

/* =POST
-------------------------------------------------------------- */

/* Post General
----------------------------*/

.featured-img.alignleft {
	padding-right:20px;
	padding-bottom:20px;
	
}

.featured-img.alignright {
	padding-left:20px;
	padding-bottom:20px;
	
}





/**********posts-loop***************/


.page-title {
	font-size: 50px;
	margin-bottom: 20px;
	text-align:center;
	color:#f9c12c;
	}
	

.article {
	margin-bottom:20px;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom:20px;
		
}

.article:last-child {
	border:none;
	margin:0;
}

.article .featured_image img {
	border-radius:3px;
	
	}
	
.article .read-btn {
	color:#78b2de;
}

.article .read-btn:hover {
	color:#44637b;
}

.article .no-img {
	background:#FFF;
	padding:30px 0;
}

.featured_image.alignright {
	margin-left:30px;
	margin-bottom:20px;
}

.post-title {
	font-size:24px;
	color: #1b1b1b;
	margin-bottom:20px;	
}

.post-title a {
	color: #1b1b1b;
}

.post-title a:hover {
	color: #000;
}

.more-btn {
	margin:10px 0;
}

.navigation {
	text-align: center;
	margin-top:20px;
	margin-bottom:20px;
}

.entry-page {
	font-size:18px;
	line-height:1.3em;
}


/***********************CONTACT***********************/

.contact-page-title {
	padding-top:20px;
}

#contact-form label {
	display:block;
	width:100%;
	font-weight: normal;
}

#contact-form input[type="submit"] {
	width:120px;
	float:left;
}

.contact-page .title {
	margin-bottom:30px;
}

.contact-page .contact-info {
	padding-top:30px;
}


.c-li {
	 margin-bottom: 10px;
}

.c-li i {
	font-size:20px;
	margin-left:10px;
}

/***********************PORTFOLIO*******************/
#portfoliorow,
#portfolio-list {
	background:#000;
}

.one-fourth {
	position: relative;
	float:right;
	width:25%;
	overflow: hidden;
	}

.port-item {
	position: relative;
	width:100%;
	display: block;
	overflow: hidden;
	height:100%;
	
}


.port-img {
	display: block;
	overflow: hidden;
}

.port-img img {
	  -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.port-item:hover .port-img img {
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}

.port-hover {
	position: absolute;
	z-index:10;
	left:0;
	width:100%;
	text-align: center;
	bottom:-100px;
	    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	}
	
.port-item:hover .port-hover {
	bottom:34px;
}

.port-hover a {
	display:inline-block;
	background-color: rgba(27, 27, 27, 0.7);
    border-radius: 20px;
    bottom: 36px;
    color: #fff;
    padding: 10px 32px;
	z-index: 2;
	font-size:18px;
	}


.go-port {
	display: block;
	background:#efb51c;
	text-align: center;
	font-size:32px;
}

.go-port a {
	position:relative;
	display: block;
	color:#FFF;
	height:100%;
	}

.go-port a:hover {
	background:#daa417;
}

.go-port span {
	position:relative;
	display: block;
	color:#FFF;
	top:40%;
	
}

.go-port i {
	display: inline-block;
	width:32px;
	height:32px;
	line-height:32px;
	color:#efb51c;
	background:#FFF;
	font-size:20px;
	margin-right:15px;
	border-radius: 50%;
	
}

/*************************RESPONSIVE TABS**************/
#horizontalTab {
	width:100%;
		}
	
.tabsholder {
	background:#1b1b1b;
	padding:50px 0;
	color:#FFF;
	font-size:18px;
	text-align: center;
}

.listitems {
	
	margin:0;
	list-style:none;
	text-align: center;
	
	background:#1b1b1b;
	padding:50px 0 !important;
	color:#FFF;
	font-size:20px;
	text-align: center;
}

.listitems li {
	position: relative;
	display:inline-block;
	padding:7px 15px;
	margin-right:15px;
	border-radius:20px;
	font-weight:500;
	color:#2a1c20;
	    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.listitems li:first-child {
	margin-right:0;
}

.listitems a {
	position: relative;
	display: inline-block;
	color:#fff;
	}

.listitems li.r-tabs-state-active,
.listitems li:hover {
	background:#dda30a;
}

.listitems li.r-tabs-state-active:after,
.listitems li:hover:after  {
	position:absolute;
	border: solid;
    border-color: #dda30a transparent;
    border-width: 7px 10px 0;
    bottom: -7px;
    content: "";
	left: 43%;
    z-index: 10;
}

.listitems li.r-tabs-state-active a,
.listitems li:hover a {
	color:#FFF;
}

.listitems .count {
	position: absolute;
	display: inline-block;
	font-size:13px;
	color:#FFF;
	background:#dda30a;
	top: 0px;
	left:-10px;
	z-index:10;
	width:20px;
	height:20px;
	line-height:20px;
	text-align: center;
	border-radius:50%;
	
}

.listitems li.r-tabs-state-active .count,
.listitems li:hover .count {
	background:#FFF;
	color:#dda30a;
}


#horizontalTab .post-title {
	font-weight: 500px;
	color:#2a1c20;
	font-size:28px;
	margin-bottom:10px;
	line-height:1em;
}

.tab-img {
	display: block;
	}

.tab-img img {
	display: block;
}

#blackmenu{
	font-size:16px;
	width:100%;
	overflow: hidden;
	margin:0;
	padding:15px 10px;
}

#blackmenu.portfolio-category {
	font-size:16px;
}
#blackmenu ul {
	margin:0;
	padding:0;
	list-style: none;
	 display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

#blackmenu ul li {
	position: relative;
	display:block;
	padding:7px 10px;
	border-radius:20px;
	font-weight:500;
	color:#FFF;
	    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}


#blackmenu li:first-child {
	margin-right:0;
}

#blackmenu a {
	position: relative;
	color:#fff;
	}

#blackmenu li:hover {
	background:#dda30a;
}

.portfolio-category li:hover:after  {
	position:absolute;
	border: solid;
    border-color: #dda30a transparent;
    border-width: 7px 10px 0;
    bottom: -7px;
    content: "";
	left: 43%;
    z-index: 10;
}

.portfolio-category li:hover a {
	color:#FFF;
}

.portfolio-category li .count {
	position: absolute;
	display: inline-block;
	font-size:13px;
	color:#FFF;
	background:#dda30a;
	top: 0px;
	left:-10px;
	z-index:10;
	width:20px;
	height:20px;
	line-height:20px;
	text-align: center;
	border-radius:50%;
	
}


.portfolio-category li:hover .count {
	background:#FFF;
	color:#dda30a;
}

.portfolio-list {
	display: block;
	width:100%;
	overflow: hidden;
}




/**********************MAGAZINE******************/
#blackmenu {
	background:#1b1b1b;
	}
	
#blackmenu.magmenu {
	display: block;
}

.menu-secondary-container {
    position:relative;
   	z-index: 10;
	padding:0;
	text-align: center;
	
   }

#blackmenu.magmenu  ul {
	display: block;
	
}

#blackmenu .menu-secondary li {
	display:inline-block;
	float:none;
	padding:0;
	background: none !important;
	
		-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
	  
}


.menu-secondary ul {
	min-width: 250px;
}


/* First Level - Menu Primary */

#blackmenu .menu-secondary li a {
	position: relative;
	font-size:19px;
	display:block;
	color:#FFF;    
    padding: 7px 15px;
	text-decoration: none;
	display:inline-block;
	padding:7px 15px;
	margin-right:15px;
	border-radius:20px;
   	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;

	}
	
.menu-secondary li a:after {
	display: none;
	
	
	
}

.menu-secondary li a:hover, .menu-secondary li a:active, .menu-secondary li a:focus, 
.menu-secondary li:hover > a, .menu-secondary li.current-cat > a, .menu-secondary li.current_page_item > a, .menu-secondary li.current-menu-item > a {
	background:#dda30a;	
}

.menu-secondary li a:hover:after, .menu-secondary li a:active:after, .menu-secondary li.current-menu-item > a:after {
	position: absolute;
    border: solid;
    border-color: #dda30a transparent;
    border-width: 7px 10px 0;
    bottom: -7px;
    content: "";
    left: 43%;
    z-index: 10;
}

#postlist {
	padding:50px 0;
}

#postlist .related-art {
	min-height:312px;
}

#postlist .more a {
	display: inline-block;
    padding: 7px 25px;
    border-radius: 20px;
	border-bottom: #cd9b18 3px solid;
    background: #efb51c;
	color:#FFF;
}

#postlist .more a:hover {
	 background: #cd9b18;
}

/***************SITEMAP**************/

#sitemap .title {
	text-align: right;
}

.sitemap-list {
	list-style: none;
	margin-right:0;
	margin-bottom:30px;
}

.sitemap-list li {
	list-style: none;
	margin-right:0;
	margin-bottom:10px;
}

.sitemap-list li a {
	color: #2f2f2f;
	text-decoration: underline;
	
}

#sitemap h3 {
	font-size:22px;
	font-weight: bold;
	margin-bottom:10px;
}

.htmlmap {
	margin-right: 10px;
	text-decoration: underline;
}



/* =FOOTER
-------------------------------------------------------------- */

#footer {
	padding:30px 0;
	background: rgba(27, 27, 27, 1) url(images/footer.png) no-repeat scroll left bottom;
	color:#cecece;
}

#footer-widgets {
	padding:65px 0;
	background: url(images/dotted.png) repeat-x scroll center bottom;
}

#footer .menu li{
	display:block;
	float:none;
}

#footer .menu li a {
	display:block;
	color:#cecece;
	
}

#footer .menu li a:hover {
	color:#FFF;
}

#footer .widget-title,
.footer-widget-title {
	font-size:22px;
	padding-bottom:20px;
	color:#efb51c;
		
}

.widget-fot {
	color:#cecece;
}

.widget ul {
	margin:0;
	padding:0;
	list-style:none;
}
.widget ul li {
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:10px;
}


.widget ul li a {
	color:#cecece;
}


#bottom {
	position:relative;
	padding:40px 0;
	color:#cecece;
	font-size:14px;
	}
#bottom a {
	color:#cecece;
}

.social-icons a {
	width:42px;
	height:42px;
	line-height:42px;
	text-align: center;
	border: #cecece 1px solid;
	border-radius:50%;
}

#copyrights {
	text-align:right;
	}
#credits {
	text-align:left;
		}

#credits img {
	vertical-align:middle;
}

.mk-go-top {
	display:block;
	position:absolute;
	top:-45px;
	left:50%;
	line-height:60px;
	background:#FFF;
	color:#808080 !important;
	font-size:40px;
	border:#76b5de 10px solid;
	border-radius:50%;
	z-index:10;
}

.mk-go-top i {
	padding:10px 20px;
}