/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
Theme Name: Shanoor
Author: Dev
*/

/* Global Styling */
article {
    display: none;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 10px;
}

body, html {
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

a {
	text-decoration: none;
}

h2 {
	font-family: 'Calibri', sans-serif;
	letter-spacing: .75px;
	color: #616161;
    text-align: center;
    padding: 15px;
}

h3 {
	font-family: 'Calibri', sans-serif;
	font-size: 1.8rem;
	letter-spacing: .25px;
	line-height: 1em;
	color: #616161;
    text-align: left;
    padding: 15px;
    line-height: 1.7;
}

p {
	font-family: 'Calibri', sans-serif;
	font-size: 1.8rem;
	letter-spacing: .75px;
	line-height: 1.2em;
	color: #616161;
}

img {
	width: 100%;
}

.container-w {
	max-width: 100%;
	width: 1375px;
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
	html {
		font-size: 9px;
	}
}

@media screen and (max-width: 767px) {
	html {
		font-size: 8px;
	}
}

/***Back to top ***/
#back-to-top {
    display: table;
    position: fixed;
    bottom: 30px;
    right: 40px;
    z-index: 20;
    width: 55px;
    height: 55px;
    border: 2px solid #fff;
    background: #010100;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    opacity: 0;
    border-radius: 50%;
}
#back-to-top .fa-xl {
    font-size: 2em;
}
#back-to-top .icon {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#back-to-top:hover .icon {
    padding-bottom: 5px;
}
#back-to-top.show {
    opacity: 1;
}
#back-to-top .wrapper {
    display: table-cell;
    vertical-align: middle;
}
#back-to-top.fade-out:hover {
    opacity: 1;
}

/*Dropdown Css*/
.dropdown-menu {
    margin: 0 !important;
    position: absolute;
    top: 100%;
    left: 0%;
    z-index: 1000;
    display: none;
    float: left;
    /*min-width: 12rem;*/
    padding: 10px 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #616161;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}

ul.dropdown-menu span {
    font-size: 13px;
}

ul.dropdown-menu a {
    color: #616161 !important;
}

ul.dropdown-menu a:hover {
    background-color: #fff !important;
    color: #fc0101 !important;
	width: 100%;
}

a.dropdown-item {
    margin: 0 !important;
    padding: 5px 25px;
}
.dropdown:hover > .dropdown-menu {
display: block;
}
.dropdown-submenu {
    position: absolute;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: "";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
}
.wrapper-footer-links ul.sub-menu {
    display: none;
}
  /*./Dropdown Css*/

/* Global Styling End */


/*** START Gallery CSS ***/
section.home-gallery {
    padding-top: 30px;
}
ul.gallery.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 4px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
ul.gallery.row li.images {
    -webkit-box-flex: 33%;
        -ms-flex: 33%;
            flex: 33%;
    max-width: 33%;
    padding: 50px 50px;
}
ul.gallery.row li.images img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
	height: 400px;
}

.home-gallery p {
    padding: 15px;
    text-align: left;
    line-height: 1.7;
}

@media (max-width: 1024px) {
    ul.gallery.row li.images {
        -webkit-box-flex: 50%;
            -ms-flex: 50%;
                flex: 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    ul.gallery.row li.images {
        -webkit-box-flex: 100%;
            -ms-flex: 100%;
                flex: 100%;
        max-width: 100%;
        padding: 25px 25px;
    }
    ul.gallery.row li.images img {
        -o-object-fit: contain;
           object-fit: contain;
        height: unset;
    }
    .home-gallery p {
        text-align: center;
    }
}

/*ul.gallery.row li.images img:hover {
    opacity: 0.9;
    transform: scale(0.9);
}*/

/*** END Gallery CSS ***/


/*** START FREEDOM-SERIES CSS***/
section.freedom-series {
    padding-top: 30px;
}
ul.freedom.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 4px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.freedom-series ul.freedom.row li.freedom {
    -webkit-box-flex: 33%;
        -ms-flex: 33%;
            flex: 33%;
    max-width: 33%;
    padding: 50px 50px;
}
.freedom-series ul.freedom.row li.freedom img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
	height: 400px;
}
.freedom-series h3 {
    padding: 15px 15px 0;
}
.freedom p {
    padding: 0 15px;
    text-align: left;
    line-height: 1.7;

}

.freedom-series .freedom p.view-more {
    color: #fc0101;
    -webkit-transition: all ease 0.3;
    -o-transition: all ease 0.3;
    transition: all ease 0.3;
}

.freedom-series .freedom p.view-more:hover {
    color: #616161;
}

@media (max-width: 1024px) {
    .freedom-series ul.freedom.row li.freedom {
        -webkit-box-flex: 50%;
            -ms-flex: 50%;
                flex: 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .freedom-series ul.freedom.row li.freedom {
        -webkit-box-flex: 100%;
            -ms-flex: 100%;
                flex: 100%;
        max-width: 100%;
        padding: 25px 25px;
    }
    .freedom-series ul.freedom.row li.freedom img {
        -o-object-fit: contain;
           object-fit: contain;
        height: unset;
    }
    .freedom-series li.freedom h3 {
        text-align: center;
    }
    .freedom-series .freedom p {
        text-align: center;
    }
}

/*** END FREEDOM-SERIES CSS***/

/*** START FREEDOM SINGLE POST CSS ***/
section.freedom {
    padding-top: 80px;
}
section.freedom .freedom {
    text-align: center;
}
section.freedom .post-image img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 60%;
    height: auto;
    margin: 0 auto;
}
section.freedom .post-title h2 {
    padding: 15px 15px 0;
}
section.freedom .post-content p {
    padding: 5px 15px;
    text-align: left;
    line-height: 1.7;
}
section.freedom .post-content {
    max-width: 850px;
    margin: 0 auto;
}
section.freedom .post-content h3 {
    padding: 0;
}
section.freedom .post-content h3 p {
    text-align: center;
}

/*** END FREEDOM SINGLE POST CSS ***/


/*** START HUMAN-RIGHTS CSS***/
section.human-rights {
    padding-top: 30px;
}
ul.human.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 4px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.human-rights ul.human.row li.human {
    -webkit-box-flex: 33%;
        -ms-flex: 33%;
            flex: 33%;
    max-width: 33%;
    padding: 50px 50px;
}
.human-rights ul.human.row li.human img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
	height: 400px;
}
.human-rights h3 {
    padding: 15px 15px 0;
}
.human p {
    padding: 0 15px;
    text-align: left;
    line-height: 1.7;

}

.human-rights .human p.view-more {
    color: #fc0101;
    -webkit-transition: all ease 0.3;
    -o-transition: all ease 0.3;
    transition: all ease 0.3;
}

.human-rights .human p.view-more:hover {
    color: #616161;
}

@media (max-width: 1024px) {
    .human-rights ul.human.row li.human {
        -webkit-box-flex: 50%;
            -ms-flex: 50%;
                flex: 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .human-rights ul.human.row li.human {
        -webkit-box-flex: 100%;
            -ms-flex: 100%;
                flex: 100%;
        max-width: 100%;
        padding: 25px 25px;
    }
    .human-rights ul.human.row li.human img {
        -o-object-fit: contain;
           object-fit: contain;
        height: unset;
    }
    .human-rights li h3 {
        text-align: center;
    }
    .human-rights .human-rights p {
        text-align: center;
    }
}

/*** END HUMAN-RIGHTS CSS***/

/*** START HUMAN-RIGHTS SINGLE POST CSS ***/
#human-single-post {
    padding-top: 80px;
}
.human-rights .human-rights {
    text-align: center;
}
.human-rights .post-image img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 60%;
    height: auto;
    margin: 0 auto;
}
.human-rights .post-title h2 {
    padding: 15px 15px 0;
}
.human-rights .post-content p {
    padding: 5px 15px;
    text-align: left;
    line-height: 1.7;
}
.human-rights .post-content {
    max-width: 850px;
    margin: 0 auto;
}
.human-rights .post-content h3 {
    padding: 0;
}
.human-rights .post-content h3 p {
    text-align: center;
}

/*** END HUMAN-RIGHTS SINGLE POST CSS ***/


/*** START WILD-LIFE CSS***/
section.wild-life {
    padding-top: 30px;
}
ul.wild.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 4px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.wild-life ul.wild.row li.wild {
    -webkit-box-flex: 33%;
        -ms-flex: 33%;
            flex: 33%;
    max-width: 33%;
    padding: 50px 50px;
}
.wild-life ul.wild.row li.wild img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
	height: 400px;
}
.wild-life h3 {
    padding: 15px 15px 0;
}
.wild p {
    padding: 0 15px;
    text-align: left;
    line-height: 1.7;
}
.wild-life ul li a {
    color: #fc0101;
    -webkit-transition: all ease 0.3;
    -o-transition: all ease 0.3;
    transition: all ease 0.3;
}
.wild-life ul li a:hover {
    color: #616161;
}

@media (max-width: 1024px) {
    .wild-life ul.wild.row li.wild {
        -webkit-box-flex: 50%;
            -ms-flex: 50%;
                flex: 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .wild-life ul.wild.row li.wild {
        -webkit-box-flex: 100%;
            -ms-flex: 100%;
                flex: 100%;
        max-width: 100%;
        padding: 25px 25px;
    }
    .wild-life ul.wild.row li.wild img {
        -o-object-fit: contain;
           object-fit: contain;
        height: unset;
    }
    .wild-life li h3 {
        text-align: center;
    }
    .wild-life .wild p {
        text-align: center;
    }
}

/*** END WILD-LIFE CSS***/

/*** START WILD-LIFE SINGLE POST CSS ***/
#wild-single-post {
    padding-top: 80px;
}
.wild-life .wild-life {
    text-align: center;
}
.wild-life .post-image img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 60%;
    height: auto;
    margin: 0 auto;
}
.wild-life .post-title h2 {
    padding: 15px 15px 0;
}
.wild-life .post-content p {
    padding: 5px 15px;
    text-align: left;
    line-height: 1.7;
}
.wild-life .post-content {
    max-width: 850px;
    margin: 0 auto;
}
.wild-life .post-content h3 {
    padding: 0;
}
.wild-life .post-content h3 p {
    text-align: center;
}
#wild-single-post .post-content a {
    color: #fc0101;
    -webkit-transition: all ease 0.3;
    -o-transition: all ease 0.3;
    transition: all ease 0.3;
}
#wild-single-post a:hover {
    color: #616161;
}

/*** END WILD-LIFE SINGLE POST CSS ***/


/*** START EXHIBITION CSS***/
section.exhibition {
    padding-top: 30px;
}
section.exhibition h3 {
    padding: 15px 15px 0;
}
ul.exhibit.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 4px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
ul.exhibit.row li.exhibit {
    -webkit-box-flex: 33%;
        -ms-flex: 33%;
            flex: 33%;
    max-width: 33%;
    padding: 50px 50px;
}
ul.exhibit.row li.exhibit img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
	height: 400px;
}

.exhibit p {
    padding: 0 15px;
    text-align: left;
    line-height: 1.7;

}

.exhibit p.view-more {
    color: #fc0101;
    -webkit-transition: all ease 0.3;
    -o-transition: all ease 0.3;
    transition: all ease 0.3;
}

.exhibit p.view-more:hover {
    color: #616161;
}

@media (max-width: 1024px) {
    ul.exhibit.row li.exhibit {
        -webkit-box-flex: 50%;
            -ms-flex: 50%;
                flex: 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    ul.exhibit.row li.exhibit {
        -webkit-box-flex: 100%;
            -ms-flex: 100%;
                flex: 100%;
        max-width: 100%;
        padding: 25px 25px;
    }
    ul.exhibit.row li.exhibit img {
        -o-object-fit: contain;
           object-fit: contain;
        height: unset;
    }
    li.exhibit h3 {
        text-align: center;
    }
    .exhibit p {
        text-align: center;
    }
}

/*** END EXHIBITION CSS***/

/*** START EXHIBIT SINGLE POST CSS ***/
section.exhibit {
    padding-top: 80px;
}
section.exhibit .exhibit {
    text-align: center;
}
section.exhibit .post-image img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 60%;
    height: auto;
    margin: 0 auto;
}
section.exhibit .post-title h2 {
    padding: 15px 15px 0;
}
section.exhibit .post-content p {
    padding: 5px 15px;
    text-align: left;
    line-height: 1.7;
}

section.exhibit .post-content {
    max-width: 850px;
    margin: 0 auto;
}
section.exhibit .post-content h3 {
    padding: 0;
}
section.exhibit .post-content h3 p {
    text-align: center;
}

/*** END EXHIBIT SINGLE POST CSS ***/


/*** START ART-ON-WALL CSS***/
section.art-on-wall {
    padding-top: 30px;
}
section.art-on-wall h3 {
    padding: 15px 15px 0;
}
ul.wall.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 4px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
ul.wall.row li.wall {
    -webkit-box-flex: 33%;
        -ms-flex: 33%;
            flex: 33%;
    max-width: 33%;
    padding: 50px 50px;
}
ul.wall.row li.wall img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
	height: 400px;
}

.wall p {
    padding: 0 15px;
    text-align: left;
    line-height: 1.7;

}

.wall p.view-more {
    color: #fc0101;
    -webkit-transition: all ease 0.3;
    -o-transition: all ease 0.3;
    transition: all ease 0.3;
}

.wall p.view-more:hover {
    color: #616161;
}

@media (max-width: 1024px) {
    ul.wall.row li.wall {
        -webkit-box-flex: 50%;
            -ms-flex: 50%;
                flex: 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    ul.wall.row li.wall {
        -webkit-box-flex: 100%;
            -ms-flex: 100%;
                flex: 100%;
        max-width: 100%;
        padding: 25px 25px;
    }
    ul.wall.row li.wall img {
        -o-object-fit: contain;
           object-fit: contain;
        height: unset;
    }
    li.wall h3 {
        text-align: center;
    }
    .wall p {
        text-align: center;
    }
}

/*** END ART-ON-WALL CSS***/


/*** START ART-ON-WALL SINGLE POST CSS ***/
#wall-single-post {
    padding-top: 80px;
}
section.art-on-wall .art-on-wall {
    text-align: center;
}
section.art-on-wall .post-image img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 60%;
    height: auto;
    margin: 0 auto;
}
section.art-on-wall .post-title h2 {
    padding: 15px 15px 0;
}
section.art-on-wall .post-content p {
    padding: 5px 15px;
    text-align: left;
    line-height: 1.7;
}

section.art-on-wall .post-content {
    max-width: 850px;
    margin: 0 auto;
}
section.art-on-wall .post-content h3 {
    padding: 0;
}
section.art-on-wall .post-content h3 p {
    text-align: center;
}

/*** END ART-ON-WALL SINGLE POST CSS ***/


/*** START DESC CSS***/
section.descriptions {
    padding-top: 30px;
}
ul.desc.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 4px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
ul.desc.row li.desc {
    -webkit-box-flex: 33%;
        -ms-flex: 33%;
            flex: 33%;
    max-width: 33%;
    padding: 50px 50px;
}
ul.desc.row li.desc img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
	height: 400px;
}

.description p {
    padding: 5px 15px;
    text-align: left;
    line-height: 1.7;
}

@media (max-width: 1024px) {
    ul.desc.row li.desc {
        -webkit-box-flex: 50%;
            -ms-flex: 50%;
                flex: 50%;
        max-width: 50%;
        padding: 25px 25px;
    }
}

@media (max-width: 768px) {
    ul.desc.row li.desc {
        -webkit-box-flex: 100%;
            -ms-flex: 100%;
                flex: 100%;
        max-width: 100%;
    }
    ul.desc.row li.desc img {
        -o-object-fit: contain;
           object-fit: contain;
        height: unset;
    }
    li.desc h3 {
        text-align: center;
    }
    li.desc p {
        text-align: center;
    }
}

/*** END DESC CSS***/

/*** START DESC SINGLE POST CSS ***/
section.desc {
    padding-top: 80px;
}
.desc {
    text-align: center;
}
.post-image img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 60%;
    height: auto;
    margin: 0 auto;
}
section.desc p {
    padding: 5px 15px;
    text-align: left;
    line-height: 1.7;
}

section.desc .post-content {
    max-width: 850px;
    margin: 0 auto;
}
section.desc .post-content h3 {
    padding: 0;
}
section.desc .post-content h3 p {
    text-align: center;
}

/*** END DESC SINGLE POST CSS ***/


/*** START SINGLE POST NAV-LINKS ***/
main#primary {
    position: relative;
}
nav.navigation.post-navigation {
    position: absolute;
    top: 50%;
    width: 100%;
}
.nav-links {
    position: relative;
    font-size: 18px;
    font-family: 'Calibri', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1000px;
    margin: auto auto;
}
@media screen and (max-width: 1024px) {
    nav.navigation.post-navigation {
        top: 40%;
    }
    .nav-links {
        max-width: 767px;
    }
}
@media screen and (max-width: 767px) {
    nav.navigation.post-navigation {
        top: 225px;
    }
    .nav-links {
        max-width: 525px;
    }
}
@media screen and (max-width: 425px) {
    nav.navigation.post-navigation {
        top: 200px;
    }
}
@media screen and (max-width: 375px) {
    nav.navigation.post-navigation {
        top: 175px;
    }
}
.nav-links a {
    color: #616161;
    -webkit-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
 }
 .nav-links a:hover {
    color: #fc0101;
}
 .nav-previous {
    left: 25px;
    position: absolute;
}
.gg-chevron-right::after {
    width: 25px;
    height: 25px;
    border-bottom: 5px solid;
    border-right: 5px solid;
    top: 0;
    right: 25%
}
.gg-chevron-left::after {
    width: 25px;
    height: 25px;
    border-bottom: 5px solid;
    border-left: 5px solid;
    top: 0;
    left: 25%;
}
/*.nav-previous a::before {
    content: '\2B9C';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: transform 0.3s ease-out;
    font-size: 50px;
}*/
 .nav-next {
    position: absolute;
    right: 25px;
}
/*.nav-next a::before {
    content: '\2B9E';
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    transition: transform 0.3s ease-out;
    font-size: 50px;
}*/

/*** END SINGLE POST NAV-LINKS ***/


/*** START ABOUT THE ARTIST ***/
section.about-the-artist {
    padding-top: 80px;
}

section.artist-statement {
    padding-top: 80px;
}

section.about-the-artist .image img {
    padding: 25px 25px 0;
}

section.about-the-artist .image h3 {
    padding: 10px;
}

section.artist-statement .image img {
    padding: 25px 25px 0;
}

section.artist-statement .image h3 {
    padding: 10px;
}

section.exhibition-list {
    padding-top: 55px;
}

section.exhibition-list h3 {
    padding: 0;
    font-weight: bold;
}

section.exhibition-list .list.col-lg-6 {
    padding: 25px;
}

section.exhibition-list ul {
    list-style: none;
}

section.exhibition-list li {
    font-size: 14px;
}

section.exhibition-list a {
    color: #fc0101;
}

/*** END ABOUT THE ARTIST ***/

/* Header Styling */
.site-header {
    padding: 100px 5% 0;
    background-color: #fff;
}

.site-logo {
    max-width: 100%;
    width: 430px;
    margin-bottom: 50px;
}

.header-menu {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.header-menu li a {
    font-family: 'Calibri', sans-serif;
    font-size: 2.3rem;
    line-height: 1em;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1.80px;
    color: #616155;
}

.menu-main-menu-container {
    width: 100%;
}

.header-menu li a:hover,
.header-menu .current_page_item a {
    color: #fc0101;
}

/*.header-menu li:not(:last-child) {
    margin-right: 70px;
}*/
/* Header Styling End */

/* Footer Styling */
.footer {
	padding: 40px 5%;
	background-color: #fff;
}

.footer-name {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
	color: #454444;
}

.social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
	margin-bottom: 40px;
}

.social-media li:not(:last-child) {
    margin-right: 20px;
}

.social-media a {
    color: #454444;
    font-size: 2.3rem;
}

.footer-email,
.copyright {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 2rem;
	color: #454444;
}

.footer-email:hover,
.social-media a:hover {
	color: #fc0101;
}
/* Footer Styling End */

/* Home Styling */

.home-slider {
    padding: 80px 0;
}

.home-slider img {
    margin-bottom: 70px;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 975px;
}

.home-slider p:not(:last-child) {
    margin-bottom: 20px;
}
/* Home Styling End */


/***  START Contact Us Page ***/
section.contact {
    padding-top: 80px;
}
.contact-image {
    max-width: 50%;
    margin: 0 auto;
}
.contact-title {
	color: #616161;
    font-size: 21px;
    text-align: center;
    padding-top: 15px;
	font-family: 'Calibri', sans-serif;
}


/*** END Contact Us Page ***/


/* Media Queries */
@media screen and (max-width: 1199px) {
	.header-menu li:not(:last-child) {
		margin-right: 50px;
	}
}

@media screen and (max-width:1165px) {
    .header-menu li a {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 1024px) {
	.header-menu li:not(:last-child) {
		margin-right: 0;
		text-align: center;
	}
	
	.header-menu {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 20px;
	}
}

@media screen and (max-width: 991px) {
    section.about-the-artist .container-w.row,
    section.artist-statement .container-w.row {
        gap: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 768px) {
	.site-header {
		padding: 100px 15px 0;
	}
	
	/*.site-logo {
		margin-bottom: 30px;
	}*/
}

@media screen and (max-width: 767px) {
	.home-slider {
		padding: 50px 5%;
	}
}

@media screen and (max-width: 630px) {
    button#rmp_menu_trigger-303 {
        right: 50% !important;
        left: 50% !important; 
        -webkit-transform: translate(-50%, -50%) !important; 
            -ms-transform: translate(-50%, -50%) !important; 
                transform: translate(-50%, -50%) !important;
        top: 175px !important;
    }
    #rmp_menu_trigger-303.is-active {
        background: #fc0101;
        right: 0 !important;
        left: unset !important;
        top: 35px !important;
    }
}
/* Media Queries End */