/*
Theme Name: lavan  | Shared by VestaThemes.com
Theme URI:http://themeforest.net/user/kayapati
Description: <p>lavan Fashion Model Agency WordPress CMS Theme</p>
Version: 3.3.3
Author: Kayapati
Author URI: http://themeforest.net/user/kayapati
License: Kayapati
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
All files, unless otherwise stated, are released under the GNU General Public License
Tags: white, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

/* ________________________________________________________________________________________________________________

	other css files inport
   ________________________________________________________________________________________________________________ */  

	@import url('css/layout.css');
	@import url('css/typography.css');
	@import url('css/blog_style.css');
	@import url('css/kaya-buttons.css');

/* Middle Content Container full Width 
----------------------------------------------------------------------------------------------------*/
#box_layout .panel-row-style{
    margin-left: -18px !important;
    margin-right: -18px !important;
    padding-left: 19px !important;
    padding-right: 18px !important;
}
/* Panel Container Settings */
.page-template-default .panel-row-style-parent, .page-template-templatestemplate-left-sidebar-php .panel-row-style-parent
{
    overflow: hidden;
    margin-bottom: 0;

 }
.page-template-default .two_third_last, .page-template-templatestemplate-left-sidebar-php .two_third_last
{
    margin-bottom: 0;

 }
 .portfolio_slider_container{
    margin-bottom: 0!important;
 }
/* Header
----------------------------------------------------------------------------------------------------*/
#header_wrapper{
    clear: both;
    width: 100%;
    z-index: 3;
	position:relative;
       padding: 50px 0;
	}
#header_wrapper .container{
	padding: 0 !important;
    z-index: 1;
	}
.header_left_section{
    float: left;
    width: 30%;

}
.logo {
    line-height: 100%;
    padding: 0;
    display: block;

}
.header_right_section {
     float: right;
    text-align: right;
    width: 70%;
}
.header_right_section  h3{
    margin-bottom: 15px;
}
/* Social Icons */
.header_social_icons a {
    margin-left: 2px;
    float: left;
  }
.header_social_icons {
    display: inline-block;
    margin: 0 2px;
    position: relative;
}
.header_social_icons a i {
    background-color: rgba(204, 204, 204, 0.3);
    height: 15px;
    padding: 10px;
    width: 15px;
}
/* Search in the header */

.search-toggle_wrapper {
    position: relative;
}
.search-toggle {
    cursor: pointer;
    float: right;
    text-align: center;
    color: #FFFFFF;
}
.search-box-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    position: absolute;
    top: 43px;
    right: 0;
    width: auto;
    z-index: 2;
}
.search-box .search-field {
    background-color: #000;
    border: 0;
    float: right;
    font-size: 16px;
    padding: 2px 2px 3px 6px;
    width: auto;
}
.hide {
    display: none;
}

.search-box:after {
  border-bottom: 8px solid #FFFFFF;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    content: "";
    position: absolute;
    right: 8px;
    top: -6px;
}

.search-box #search_form input {
    background-color: #FFFFFF;
    border-radius: 0;
    box-shadow: none;
    color: #000000;
    padding: 5px 17px;
    width: 80% !important;
}
.toggle_search{
  background-color: #333;
  height: 30px;
  width: 30px;
  float: right;
  color: #fff;
  margin-top: 29px;
  text-align: center;
  line-height: 30px;
  border-radius: 2px;
  cursor: pointer;
}
.toggle_search_wrapper select {
  margin-right: 5px;
  padding: 7px 12px;
  height: 30px;
  line-height: 30px;
  background: none;
  color: #9c9c9c;
  border: 1px solid rgba(204,204,204,.3);
  background: none;
}
.hidden_search_box_style{
    display: none;
}
.toggle_search_wrapper select option{
    background-color: #000;
}
.toggle_search_wrapper .search_form input{
    padding: 6px 10px!important;
}
.search_box_style {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 20px;
}
.toggle_search_field {
  padding: 30px;
  overflow: hidden;
  padding-bottom: 15px;
}
.toggle_search_wrapper.container {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 0;
    display: none;
}.sticky_menu.hader_top_space {
    top: 50px;
}
.main_search_wrapper {
    float: right;
}
.toggle_search_wrapper .search_form #search_submit{
    display: inline-block;
    float: none;
    color: #fff;
}
.hidden_search_box{
    display: none;
}
#search_submit {
  cursor: pointer;
}
/* Footer Section
------------------------------------------------------*/
.page_content_footer {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.footer_wrapper{
     position:relative;
    z-index:1;;

}
footer{
    position: relative;
}
footer #top_border, .page_content_footer #top_border{
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background: -moz-linear-gradient(top,  rgba(86,10,31,1) 0%, rgba(0,0,0,0.2) 6%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(86,10,31,1)), color-stop(6%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(86,10,31,1) 0%,rgba(0,0,0,0.2) 6%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(86,10,31,1) 0%,rgba(0,0,0,0.2) 6%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(86,10,31,1) 0%,rgba(0,0,0,0.2) 6%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(86,10,31,1) 0%,rgba(0,0,0,0.2) 6%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#560a1f', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    color:#fff;
}
footer p,footer h3, footer a{
	color:#fff;
    margin-bottom: 0;
}
footer .widget_container h3:after {
    border-bottom: 1px solid rgba(204, 204, 204, 0.35);
    content: "";
    display: block;
    margin-top: 13px;
    margin-bottom: 0px;
    position: relative;
}
footer .container{
	padding:0px 0px!important;
}
.footer_widgets {
    overflow: hidden;
    padding-bottom: 30px;
    padding:80px 0px!important;
}
.footer_left{
	float:right;
    margin-top: 6px;
}
.footer_left .alignleft{
    margin-bottom: 0px;
}
.main_content_wrapper .footer_wrapper{
    background-position: center;
}
#footer_bottom{
    padding:30px 0;
    display: block;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
}
/* Footer Menu */
ul#menu-footer-menu, .menu-footer ul{
    list-style: none;
    text-align: right;
}
ul#menu-footer-menu li, .menu-footer ul li {
    display: inline-block;
    padding-left: 40px;
    margin-bottom: 0;
}
.menu-footer ul li:first-child, ul#menu-footer-menu li:first-child{
    padding-left: 0;
}
.footer_left_content, .footer_left_content ul, .footer_left_content span{
    text-align: left;
}
.footer_right_content, .footer_right_content ul, .footer_right_content span{
    text-align: right;
}
#footer_bottom .container .fullwidth, #footer_bottom .container .fullwidth ul, #footer_bottom .container .fullwidth span{
    text-align: center;
}
#footer_bottom .container .fullwidth ul{
    margin-top: 20px;
}
/*.menu-footer select{
	display: none!important;
}
#menu-footer > li.current-menu-item > a, .menu-footer > li.current-menu-item > a{
    color:#fff;
     background:none!important;
}
.menu-footer > li.current-menu-item > a, .menu-footer > li.current_page_item > a, .menu-footer> ul > li:hover > a{
	color:#fff;
    background:none!important;
}
.menu-footer ul{
    list-style: none;
}
.menu-footer ul li{
    display: inline-block;
    padding-right: 10px;
  
}*\

  /* Single Bg image */
.parallax_image_wrapper{
    position: relative;
    background-color: #576b74;
}
.single_img_parallex_inner_text{
    text-align: center;
    position: absolute;
    width: 60%;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
    display: block;
    top: 50%;
}
.single_img_parallex_inner_text h2{
    color: #FFFFFF;
    font-size: 5em;
    line-height: 110%;
    font-weight: bold;
    text-shadow: 1px 1px 0 #353535;
    }
.single_img_parallex_inner_text  p.description{
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
    display: table;
    font-size: 2em;
    line-height: 100%;
    margin: 0 auto;
    padding: 12px;
 }
#parallax_single_image{
    background-size: cover!important;
    background-repeat: no-repeat!important;
    position: relative;
}
/* Sub Header Section
------------------------------------------------------*/
.sub_header_wrapper {
    border-bottom: 1px solid rgba(204, 204, 204, 0.1);
    position: relative;
}
.sub_header_wrapper .container {
    padding: 65px 0 30px !important;
    text-align: center;
}
.single .sub_header.container, .search .sub_header.container{
    padding: 80px 0 30px !important;
}
.sub_header {
	overflow: hidden;
}
.sub_header h2{
    font-size: 2em;
    margin-bottom: 0;
    text-align: left;
}
.single .sub_header h2{
    width: 80%;
    float: left;
}
.sub_header_wrapper p{
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 1.2em;
    opacity: 0.7;
    margin-top: 15px;
    text-align: left;
}

/* contact Section
----------------------------------------------------------------------------------------------------*/
#contact-form{
    position: relative;
    z-index: 1;
}
#contact-form input, #contact-form textarea,  #commentform input , #commentform textarea {
    color: #9f9f9f;
	width: 97.5%;
	padding:10px 6px;   
}
#contact-form textarea:focus, #contact-form input:focus, #commentform input:focus , #commentform textarea:focus {
	border: 1px solid rgba(204, 204, 204, 0.3);
}
#contact-form p #submit, #commentform #submit  {
    cursor: pointer;
    width: auto !important;
    -webkit-appearance: none;
     -webkit-border-radius:0

}
input[type="text"], textarea, input{
    background-color: rgba(204, 204, 204, 0.1);
    border: 1px solid rgba(204, 204, 204, 0.2);
    color:inherit;
    padding: 8px;
}
#contact-form label {
	float: left;
	width:70px;
	padding-top: 1px;
	font-size:13px;
	color:#333333;
}
#response {
	color:#006633;
	margin-bottom: 30px;
}
#google_code{
	margin-bottom:50px;
}

.footer_wrapper .one_half, .footer_wrapper .one_half_last, .footer_wrapper .one_third, .footer_wrapper .one_third_last, .footer_wrapper .two_third, .footer_wrapper .two_third_last, .footer_wrapper .one_fourth, .footer_wrapper .one_fourth_last,.footer_wrapper .two_fourth, .footer_wrapper .two_fourth_last, .footer_wrapper .three_fourth, .footer_wrapper .three_fourth_last, .footer_wrapper .one_fifth, .footer_wrapper .one_fifth_last, .footer_wrapper .two_fifth, .footer_wrapper .two_fifth_last, .footer_wrapper .three_fifth, .footer_wrapper .three_fifth_last, .footer_wrapper .four_fifth, .footer_wrapper .four_fifth_last, .footer_wrapper .pricing_table .one_third, .footer_wrapper .pricing_table .one_fourth, .sub_header_wrapper .two_third, .sub_header_wrapper .one_third_last,.container_fluid .one_half, .container_fluid .one_half_last, .container_fluid .one_third, .container_fluid .one_third_last, .container_fluid, .container_fluid .two_third, .container_fluid .two_third_last, .container_fluid .one_fourth, .container_fluid .one_fourth_last,.container_fluid .two_fourth, .container_fluid .two_fourth_last, .container_fluid .three_fourth, .container_fluid .three_fourth_last, .container_fluid .one_fifth, .container_fluid .one_fifth_last, .two_fifth, .container_fluid .two_fifth_last, .container_fluid .three_fifth, .container_fluid .three_fifth_last, .container_fluid .four_fifth, .container_fluid .four_fifth_last,.container_boxed .one_half, .container_boxed .one_half_last, .container_boxed .one_third,  .container_boxed .one_third_last,  .container_boxed .two_third, .container_boxed .two_third_last, .container_boxed .one_fourth, .container_boxed .one_fourth_last,.container_boxed .two_fourth, .container_boxed .two_fourth_last, .container_boxed .three_fourth, .container_boxed .three_fourth_last, .container_boxed .one_fifth, .container_boxed .one_fifth_last, .two_fifth, .container_boxed .two_fifth_last, .container_boxed .three_fifth, .container_boxed .three_fifth_last, .container_boxed .four_fifth, .container_boxed .four_fifth_last, #top_sec .two_third,#top_sec .one_third_last, #footer_bottom .one_half, #footer_bottom .one_half_last
{
	margin-bottom:0px;
}
.contact_home{
    background-color: #333333;
    border-radius: 100%;
    color: #FFFFFF;
    float: left;
    font-size: 20px;
    height: 30px;
    line-height: 30px !important;
    padding: 9px;
    text-align: center;
    width: 30px
}
#sidebar #contact-form textarea {
    width: 95%;
}
#sidebar #contact_submit{
    width: auto!important;
}
#sidebar #reset{
     width: auto!important;  
}
#sidebar #contact-form input{
    width: 85%;
   }


/* Default Gallery settings  */
.gallery br{
    display: none;
   
}
.gallery dl, .gallery dt{
    margin: 0px;
    padding: 0px;
  
}
.gallery a img{
    float: left; 
}
.gallery dt {
    margin-bottom: 1px;
    margin-right: 1px;
    max-width: 99.6%;
}

.gallery-columns-0 .gallery-item {
    width: 100%;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33.30%;
}
.gallery-columns-4 .gallery-item {
    width: 24.9%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    width: 12.4%;
}
.gallery-columns-9 .gallery-item {
    width: 11.0%;
}
.gallery-caption{
    padding: 5px 10px;
    margin-bottom: auto;
    width: 94.2%;
    bottom: 0;
    z-index: 999!important;
    text-align: center;
    display: block;
}
.gallery-caption:before {
    border-bottom: 8px solid #FFFFFF;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    bottom: 27px;
    content: " ";
    left: 50%;
    margin-left: -5px;
    position: absolute;
}
@-ms-viewport {
  width: 1024px;
  height: 768px;
}
/* Scroll Top */
.scroll_top{
    bottom: 41px;
    display: none;
    opacity: 1;
    position: fixed;
    right: 50px;
    z-index:999;
}
.scroll_top i{
     background-color: #000000;
    border-radius: 100%;
    color: #FFFFFF;
    font-size: 16px;
    height: 16px;
    padding: 15px;
    text-align: center;
    width: 16px;
}
input[type="submit"]#search_submit {
  font-family: FontAwesome!important;
}
#kaya_main_slider{
    display: none;
}
/* Conact Form 7 */
.wpcf7-form select{
    border: 1px solid rgba(127,127,127,.3);
    color: #999999;
    height: 36px;
    line-height: 36px;
    width: 100%;
    background: rgba(127,127,127,.05);
}
.wpcf7-form input, .wpcf7-form textarea{
    border: 1px solid rgba(127,127,127,.3);
    color: #999999;
    width: 90%;
    padding: 9px 5%!important;
    background: rgba(127,127,127,.05)!important;
}
p.form_submit_button{
  padding-bottom: 0px;
  overflow: hidden;
  clear: both;
  float: right;
}
input.wpcf7-form-control.wpcf7-submit {
  width: auto;
  padding: 14px 30px!important;
  cursor: pointer;
  background: #F33!important;
  color: #fff;
  border-radius: 2px;
  border:0px;
}
.wpcf7-form select option {
    background: #e5e5e5;
    color: #1a1a1a;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid rgba(127,127,127,.10);
}
.wpcf7-form p:last-child{
  padding-bottom: 0px;
}