@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,500,500i,600,600i,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
body {
	margin:0;
	padding:0;
	font-family: 'Playfair Display', serif;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
background: none;
    border: 1px solid #eee;
    color: #444;
    font-size: 14px;
    line-height: normal;
    margin: 0 0 25px;
    padding: 12px 20px;
    width: 100%;
    outline: 0;
    font-family: 'Open Sans', sans-serif;
}
select, input[type="date"] {
	padding: 14px 17px;
}
input[type="submit"] {
color: #fff;
    background: #0080ff;
    text-transform: uppercase;
    border: none;
    padding: 10px 40px;
    font-size: 14px;
    border: 0;
    letter-spacing: 0.5px;
    cursor: pointer;
    outline: none;
    font-family: 'Open Sans', sans-serif;
}
input[type="submit"]:hover {
	background:#dc104e;
	color:#fff;
	transition:0.8s;
}
textarea {
    height: 150px;
    margin-bottom: 22px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
    font-family: 'Playfair Display', serif;
    color: #111;
    font-weight: 600;
    text-transform: inherit;
    letter-spacing: 0.8px;
}
h1 {
	font-size:35px
}
h2 {
	font-size:30px
}
h3 {
    font-size: 24px;
}
h4 {
	font-size:22px
}
h5 {
	font-size:20px
}
h6 {
	font-size:18px
}
p {
padding: 0;
    margin: 0 0 10px 0;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 24px;
}
ul, li, a {
    list-style-type: none;
    font-family: 'Open Sans', sans-serif;
    color: #555;
    line-height: 24px;
	font-size:14px;
}
a:hover {
	transition:0.8s;
	text-decoration:none;
}
span{
font-family: 'Open Sans', sans-serif;
}
.heading {
margin-bottom: 25px;
    font-size: 25px;
    letter-spacing: 0;
    text-transform: uppercase;
}
.zoomeffect {
	overflow: hidden;
	position:relative;
}
.zoomeffect img {
	transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
	transform: scale(1.1);
}




.leftsidebar{
background: #fff;
    padding: 40px 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    position: fixed;
    left: 0;
    width: 25%;
    overflow-x: scroll;
    height: 100%;
}
.leftsidebar .logo{
margin-bottom:40px;
}
.leftsidebar .col-sm-3{
padding-left:0;
}
.leftsidebar img{
display:block;
margin:0 auto;
}

.sidebarartcl {
    margin: 30px 0;
}
.sidebarartcl ul li a {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    padding: 14px 0;
    line-height: 16px;
    letter-spacing: 1px;
    border-bottom: solid 1px #eee;
    font-family: 'Playfair Display', serif;
}
.sidebarartcl ul li a:hover{
color:#0080ff;
}
..menubar-mobile{
display:none;
}	
.newsletter p {
    margin: 0 0 20px;
}
.newsletter input[type="submit"] {
    width: 100%;
}
.socialicon ul li {
    display: inline-block;
    margin-right: 10px;
}
.socialicon ul li a {
    width: 40px;
    height: 40px;
    color: #fff;
    display: block;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
}
.socialicon ul li:first-child a{
background:#3b5998;
}
.socialicon ul li:nth-child(2) a{
background:#00acee;
}
.socialicon ul li:nth-child(3) a{
background:#3f729b;
}
.socialicon ul li:last-child a{
background:#0080ff;
}




.rightsidebar .col-sm-9 {
    padding: 0;
}
.banner {
    background: url(../images/VagueB.jpg);
    padding: 80px 0;
    text-align: center;
    background-size: cover;
}
.banner h2 {
    color: #fff;
}
.home .graylightbg, .home .graybg{
	padding:50px 30px;
}
.graylightbg, .graybg{
padding:30px;
}
.graylightbg{
background:#fdfdfd;
}
.graybg{
background:#f8f8f8;
}
.bio img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.bio .readmore {
    text-decoration: underline;
}
.homearticle .graylightbg {
    padding: 40px 30px;
}
.homearticle .articlelist{
box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.16);
margin-bottom:15px;
}
.article-slider{
padding-top:60px;
}
.article-slider img{
width:100%;
}
.homearticle button {
	border: none;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	position: absolute;
	right: 0;
	top:0;
	z-index: 999;
	outline: none;
}
.homearticle button.slick-prev.slick-arrow {
    background: url(../images/left-arrow.png) no-repeat center;
    left: 92%;
}
.homearticle button.slick-next.slick-arrow {
	background: url(../images/right-arrow.png) no-repeat center;
	right:0;
}
.homeblog-list {
    border: solid 1px #eee;
}
.homeblog-box {
    padding: 18px;
    min-height: 200px;
    max-height: 200px;
}
.homeblog-list img {
    width: 100%;
    height: 215px;
    object-fit: cover;
}
.homeblog-list span.author {
    display: block;
}
.homeblog-list span.author strong {
    color: #0080ff;
    text-transform: uppercase;
}
.homeblog-list h3 {
    margin: 0 0 12px;
}
.homeblog-list h3 a {
    font-size: 20px;
    font-family: 'Playfair Display', serif;
}
.homeblog-list p{
margin:0;
}

.homevariations .graybg {
    padding: 50px 30px 25px;
}
.homevariations .heading{
    font-family: 'Playfair Display', serif;	
}
.variations-list{
margin:15px 0;
}
.variations-list img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.homevariations .ngg-galleryoverview {
    margin: 0 !important;
}
.homevariations .ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
    height: 220px;
    object-fit: cover;
}



footer{
background:#101010;
padding:30px 0;
text-align:center;
}
footer p, footer p a{
color:#bebebe;
}
footer p{
margin:20px 0 0;
}

#GoToTop {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 99999999;
	padding: 0;
    background: #101010;
    border: 1px solid #3e3e3e;
	width: 45px;
	height: 45px;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding-top: 7px;
}
#GoToTop .fa {
	display: block;
	padding-bottom: 3px;
}
#GoToTop:hover {
	background: #0f87ff;
}

.container-fluid .col-sm-9 {
    padding: 0;
}

.inner-banner img {
    width: 100%;
    height: auto;
}
.inner-heading {
padding: 15px 25px;
    background: #0080ff;
    color: #fff;
    margin: 0 0 25px;
}
.inner-heading, .inner-heading p, h2.inner-heading a {
    font-size: 18px;
    font-weight: normal;
}
.inner-heading p {
    margin: 0;
    color: #fff;
}
.inner-heading p a {
    display: none;
}
p#breadcrumbs span a {
    display: none;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {
    display: block !important;
    width: 33.333% !important;
    float: left !important;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
    width: 100% !important;
}
.ngg-navigation a.page-numbers, .ngg-navigation a.next, .ngg-navigation a.prev, .ngg-navigation span.page-numbers, .ngg-navigation span.next, .ngg-navigation span.prev, .ngg-navigation span.current {
    background: none !important;
    border: solid 1px #ddd !important;
    color: #111 !important;
    width: 35px !important;
    height: 35px !important;
    padding: 6px 0 0 0 !important;
    margin: 0 3px;
    float: left;
}
.page-id-19 .ngg-navigation a.page-numbers:hover, .page-id-19 .ngg-navigation span.page-numbers:hover, .page-id-19 .ngg-navigation span.current:hover {
    background: #0080ff !important;
    color: #fff !important;
}
.ngg-navigation span.current {
  background: #0080ff !important;
 color: #fff !important;	
}


.lienspoets h3 {
    margin: 25px 0;
}
.lienspoets ul li {
    border: solid 1px #eee;
    padding: 10px;
    margin: 10px 0;
    cursor: grab;
}
.lienspoets ul li h5 {
    margin: 0 0 3px;
}
.lienspoets ul li:hover {
    border-color: #0080ff;
}
.lienspoets ul li:hover h5 a, .lienspoets ul li h5 a:focus{
   color: #dc104e;
}

.rtbs img {
border: solid 1px #eee;
    margin: 5px !important;
    width: 48%;
    display: inline-block;
    height: 320px;
    object-fit: contain;
    padding: 10px;
}
.rtbs>.rtbs_content ul, .rtbs>.rtbs_content ol {
    margin-left: 0 !important;
}
.rtbs {
    margin: 30px 0 !important;
}

.singlepost-cat {
    border-top: solid 1px #ddd;
    margin-top: 20px;
    padding-top: 20px;
}
.singlepost-cat p {
    font-weight: 600;
    margin: 0;
}
.posted {
    font-weight: 600;
    display: block;
    margin-top: 25px;
}

.artcl-mobile{
		display:none;
}


@media only screen and (max-width:1199px){
.inner-heading {
    padding: 10px 25px;
}
article.post h2 a {
    font-size: 20px;
}
}

@media only screen and (max-width:991px){
.heading {
font-size: 18px;
}
.sidebarartcl ul li a {
    font-size: 15px;
    letter-spacing: 0.4px;
}
.socialicon ul li {
    margin-right: 3px;
}
.socialicon ul li a {
    padding-top: 8px;
}
.variations-list img {
    height: 210px;
}
.homeblog-box {
    padding: 15px;
    min-height: 255px;
    max-height: 225px;
}
.article-slider img {
    width: 100% !important;
}
.homearticle button.slick-prev.slick-arrow {
    left: 90%;
}
.lienspoets .col-sm-6 {
    width: 100%;
}
.lienspoets h3 {
    margin: 8px 0 15px;
    font-size: 20px;
}	
}
@media only screen and (max-width:767px){
.heading {
    margin-bottom: 20px;
}
.menubar-desktop{
display:none;
}
.menubar-mobile{
display:block;
}	
.leftsidebar {
    padding: 10px 15px;
    position: relative;
    width: 100%;
    height: auto;
    overflow-x: inherit;
}
.leftsidebar .logo {
    margin-bottom: 10px;
}
.leftsidebar .logo img {
    width: 80px;
}	
.newsletter p {
    margin: 0;
}
.banner {
    padding: 40px 0;
}
.banner h2 {
    margin: 0;
    font-size: 25px;
}
.home .graylightbg, .home .graybg {
    padding: 40px 15px;
}
.bio img {
    height: auto;
    margin-top: 20px;
}
.homeblog-list {
    margin: 15px 0;
    padding: 15px;
}
.homeblog-box {
    padding: 20px 0 0;
    min-height: auto;
    max-height: initial;
}
.homeblog-list img {
    width: auto;
    height: auto;
    object-fit: cover;
}
.homeblog .graylightbg {
    padding-bottom: 30px;
}
.variations-list img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
	.artcl-desktop{
		display:none;
	}
	.artcl-mobile{
		display:block;
	}	
.sidebarartcl {
    margin: 10px 0;
}	
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
    padding: 11px 20px;
    border: 1px solid #eee;
}
.homevariations .col-sm-4 {
    width: 50%;
    float: left;
}	
footer {
    padding: 30px 15px;
}
.graylightbg, .graybg {
    padding: 30px 15px;
}	
.inner-heading {
    padding: 10px 25px;
    margin: 0 0 20px;
}	
.singlepost h2 {
    font-size: 20px;
}	
.sidebarartcl ul li a:hover {
    color: #fff;
}
.newsletter{
		display:none;
}
.socialicon{
		display:none;
}
.graylightbg, .graybg {
    padding: 15px;
}	
}
@media only screen and (max-width:568px){
.banner h2 {
    font-size: 20px;
}
.homearticle button.slick-prev.slick-arrow {
    left: 88%;
}
.article-slider img {
    width: auto !important;
    margin: 0 auto;
}	
.rtbs img {
    width: 100%;
	margin: 5px 0 !important;
    height: auto;
    object-fit: inherit;
    padding: 10px;
}	
.rtbs>.rtbs_content {
    padding: 15px 15px 1px !important;
}
.rtbs_full .rtbs_menu li.mobile_toggle {
    padding: 11px 15px 4px 15px !important;
}	
}
@media only screen and (max-width:414px){
.heading {
    margin-bottom: 15px;
}	
.socialicon ul li a {
    padding-top: 6px;
    width: 35px;
    height: 35px;
}	
.homeblog-list img {
    margin: 0 auto;
    display: block;
}
.homeblog-box {
    text-align: center;
}
.homevariations .col-sm-4 {
    width: 100%;
}	
.variations-list {
    margin: 7px 0;
}
.homearticle button.slick-prev.slick-arrow {
    left: 83%;
}	
.heading {
    font-size: 16px;
}	
.inner-heading {
    padding: 8px 18px;
}	
.inner-heading, .inner-heading p, h2.inner-heading a {
    font-size: 15px;
}	
footer p {
    margin: 15px 0 0;
}	
.homevariations .ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
    height: 100px;
}	
.graylightbg, .graybg {
    padding: 0 15px 15px;
}	
}
@media only screen and (max-width:375px){
.banner {
    padding: 30px 0;
}
.homearticle button.slick-prev.slick-arrow {
    left: 80%;
}
footer img {
    width: 95px;
}	
.banner h2 {
    font-size: 17px;
}	
}