/*  Google Fonts  */


 
html {
    scroll-behavior: smooth;
    margin-top: 0 !important;
}

body {
    font-weight: 400;
    font-size: 14px;
    color: #1a1a1a;
   font-family: 'Volte';
}

a {
    color: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: 'Volte';
}

a:hover {
    text-decoration: none;

}
a:focus, a:active {
    outline: none;
}
h1 {
    color: #5b5b5b;
    font-size: 36px;
}
h3{
    font-size: 30px;
}
h4{
    font-size: 40px;
}
p {
    color: #1a1a1a;
    line-height: 30px;
    font-family: 'Volte';
}

img {
    max-width: 100%;
    height: auto;
    outline: 0;
}

::-webkit-input-placeholder {
    color: #232323 !important;
    opacity: 1 !important;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}


input:focus::-webkit-input-placeholder {
    opacity: 0 !important;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

::-moz-placeholder {
    color: #232323 !important;
    opacity: 1 !important;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

input:focus:-moz-placeholder {
    opacity: 0 !important;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

:-ms-input-placeholder {
    color: #232323 !important;
    opacity: 1 !important;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

input:focus::-moz-placeholder {
    opacity: 0 !important;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}


:-moz-placeholder {
    color: #232323 !important;
    opacity: 1 !important;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

input:focus:-ms-input-placeholder {
    opacity: 0 !important;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}



textarea::-webkit-input-placeholder {
    color: #232323 !important;
    opacity: 1 !important;
}

textarea:focus::-webkit-input-placeholder {
    opacity: 0 !important;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

textarea::-moz-placeholder {
    color: #232323 !important;
    opacity: 1 !important;
}

textarea:focus::-moz-placeholder {
    opacity: 0 !important;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

textarea:-ms-input-placeholder {
    color: #232323 !important;
    opacity: 1 !important;
}

textarea:focus:-ms-input-placeholder {
    opacity: 0 !important;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

textarea:-moz-placeholder {
    color: #232323 !important;
    opacity: 1 !important;
}

textarea:focus:-moz-placeholder {
    opacity: 0 !important;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.menu-toggle {
    display: none ;
}
/*--Header section--*/

.site-header {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: -110px;

}

.top-header {
        padding: 10px 0 10px 0;
        background-color: #ececec;

}
.header-top-menu {
    text-align: left;
    margin: 0 !important;
}
.header-top-menu ul {
    padding: 0;
    margin: 0;
}

.header-top-menu ul li {
    display: inline-block !important;
    padding: 30px 22px;
}

.gallery-title-block {
    position: absolute;
    top: 40%;
}
.gallery-title-block h1{
    color: #fff;
}
.gallery-title-block h4{
color: #fff
}
.gallery-title-block p{
color: #fff;
font-size: 18px;
}
#main-sidebar{
    display: none
}
nav#site-navigation {
    border-top: 0;
}
.header-top-menu ul li a {
    color: #fff;
    font-size: 20px;
}
.home .site-main.container{
    max-width: 100% !important; 
}

.gallery-listing{
    min-height: 550px;
    background-size: cover;
}
.inner-page .gallery-listing{
    min-height: 400px;
    background-size: cover;
}
.inner-page .gallery-title-block {
    position: absolute;
    top: 25%;
}
.flexslider {
    height: auto !important;
}

@media only screen and (max-width: 959px){
.content-area {
    padding: 5px;
}
}

@media only screen and (max-width: 767px) {
    .gallery-title-block h1 {
 
    font-size: 25px;
}

    .menu-toggle {
    display: block;
    float: right;
    margin-top: -70px;
}
.menu-toggle{
background-color: transparent;
background-image: url('../images/menu-m.png');
width: 30px;
height: 30px;
    font-size: 0;
    border: 0;
}
.menu-menu-1-container {
    display: none;
    background-color: #da2e95;
    z-index: 99999;
    position: relative;
}
.header-top-menu ul li {
    display: block !important;
    padding: 5px;
}
 .top-navigation {
    position: absolute;
    top: 0;
        width: 100%;
}
.gallery-listing{
    min-height: 450px;
    background-size: cover;
    background-position: center center;
}
.gallery-title-block {
    position: absolute;
    top: 20%;
}
.gallery-title-block h4 {
    font-size: 24px;
}
.gallery-title-block p {
    font-size: 14px;
}
.inner-page .gallery-title-block {
    position: absolute;
    top: 17%;
}
}