/*
Theme Name: Virtual Graveyard
Theme URI: https://www.tomer.shakedeal.co.il
Author: Tiran Moyal
Author URI: https://www.tomer.shakedeal.co.il
Description: Custom Design Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Virtual Graveyard, Graveyard
Text Domain: virtualgraveyard
*/

body {
    font-family: "Heebo", sans-serif;
	color:#fff;
    font-size: 16px;
    font-weight: 400;
    background: #121212;
}

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5{
	font-family: "Heebo", sans-serif;
}
ul,
li,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    border: none;
    padding: 0;
    margin: 0;
}

.cls {
    clear: both;
}
a {
    color: #f36d24;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover {
    color: #f36d24;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
iframe,
object,
embed {
    max-width: 100%;
}
input:focus {
    outline: none;
}
input {
    font-family: "Heebo", sans-serif;
}
textarea {
    font-family: "Heebo", sans-serif;
}
select {
    font-family: "Heebo", sans-serif;
}
.img-fluid{
    width: 100%;
    height: auto;
    display: inline-block;
}

/* mobile menu */

.menuicon {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 20px;
}
.floatingnav {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100%;
    background: #fff;
    z-index: 999999999;
}
.mobilemenuheader {
    padding: 10px 10px;
    overflow: hidden;
    position: relative;
    border-bottom: 5px solid #f36d24;
    background: #121212;
}
.mobilelogo {
    float: left;
}
.mobilelogo img {
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 150px;
}
.closemenu {
    float: right;
    padding: 10px 0 0 0;
    cursor: pointer;
}
.menubox {
    color: #000;
    padding: 10px 10px 10px 10px;
    text-align: center;
}
.menubox ul li {
    text-align: left;
    padding: 0 0 5px 0;
}
.menubox ul li a {
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    color: #000;
    padding-left: 10px;
}
.menubox ul li a:hover {
    text-decoration: none;
    color: #f36d24;
}
.menubox ul li.current_page_item a {
    text-decoration: none;
    color: #f36d24;
}
.menubox ul li.current_page_item ul li a {
    text-decoration: none;
    color: #f36d24;
}
.menubox ul li.current_page_item ul li a:hover{
    text-decoration: none;
    color: #f36d24;
}

/* for floating search box */

.headersearcharea{
    position: relative;
    z-index:99999999;
}
.headersearchblock {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding:30px 0 30px 0;
    display: none;
}
.searchclose{
    height:31px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	text-align:right;
}
.searchclose img:hover{
	cursor:pointer;
}
.searchareabox{
	padding:70px 0 5px 0;
	border-bottom:2px solid #000;
	overflow:hidden;
}
.searchbutton{
	float:left;
	text-align:left;
	padding:10px 0 0 0;
}
.searchfield{
	width:90%;
	float:right;
}
.searchfield input{
	font-size:20px;
    font-weight: 300;
	width:100%;
	border:none;
	height:45px;
	padding:0 0 0 0;
}

/* main style start */

.container{
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 10px;
}
.row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}
.row-reverse{
    flex-direction: row-reverse;
}
.justify-center{
    justify-content: center;
}
.space-between{
    justify-content: space-between;
}
.vertical-center{
    align-items: center;
}
.header-area{
    height: 120px;
    width: 100%;
    background: #0c0c0c;
}
.sticky{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.header{
    position: relative;
	height: 120px;
}
.logo{
	position: absolute;
	left: 0;
	top: 30px;
	margin: 0 0 0 0;
}
.logo img{
	width: 100%;
	height: auto;
	display: inline-block;
	max-width: 226px;
}
.navigation{
    text-align: center;
    padding: 45px 0 0 0;
}
.navigation ul li{
    display: inline-block;
    position: relative;
    padding: 0 0 15px 0;
    font-size: 16px;
}
.navigation ul li a{
    color: #fff;
    text-decoration: none;
    padding: 0 20px 0 20px;
    display: block;
}
.navigation ul li a:hover{
    color: #ce512a;
    text-decoration: none;
}
.navigation ul li.current_page_item a{
    color: #ce512a;
    text-decoration: none;
}
.navigation ul li ul{
    visibility: hidden;
    width: 250px;
    position: absolute;
    top: 35px;
    left: 10px;
    background: #fff;
}
.navigation ul li ul li{
    display: block;
    padding: 0;
    text-align: left;
}
.navigation ul li ul li a{
    padding: 10px 10px;
    color: #000;
    text-decoration: none;
}
.navigation ul li ul li a:hover{
    background: #f36d24;
    color: #fff;
}
.navigation ul li ul li ul{
    visibility: hidden;
    width: 250px;
    position: absolute;
    top: 0;
    left: 250px;
}
.navigation ul li:hover > ul{
    visibility: visible;
}
.navalignright{
    text-align: right;
    padding-right: 50px;
}
.search-icon{
    position: absolute;
    right: 0;
    top:50%;
    margin: -12px 0 0 0;
    cursor: pointer;
}
.home-search-area{
    min-height: 600px;
    padding: 10px 0;
    overflow: hidden;
}
.home-search-inner{
    max-width: 770px;
    margin: 0 auto;
    padding: 230px 0 230px 0;
    text-align: center;
}
.home-search-inner h1{
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    padding: 0 0 50px 0;
}
.search-box{
    position: relative;
    overflow: hidden;
}
.search-input input{
    width: calc(100% - 90px);
    height: 60px;
    border: none;
    padding: 0 45px 0 45px;
    background: #fff;
    background: url(images/search-gray-icon.png) no-repeat 20px center #fff;
    border-radius: 50px;
    font-size: 16px;
    color: #363636;
    font-weight: 300;
}
.search-button{
    text-align: center;
    padding: 30px 0 0 0;
    overflow: hidden;
}
.search-button input{
    width: 150px;
    height: 50px;
    border: none;
    background: #ce512a;
    cursor: pointer;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.search-button input:hover{
    background: #fff;
    color: #ce512a;
}
.footer-area{
    padding: 35px 0 35px 0;
    overflow: hidden;
    background: #121212;
}
.footer-inner{
    position: relative;
    overflow: hidden;
}
.footer-menu{
    text-align: center;
}
.footer-menu ul li{
    display: inline-block;
    padding: 0 0 0 0;
    font-size: 12px;
    background: url(images/seperator-01.png) no-repeat 0 center;
}
.footer-menu ul li a{
    color: #fff;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    padding: 0 12px 0 14px;
}
.footer-menu ul li a:hover{
    color: #ce512a;
    text-decoration: none;
}
.footer-menu ul li:first-child{
    background: none;
}
.copyright-info{
    position: absolute;
    right: 0;
    top: 42%;
    color: #797979;
}
.copyright-info p{
    font-size: 12px;
    line-height: 12px;
    color: #797979;
}
.footer-social-links{
    position: absolute;
    left: 0;
    top: 3px;
}
.footer-social-links a{
    padding: 0 12px 0 0;
}

/* for profile page */

.profile-area{
    padding: 50px 0;
    overflow: hidden;
}
.main-content{
    padding: 0;
    overflow: hidden;
}
.content-left{
    width: 25%;
    float: left;
}
.sidebar-area{
    overflow: hidden;
}
.user-info{
    padding: 0 0 30px 0;
}
.user-picture{
    padding: 0 0 30px 0;
    overflow: hidden;
}
.user-picture img{
    width: auto;
    height: auto;
    display: inline-block;
    max-width: 100%;
}
.user-info h3{
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    font-weight: 700;
}
.user-info p{
    font-weight: 300;
    padding: 0 0 0 0;
}
.memories-info{
    padding: 50px 0 30px 0;
    overflow: hidden;
}
.memories-info h4{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    background: url(images/seperator-02.png) no-repeat 0 bottom;
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
}
.memories-info p{
    padding: 0 0 20px 0;
    line-height: 26px;
}
.memories-info span{
    color: #f36d24;
}
.content-right{
    width: 68%;
    float: right;
}
.profile-heading{
    padding: 0 0 30px 0;
    overflow: hidden;
}
.profile-heading h1{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    background: url(images/seperator-02.png) no-repeat 0 bottom;
    padding: 0 0 20px 0;
}
.profile-content{
    padding: 0 0 0 0;
    overflow: hidden;
}
.profile-content p{
    padding: 0 0 30px 0;
    line-height: 26px;
}
.profile-content p:first-child{
    font-weight: 700;
}
.profile-content-post-date{
    text-align: right;
    padding: 0 0 40px 0;
    overflow: hidden;
}
.gallery-area{
    overflow: hidden;
}
.gallery-area h2{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    padding: 0 0 40px 0;
}
.gallery-item{
    width: 31.33%;
    margin: 0 1% 2% 1%;
}
.gallery-thumbnai-holder{
    overflow: hidden;
}
.gallery-thumbnai-holder img{
    width: 100%;
    height: auto;
    display: block;
}
.view-all{
    padding: 10px 0 30px 0;
    overflow: hidden;
}
.view-all span{
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 2px solid #fff;
    color: #f36d24;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
}
.view-all span:hover{
    color: #fff;
    background: #f36d24;
}
.candle-area{
    padding: 40px 0;
    overflow: hidden;
}
.candle-area h2{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    padding: 0 0 40px 0;
}
.candle-item{
    width: 23%;
    margin: 0 1% 2% 1%;
}
.candle-inner{
    text-align: center;
    overflow: hidden;
}
.candle-thumbnail img{
    width: auto;
    height: auto;
    max-width: 100%;
    display: inline-block;
}
.candle-inner p{
    padding: 0 0 0 0;
}
.upload-candle label{
    min-width: 210px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
    padding: 15px 35px;
    transition: .5s;
    background: #ce512a;
    color: #fff;
    text-align: center;
    display: inline-block;
    cursor: pointer;
} 
.upload-candle label:hover {
    background: #fff;
    color: #ce512a;
}

/* for login page */

.login-form-box {
    max-width: 645px;
    margin: 0 auto;
}
.login-form-box input[type="text"], .login-form-box input[type="password"], .login-form-box input[type="email"]{
    width: calc(100% - 34px);
    height: 55px;
    border: none;
    color: #000;
    font-size: 20px;
    border: 2px solid #8b8b8b;
    background: #fff;
    padding: 0 15px 0 15px;
}
.login-form-box .login-submit{
    overflow: hidden;
    padding: 0 0 0 0;
}
.login-form-box .login-submit input{
    font-size: 22px;
    width: 100%;
    height: 55px;
    float: left;
    background: #99bfe5;
    color: #fff;
    cursor: pointer;
    border: none;
    text-align: center;
}
.login-form-box .login-submit input:hover{
    background: #000;
    color: #fff;
}
.login-form-box .login-username label, .login-form-box .login-password label{
    display: none;
}
.login-msg{
    background: red;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    margin: 0 0 10px 0;
}
.login-msg p{
    padding: 0;
    font-size: 16px;
}