/*
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);

@font-face {
    font-family: Riflex;
    src: url(fonts/Riflex-Regular.ttf);
	font-weight:400;
}
@font-face {
    font-family: Riflex;
    src: url(fonts/Riflex-Black.ttf);
	font-weight:700;
}
body, p {
	font-family: Riflex, sans-serif !important;
}
strong, b{
	font-family: Riflex, sans-serif !important;
	font-weight:700;
}
.main-content h2{
	font-size:30px !important;
}
/** 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;
	}

	.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;
}
.first {
    clear: both !important;
}

#nav .span{
display:none;
}
ul#navlist li a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #000;
    padding: 0px 20px;
    font-family: 'Roboto',sans-serif;
    text-transform: none;
}
.text-block{
overflow:hidden;
}
#nav {
    margin-top: 60px;
    width:740px;
}
.sub-header{
display:none;
}
#container .dark, .wrapper {
    max-width: 1024px;
}
#container .dark.homeslider{
	max-width:none;
	width:100%;
}
.icons-row h3{
	font-size:16px !important;
	color:#454745 !important;
	margin-top:5px;
	font-weight:700;
}
.icons-row .text-block , .icons-row .text-block p{
	font-size:14px !important;
	line-height:18px !important;
	color:#414340 !important;
}

.title2{
	font-size:22px !important;
	color:#474948 !important;
	font-weight:700;
}
.text-center{
	text-align:center;
}
.member-title{
	font-size:16px;
	font-weight:700;
	margin:20px 0 0 !important;
}
.member-designaition{
	font-size:16px;
	font-weight:700;
}
ul#navlist{
	float:right;
}
.breadcrumb{
	display:none;
}
.wpb_wrapper ul{
	list-style:disc;
}
.wpb_wrapper ul li, .wpb_wrapper ol li{
	margin-bottom:0.2em;
}
.wpb_wrapper ul, .wpb_wrapper ol{
	padding-left:1.5em;
}
.wpb_wrapper ul ul{
	list-style:circle;
}
.wpb_wrapper ol{
	list-style:decimal;
}
.post-detail .post-tags{
display:none;
}
.button-row{
	padding-top:20px;
}

#loginform{
	background-color:#004D9C;
	padding:20px;
	border-radius:5px;
	color:#FFF;
}
#loginform .input{
	border:none;
	width:100%;
	display:block;
	padding:5px;
	border-radius:3px;
	background-color:#FFF;
	color:#000;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#loginform .login-remember{
	display:none;
}
#loginform label{
	color:#FFF;
}

#wp-submit, .logout-btn{
	    background-color: #00938D;
    border: none;
    padding: 0.5em 2em;
    color: #FFF;
    border-radius: 3px;
    font-weight: 700;
	cursor:pointer;
}
.logout-btn{
	margin-left:5px;
	padding: 0.5em 1em;
	margin-top:10px;
}
.user-area{
	border:1px solid #DDD;
	padding:15px;
	border-radius:4px;
	margin-bottom:15px;
	text-align:center;
}
#loginform .login-submit{
	margin-bottom:0;
	margin-top:20px;
	
}

.downloads-list{
	border-radius:4px;
	padding:0;
	margin:0;
	border:1px solid #DDD;
	padding:1px;
	overflow:hidden;
}
.downloads-list li{
	display:block;
	list-style:none;
	
}
.downloads-list li+li{
	border-top:1px solid #DDD;
}
.downloads-list li a{
	display:block;
	padding:5px 5px 5px 30px;
	font-size:14px;
	position:relative;
}
.downloads-list li a:hover{
	background-color:#eee;
}
.downloads-list li .fa{
	position:absolute;
	left:10px;
	top:10px;
}
.download-title{
	font-size:12px;
	text-transform:uppercase;
	font-weight:400;
	margin:30px 0 10px;
	color:#000
}
#map_wrapper {
    height: 400px;
	margin-bottom:20px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}
#breadcrumbs a{
color: #00968d;
font-weight:bold;
}
.read-more-btn{
	background-color:#009CC9;
	color:#FFF;
	padding:7px 15px;
	border-radius:4px;
	display:inline-block;
	border:none;
}
a.button {
    background-color: #00509D;
    border-radius: 4px;
    color: #FFF;
    padding: 4px 15px;
    display: inline-block;
}
a.button:hover{
	color:#FFF;
	background-color:#003263;
}
.footer-menu ul{
	list-style:none;
	margin:0;
	padding:0;
}
.footer-menu{
	float:right;
	margin:0;
	padding:10px 0;
	text-align:center;
}
.footer-menu ul ul{
	display:none;
}
.footer-menu ul li{
	display:inline-block;;
}
.footer-menu ul li a{
	display:inline-block;
	padding:4px 10px;
}
#back-to-top {
    right: 20px;
}
.copyright {
    /* float: left; */
	float:none;
    text-align: center;
    color: #fff;
    font-weight: 100;
    font-size: 18px;
    letter-spacing: 2px;
    padding-top: 0;
    text-transform: uppercase;
}
.clear{
	clear:both;
}
body{
	/*background:transparent url(images/background.jpg) no-repeat 50% 0 scroll;
	background-size:cover;*/
}
.btn-1 .vc_btn3{
	width: 302px;
}
.logos-cont{
	background-color:#FFF;
	padding:15px;
	text-align:center;
	border-radius:4px;
}
.logos-cont img{
	display:inline;
	width:15.66%;
	margin:0.5%;
	height:auto;
}
.support_bs code{
	font-size:inherit;
	font-family:inherit;
	color:inherit;
}

.next {
    /* background: url(images/control-right2.png) no-repeat; */
	background:none;
    width: 50px;
    height: 89px;
    /* text-indent: -9999px; */
	text-indent:0;
    position: absolute;
    right: 0;
    top: 25px;
    margin-top: 0;
}
.wpSupportPlus .ui-state-active, .ui-accordion .ui-accordion-header{
	font-size:14px !important;
	color:#FFF !important;
}
#theadReplyContainer {
    width: 100%;
    margin-top: 20px;
    background-color: #eeeeee;
    padding: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}



.page-id-1582 input[type='text']{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.page-id-1582 p{
    margin-bottom:15px;
}
.page-id-1582 input[type=submit]{
	    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
margin-top:20px;
}

ul.cd-accordion-menu ul b a+br{
display:none;
}
ul.cd-accordion-menu li a{
font-size:1em;
    padding: 4px 8px 4px 64px;
}
ul.cd-accordion-menu label{
    padding: 12px 8px 12px 20px;
}
ul.cd-accordion-menu ul {
    font-size: 12px;
}
ul.cd-accordion-menu li a {
    padding: 5px 0;
}

.cd-accordion-menu li li li {
    background-color: #0097D0;
    color: #FFF;
    padding: 10px 20px;
}
ul.cd-accordion-menu label, ul.cd-accordion-menu a{
box-shadow:none;
}
ul.cd-accordion-menu label{
border-top: solid 1px #555960;
}
.event-archive .events{
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom: 1px solid #ddd;
}
.event-archive .events:nth-child(2n+1),.row .column6:nth-child(2n+1){
	clear:left;
	margin-left:0;
}
.event-archive .events h3{
	font-size: 24px !important;
	margin-top:0;
}
.event-archive .events .image-container{margin-top:20px;}
#menu-events li a{
	padding:5px;
	margin-bottom: 10px;
	font-size: 16px;
	color:#2f2f2f;
	border-bottom:1px solid #999;
	display: block;
}
#menu-events li a:before{
	content:'\f105';
	font-family:'FontAwesome';
	margin-right:5px;
}
#menu-events li:first-child a {
	border-top:1px solid #999;
}
#menu-events li a:hover{
	background: #00509d;
	color:#fff;
}

label{margin-top:10px;display: block;}
select,textarea,input[type="date"]{
	width:100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
select,input[type="date"]{
	-webkit-appearance: none;
	background:#fff url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat 95%;
    background-size: 8px;
}
textarea{height:140px;}
@media (min-width:701px){
	.row .column3{width:23.8% !important}
.row .column2{width:15.4% !important}
}
