/*
Theme Name: Arkitekt
Author: WowThemes
Version: 1.3.1
Author URI: http://themeforest.net/user/wow_themes
Theme URI: http://themeforest.net/user/wow_themes
Description: A sleek Architecture WordPress Theme by - <a href="http://wow-themes.com/">Wow themes</a>
License: ''
License URI: ''
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready
Text Domain: wp_arkitekt
*/


@charset "UTF-8";
@import url(css/style.css);



#nav {
			width: auto;
}
.logo {
	padding: 0;
	text-align: center !important;
	margin: 0 auto !important;
	position: relative;
	
}

.logo img {
			max-width: 100%;
}
 
 @media (max-width: 368px) {
 			#container { padding: 0; }
 }
 
ul#navlist li a {
		font-weight: bold !important;
		color: #3b3b3b;
		font-size:16px;
}

ul#navlist li a:hover * {
		color: #F39C12 !important;
}

.content a { background-color: #3b3b3b !important; padding: .1em .4em .1em 0; border-radius: 2px; }
.main-content a { color: #F39C12  }
.single .main-content .content p, .page p { 
		color: #333 !important;
		font-weight: 300;
		font-size: 16px;
}

 .page div.gdpr.gdpr-privacy-bar p {

		color: #f1f1f1 !important;
}
.main-content ol, .main-content ul {
    list-style: none;
    margin: 0 0 0 10px !important;
    padding: 0 0 0 10px !important;
    line-height: 24px;
}

.page div.gdpr.gdpr-privacy-bar p a { 
		color: #f0f0f0 !important; text-decoration: underline !important; 
		}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-right {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}


.single .main-content .content ul:not(.pager, .ul_rev_slider) li 
{
		padding-left: 1em;
		margin-left: 2.8em;
		list-style-type: disc;
		
} 

.single .main-content .content .portfolio_details .details_section ul li {
			padding-left: 0 ;
			margin-left: 0;
			list-style-type: none;
}

.feat-text a {
    color: #fff;
    text-transform: capitalize;
    text-transform: none;
}

.feat-text, .recent-work .desc, .recent-work .desc h4, .recent-work .desc span, .feat-text h4, .feat-text p,
.head-banner h4, .desc span a, .desc h4 a, .desc a,
.desc span a:visited, .desc h4 a:visited, .desc a:visited
 {
		color: #3b3b3b !important;
}
.desc h4 {
	font-size: 13px;
	font-weight: bold;
	text-indent: 0;
	padding: 0 1.5em;
	
}
.desc h4 a {
	line-height: 0.3em !important;	
}

.filter-container .desc
{
	padding: 10px 0 2px !important;
}
.feat-text p { 
 padding-right: .75em;
}

footer .textwidget p { color: #fefefe !important; font-size: 14px; line-height: 1.23em; }
footer .textwidget img { margin-bottom: .6em; }


.copyright, .poweredby, .poweredby a { 
	color: #3b3b3b !important; 	
	}
	
	footer .poweredby { float: right; font-size: 10px !important;margin: 1em .5em 0 0; }

/* for footer recents */
footer .wpb_teaser_grid.wpb_grid ul li.isotope-item.vc_col-sm-4:nth-child(4),
footer .wpb_teaser_grid.wpb_grid ul li.isotope-item.vc_col-sm-4:nth-child(5),
footer .wpb_teaser_grid.wpb_grid ul li.isotope-item.vc_col-sm-4:nth-child(6) {
	top: 86px !important;
}

.vc_images_carousel .vc_carousel-indicators li { 
		background-color: #fff102 !important;
		border: 1px solid #fff102 !important;
}

.upper-header {
	padding:25px 0;
	background-color: #fff102 !important;
}

div.nav-border { 
		border-bottom-color: #333333 !important;
		border-left-color: #333333 !important;
		border-right-color: #333333 !important;
		border-top-color: #333333 !important;
}


/* CUSTOM REVSLIDER GALLERY */


/** custom code by Shahbaz Ahmed */

	.portfolio_details {
		margin: 0;
		border: 0;
		border: 1px solid #EDEDED;
		background-color: #fff;
		padding:0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		text-align:left;
		-webkit-transition: background 0.3s ease-out;
		transition: background 0.3s ease-out;
	}
	
	.item_image > img {
		width: 100%;
		height: auto;
	}
	
	.portfolio_details p {
		
		color: #676767;
		font-family: "Open Sans" !important;
		font-size: 14px;
		font-weight: 300;
		line-height: 24px;
		margin-bottom: 12px;
		margin-top: 10px;
		padding: 0;
	}
	
	.portfolio_details .details_section {
		border-bottom: 1px solid #e9e9e9;
		padding: 30px 30px 10px;
	}
	.theme_details .details_section:last-child {
		border: 0 none;
		padding-bottom: 20px;
	}

.main-content h3, .portfolio_details h3, .portfolio_details h4, h5 {
		color: #F39C12 !important;
}

	.portfolio_details h3 {
		font-size: 16px;
		font-weight: bold;
		margin: 0 0 20px;
	}
	.portfolio_details li {
		list-style:none;
		color:#101010;
		margin-bottom:10px;
	}
	.portfolio_details li span {
		display: inline;
		padding: 5px 0 15px;
		color:#676767;
		text-transform: none;
	}
	
	.pager {
		position: relative;
		padding: 30px 0;
	}
	.pager .previous > a, .pager .previous > span {
		float: left;
	}

	.pager li > a, .pager li > span {
		background-color: #f5f5f5;
		border-radius: 2px;
		color: #1a1a1a;
		display: inline-block;
		padding: 5px 14px;
	}
	
	.pager .nextt > a, .pager .nextt > span {
		float: right;
	}
	
	.woocommerce .product .price span.amount {
		color: #fff;
	}
	
	.woocommerce .product del {
		display: inline-block;
	}

	.woocommerce .product #content input.button.alt, .woocommerce #respond input#submit.alt, 
	.woocommerce .product a.button.alt, .woocommerce button.button.alt, 
	.woocommerce .product input.button.alt, 
	.woocommerce-page .product #content input.button.alt, 
	.woocommerce-page .product #respond input#submit.alt, 
	.woocommerce-page .product a.button.alt, 
	.woocommerce-page .product button.button.alt, 
	.woocommerce-page .product input.button.alt {
		background: none #4eccb9 !important;
		border-color: #4eccb9;
		color:#fff !important;
		text-shadow:none !important;
	}
	
	.woocommerce .product button.button:hover {
		background: none #000 !important;
		border-color: #000;
	}


	.woocommerce .product #content input.button, 
	.woocommerce .product #respond input#submit, 
	.woocommerce .product a.button, 
	.woocommerce .product button.button, 
	.woocommerce .product input.button, 
	.woocommerce-page .product #content input.button, 
	.woocommerce-page .product #respond input#submit, 
	.woocommerce-page .product a.button, 
	.woocommerce-page .product button.button, 
	.woocommerce-page .product input.button {
		border-radius: 0 !important;
		box-shadow:none !important;
		color: inherit;
		cursor: pointer;
		display: inline-block;
		font-family: 'PT Sans',sans-serif;
		font-size:14px;
		font-weight:normal;
		left: auto;
		line-height:9px;
		margin: auto;
		overflow:inherit;
		padding:9px 12px !important;
		position:relative;
		text-decoration: none;
		text-shadow:none !important;
		white-space: nowrap;
	}
	
	.woocommerce-page .product table.cart td.actions .coupon {
		width: 40% !important;
	}
	.woocommerce-page .product table.cart td.actions .coupon input.input-text {
		width: 70%;
	}
	.woocommerce-page .product table.cart td.actions input[type=submit] {
		line-height: 24px;
	}
	.woocommerce .product button.button.woo_btn:hover {
		background: none #000;
		border-color: #000;
		color: #fff !important;
		-webkit-transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
		-moz-transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
		-o-transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
		-ms-transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
		transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
	}
	.woocommerce .cart-collaterals {
		margin-bottom: 80px;
	}
	
	.woocommerce .cart-collaterals h2 {
		color: #000 !important;
		font-size: 30px !important;
		margin: 20px 0;
		text-align: left;
	}
	.woocommerce .cart-	collaterals h2 > a {
		text-decoration: none !important;
		color: #000 !important;
	}
	
	.cart-collaterals table {
		width: 100%;
	}
	
	.cart-collaterals table > thead > tr > th {
		vertical-align: bottom;
		border-bottom: 2px solid #ddd;
	}
	
	.cart-collaterals table > thead > tr > th, 
	.cart-collaterals table > tbody > tr > th, 
	.cart-collaterals table > tfoot > tr > th, 
	.cart-collaterals table > thead > tr > td, 
	.cart-collaterals table > tbody > tr > td, 
	.cart-collaterals table > tfoot > tr > td {
		padding: 8px;
		line-height: 1.42857143;
		vertical-align: top;
		border-top: 1px solid #ddd;
	}

aside .widget_tag_cloud {
    border: medium none;
}

aside .widget_tag_cloud a {
    background: none repeat scroll 0 0 #fff ;
    border: 1px solid #eeeeee ;
    color: #919191 ;
}
	

/** Comments section **/
.comment-section {
    margin-bottom: 20px;
    overflow: hidden;
}

.comment-section h1 {
    font-size: 24px;
    text-transform: inherit;
    margin-bottom: 15px;
}

.comment-box {
    overflow: hidden;
    margin-bottom: 30px;
}

.comment-box img {
    float: left;
    max-width: 80px;
}

ul.depth, ul.children {
    margin-left: 100px;
}

ul.depth li, ul.children li {
    position: relative;
}

ul.depth li:before, ul.children li:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    top: 0;
    left: -60px;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.comment-content {
    padding-left: 100px;
}

.comment-content h6 {
    color: #3c3c3c;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    line-height: 22px;
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    margin: -4px 0 7px;
    padding-bottom: 4px;
}

.comment-content h6 span {
    color: #d1d1d1;
    font-style: normal;
}

.comment-content p {
    color: #a3a3a3;
    line-height: 26px;
}

.text-fields1 {
    float: left;
    width: 50%;
    padding-right: 0px;
}

.submit-area1 {
    float: right;
    width: 50%;
}

.comment-form {
    overflow: hidden;
    margin-bottom: 40px;
}

.comment-form h1 {
    font-size: 24px;
    text-transform: inherit;
    margin-bottom: 16px;
}

.float-input1 {
    position: relative;
    padding-left: 58px;
}

.float-input1 span {
    position: absolute;
    width: 58px;
    height: 58px;
    border: 1px solid #eaeaea;
    top: 0px;
    left: 0px;
    z-index: 2;
    text-align: center;
}

.float-input1 span i {
    line-height: 32px;
    font-size: 12px;
    color: #1ab5b3;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #1ab5b3;
    margin-top: 13px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}


.comment-form input[type="text"],
.comment-form textarea {
    color: #848484;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #eaeaea;
    border-left: none;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    outline: none;
    width: 88%;
    padding: 19px 20px 20px 0px;
    display: block;
    margin-bottom: 10px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;  
}

.comment-form input[type="text"]:focus + span i {
    color: #fff;
    background: #1ab5b3;
}

.comment-form textarea {
    height: 126px;
    border: 1px solid #eaeaea;
}

.comment-form input[type="submit"] {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    padding: 19px;
    background: #1ab5b3;
    text-transform: uppercase;
    border: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.comment-form input[type="submit"]:hover {
    opacity: 0.8;
}

footer .send-message textarea {
		border-radius: 0 !important;
}

footer .send-message input[type="submit"] {
	bottom: 0px !important;
	float: left;
	position: relative;
	width: 120px !important;
	padding: 14px 15px !important;
}

footer .send-message #numcap_container {
		color: #fff !important;
		position: absolute !important;
		
	background:#434b51 !important;
	border:none;
	position:relative !important;
	float: left;
	padding:12px 6px!important;
	
	border-radius: 5px;
	cursor:pointer;
	font-family:'Roboto';
	border:1px solid #333c44 !important;
	border-top:0 !important;
	border-right:0 !important;
	-webkit-border-top-left-radius:0 !important;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-topleft:0 !important;
	-moz-border-radius-bottomleft:6px;
	border-top-left-radius:0;
	border-bottom-right-radius:0;
	font-size:13px !important;
	width:130px !important;
	
}
footer .send-message #numcap_container input { background-color: transparent; border: 1px solid #333c44; font-size:12px !important;
	font-family:'Roboto' !important;
	font-weight:300 !important;
	background:#434b51 !important;
	color:#fff !important;
	border:1px solid #333c44 !important;
	padding: .1em .8em;
	 }
	 
	 
	 
	 footer a.mailto-link {
	 color: #fff !important;
	 }
	 
	 
	 
	 
	 
	  	 .sub-header li i { color: #F39C12 !important; font-size: 15px; vertical-align: middle !important; }
	  	 		
					 .sub-header li i.fa-phone-square { font-size: 21px !important; }
					 .sub-header li i.fa-mobile { font-size: 24px !important;  }
					 
	  	 .sub-header li a { font-weight:  bold; font-size: 16px; color: #333333 !important; }
	  	 
	  	 
	  	 
section a, section a:hover, section a:focus {
    color: #F39C12 !important; font-weight: bold !important;
}


#wpcf7-f976-p48-o1 {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
    position: relative;
    z-index: 3;
}


#wpcf7-f976-p48-o1 .main-title {
    margin-bottom: 0;
    text-align: left;
}

#wpcf7-f976-p48-o1 .main-subtitle {
    text-align: left;
}

#contact_message_new {
    border: 1px solid #eaeaea;
    height: 92px;
}

#wpcf7-f976-p48-o1 .column4 { padding: 0 1.6em; }
	#wpcf7-f976-p48-o1 .column4 div, #contact_recaptcha_new { width: 100%; }
.wpcf7-form-control-wrap { width: 100% !important ; min-height: 59px; clear: both; }


.excluded {
    border: 1px solid #eaeaea;
    
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 58px;
    z-index: 2;
}


#contact_name_new, #contact_email_new, 
#contact_message_new {
    border: 1px solid #eaeaea;
    border-radius: 0;
    color: #848484;
    display: block;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    outline: medium none;
    padding: 20px 0;
    text-indent: 20px;
    transition: all 0.2s ease-in-out 0s;
    width: 99% !important;
}

#submit_contac_newt {
    background: #fff102 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-family: "Roboto",sans-serif;
    font-size: 19px;
    font-weight: 300;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}

.f-phone span, .f-mail span {
		vertical-align: middle !important;
}

.f-phone i, .f-mail i {
    vertical-align: middle;
		min-width: 15px;
    text-align: center;
}

footer .f-mail span {
    padding: 9px 4px;
}		

footer .f-phone, footer .f-mail { margin-bottom: 1.1em; }


/* GDPR COOKIE MOOVE */
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, 
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    background-color: #FFF102 !important;
    color: rgb(0,102,0) !important;
    font-size: larger !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme { background: #4c545a !important; opacity: .95 !important; }
.moove-gdpr-cookie-notice p { color: #fefefe !important; }

.mgbutton.moove-gdpr-infobar-allow-all::before {
    content: '\2713';
    padding-right: .4em;
    font-weight: bold;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-content, 
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main {
	font-size: 1.2em !important;
}
