/*
    Theme Name: love69
    Theme URI:
    Description: WP THEME /Bootstrap 3
    Author: EkDesign
    Author URI: 
    Version: 2.0
    Tags: 
*/

/* =GENERAL
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,800,900&subset=hebrew');


body {
    color: #FFF;
	font-size:18px;
	font-family: 'Heebo', sans-serif;
	background:#915138 url(images/bg.jpg) center repeat;
	line-height:1;
	margin:0;
	padding:0;
	}

a {
    color: #fde491;
    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:#fde78f;
}

a:focus { 
    outline: none;
}

input,
textarea {
	box-sizing:border-box;
	border: none;
	padding:5px 5px;
	background: none;
	border: #FFF 1px solid;
	color:#FFF;
	width:100%;
	
	
}

input[type="submit"],
input[type="button"] {
	cursor:pointer;
	padding:12px 30px;
	text-align:center;
	border-radius:6px;
	background: none;
	color:#fde491;
	border: #fde491 1px solid;
	font-size:22px;
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

input[type="submit"]:hover,
input[type="button"]:hover {
	-moz-transform: scale(0.9);
-webkit-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
	}


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


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

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

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

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



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

.container {
	position:relative;
}

#main {
	
	padding:30px 30px;
	margin-bottom:30px;
	background:#252525;	
	margin-top:30px;
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}

#main.nobg {
	margin-bottom:0;
	padding:30px 0px 0;
	background: none;
	 box-shadow:none;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
	min-height: 1260px;
}


/* =HEADER
-------------------------------------------------------------- */


.logo {
	text-align: center;
	padding:25px 0;	
}


#toprow {
	position: relative;
	background: #252525b8;
	}

#phone-bage {
	position: absolute;
	top:0;
	right:0;
	background:url(images/top_phone_bg.png) no-repeat;
	width:223px;
	height:97px;
	z-index:10;
}

.toptel {
	padding:20px 10px;
	text-align: center;
	
}
.toptel span {
	display: block;
	color:#FFF;
	font-size:21px;
}

.toptel a {
	display: block;
	color:#FFF;
	font-size:26px;
	font-weight: bold;
}

.bg-container {
	width:100%;
	position: relative;
}

.girl-bg {
	position: absolute;
	top:0px;
	left:0px;
	z-index:0;
	overflow: hidden;
}

/* =MENUS
-------------------------------------------------------------- */
.topmenu {
    padding: 10px 0;
    border-top: 1px solid #6b5a5e;
}


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

.menu-primary li{
	display:inline-block;
	float:none;
	  
}


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

.menu-primary li {
	}


/* First Level - Menu Primary */

.menu-primary li a {
	font-size:20px;
	display:block;
	color:#FFF;
	padding:10px 25px;
	text-decoration: 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: #fde491;
}


/* Child Levels - Menu Primary */

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

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

.menu-primary li li a {
	font-size:16px;
	text-align:left;
	background: rgba(255, 255, 255, 0.8);
	padding:15px 10px;
	border-radius:0;
	z-index:99999999;
	border-bottom:#444444 solid 1px;
	    }
	

.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:#FFF;
	color:#595959;
	margin-bottom:0;
		   
}

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

.menu-primary li li:first-child a,
.menu-primary li li:last-child a {
	padding-left:8px;
	padding-right:8px;
}



/**************GIRL BOXES***********/

#girls-section {
	
}
.girl {
	position:relative;
	margin-bottom:30px;
}

.girl-item {
	position:relative;
	z-index:1;

	padding:15px;
	margin-bottom:30px;
	text-align:center;
	
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #3A4C70),
	color-stop(1, #7686A7)
);
background:#fff;
}

.title {
    color: #d40a0a;
	margin-bottom:10px;
    font-size: 35px;
	font-weight: bold;
	    	
}

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

.subtitle {
	color: #2c2627;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
	}

.featured_image {
	position:relative;
	}

.featured_image img {
	width:100%;
	height:auto;
}

.girl-item .entry {
	margin:10px 0;
	font-size:15px;
	font-weight:bold;
	height:80px;
	overflow:hidden;
}

.phone {
	position:absolute;
	z-index:10;
	bottom:0;
	left:0;
	width:100%;
	padding:30px 10px;
	text-align:center;
	padding:15px 10px;
	background:rgba(51, 48, 48, 0.7);
	color:#FFF;
	
	}
	
.phone-title {
	color:#FFF;
	font-size:35px;
	margin-bottom:10px;
	}

.phone-num  {
	font-size:39px;
	color:#efd15b;
	font-weight: bold;
	margin-bottom:8px;
}

.phone .ext {
	font-size:30px;
	margin-bottom:10px;
}

.phone .ext label {
	margin-left:5px;
}

.phone .ext span {
	color:#efd15b;
}

.phone-num a {
	color:#e2c468;
}

.online {
	position:absolute;
	top: -20px;
    left: -25px;
	z-index:20;	
	}


/***********GENERAL CONTENT**************/

#homecontent {
	padding:40px 0;
    background-color:#252525;
}

.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:"\f06c";
	padding-left:5px;
	color:#a0cc39;

}

.entry img.alignleft  {
	padding-right:10px;
	padding-bottom:10px;
}
.prices-line {
	margin-top:40px;
}

.price-txt {
	font-size:43px;
	color:#FFF;
	font-weight:300;
}

.price-txt:before,
.price-txt:after {
	content:"***";
	color:#e6204d;
	position: relative;
	top:10px;
}


.right {
	text-align: right;
}

.left {
	text-align: left;
}


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

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

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

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

.entry {
	line-height:1.3;
}

.entry ul {
	margin-right:30px;
	padding-right:30px;
	list-style: square;
}

.entry h1 {
	color:#f1d25c;
	font-size: 40px;
	font-weight:500;
}
.entry h2 {
	color:#f1d25c;
	font-size: 30px;
	font-weight:500;
}
.entry h3 {
	color:#FFF;
	font-size: 24px;
	font-weight: bold;
}

.entry h4 {
	color:#FFF;
	font-size: 24px;
	font-weight: bold;
}

.entry h5 {
	color:#f1d25c;
	font-size: 24px;
	}

.entry a {
	color:#f1d25c;
	text-decoration: underline;
}

.entry a:hover {
	text-decoration: none;
}
	

	
/******************BANNERS***************/
#banners {
	position: fixed;
	z-index:100;
	left:30px;
	top:106px;
	
}


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

.title a:hover {
   text-decoration:  underline;
}



.page-title {
	font-size: 35px;
	line-height: 1em;
	color:#fde491;
	font-weight: bold;
	margin-bottom:20px;
	}


.article {
	padding:20px;
	margin-bottom:30px;
	background: #252525;
	 box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
  
		
}

.art-title {
	font-size:26px;
	margin-bottom:15px;
}

.more {
	margin:10px 0;
}
.loop-img.alignright {
	margin-left:30px;
	margin-bottom:20px;
}

.post-title {
	font-size:30px;
	font-weight: bold;
	margin-bottom:20px;
}

.post-title a {
	color: #2c2c3a;
}

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

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

.more-btn a {
	display: inline-block;
	padding:8px 15px;
	color:#272937;
	text-decoration: underline;
	font-weight: bold;
		
}

.more-btn a:hover {
	color: #505577;
	text-decoration: none;
	
}

/********************CONTACT********************/
.nf-form-fields-required {
	display: none;
}

#maincontact #ninja_forms_required_items, #maincontact .nf-field-container {
	margin-bottom:8px;
}

#maincontact label {
	display: none;
}

#maincontact input,
#maincontact textarea {
	

}


.send {
	text-align: left;
}

#maincontact .send input {
	width:30%;
}

div.wpcf7 .ajax-loader {
	float: right;
}

/* =FOOTER
-------------------------------------------------------------- */
.bottom-bg {
	position: absolute;
	width:100%;
	z-index:0;
	bottom: -100px;
	text-align: center;
}

.footer-txt {
	margin-bottom:20px;
}
#footer  {
	position: relative;
	z-index:10;
	background-color: #252525;
	background-size: cover;
	padding-top:40px;
	padding-bottom:20px;
	font-size:19px;
	border-top: 1px solid #4E4E4E;
}


.foot-widget-title {
	font-size:22px;
	color:#fde491;
	font-weight: bold;
	margin-bottom:15px;
}

.widget-container {
	margin-bottom:20px;
}

#footer .menu li {
	display: block;
	float: none;
	list-style: none;
	padding:0;
	margin-bottom:10px;
}

#footer .menu li a:before {
	content: "\f100";
    font-family: FontAwesome;
	color:#FFF;
	margin-left:5px;
}

#footer a {
	color:#FFF;
}

#footer a:hover {
	color:#fde491;
}

.logo-bottom {
	padding-top:30px;
}

#bottom {
	position: relative;
	z-index:10;
	padding:20px 0;
	 color: #b3b3b3;
	 font-size:15px;
}

#bottom a {
	 color: #b3b3b3;
}

.social-icons {
	margin-top:30px;
	
}

.social-icons a {
	display:inline-block;
	width:50px;
	}

.social-icons a {
	color:#FFF;
	font-size:40px;
	line-height:50px;
}


#copyrights {
	text-align:right;
    display: none;
	}
 


#credits {
	text-align:left;
		}

#credits img {
	vertical-align:middle;
}

#wprmenu_bar
{
	    background-color: #252525;
}

#mg-wprm-wrap
{
	background-color: #2b2d39;
}

#girls-section {
    min-height: 1270px;
}

/* =END
