/*
Theme Name: society
Author: webcreation
*/

@import url('https://fonts.googleapis.com/css?family=Maven+Pro:700');
@import url('https://fonts.googleapis.com/css?family=Mukta');
@import url('https://fonts.googleapis.com/css?family=Comfortaa:700');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans');
body {
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	font-family: 'Nunito Sans', sans-serif;
	letter-spacing: 0px;
	color: #444;
	margin: 0;
}

.container {
	margin: 0px auto;
	max-width: 1250px;
}

.top-header {
	background: #a9a9a9;
}

.top-header ul {
	padding: 0;
	margin: 0;
}

.top-header li {
	list-style: none;
	display: inline;
}

.top-header li a {
	text-decoration: none;
	display: inline-block;
	color: #000;
	padding: 5px 6px;
	font-size: 14px;
	font-family: 'Comfortaa', cursive;
}

.logo {
	text-align: center;
}

.logo img {
	margin: 5px 0px;
	width: 80%;
}

.logo-text {
	padding: 27px 0px 0px;
}

.logo-text h1 {
	font-size: 24px;
	font-family: 'Maven Pro', sans-serif;
	color: #000000;
}

.logo-text h4 {
	color: #484948;
	font-size: 16px;
	font-family: 'Comfortaa', cursive;
}

.nav-menu {
	background: #3c1f6a;
}

.nav-menu ul {
	padding: 0px;
	margin: 0px;
}

.nav-menu li {
	display: inline;
	list-style: none;
	/* margin: 0px; */
	position: relative;
}

.nav-menu li a {
	font-size: 14px;
	text-transform: capitalize;
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	border-right: 1px solid #7b5cad;
	padding: 11px;
	font-family: 'Comfortaa', cursive;
}

.nav-menu li:hover a {
	color: #0093dc;
}

.nav-menu li:last-child a {
	border-right: none;
}

.nav-menu ul li ul{
    padding:0;
	margin: 0px;
    background: #fff;
    width: 200px;
    display: none;
    position: absolute;
    left: 0;
    z-index: 150;
}
.nav-menu li ul li a {
	font-size: 14px;
	text-transform: capitalize;
	display: block;
	color: #000;
	text-decoration: none;
	border-right: none;
	padding: 6px 20px;
	margin:0px;
}

.nav-menu ul li:hover ul{
	display:block;
}

.white-bg {
	position: relative;
	margin: -50px 0px 0px;
}

.box {
	background: #0093dd;
	padding: 15px 15px;
	text-align: center;
	height: 320px;
	border-radius: 20px;
	box-shadow: 0px -2px 10px #444;
}

.white-bg .col-md-4:nth-child(2) .box {
	background: #3c1f6a;
}
.white-bg .col-md-4:nth-child(3) .box {
	    background: #911477;
}

.box h1 {
	color: #ffffff;
	text-align: center;
	padding: 7px 0px;
	font-family: 'Maven Pro', sans-serif;
	font-size: 30px;
}

.box p {
	color: #fff;
	font-size: 14px;
}

.box .read-btn {
	border: 2px solid #ffffff;
	padding: 4px 0px;
	margin: 0 auto;
	display: block;
	width: 110px;
	color: #ffffff;
	text-decoration: none;
	border-radius: 40px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 14px;
	    transition: all ease-in-out,0.5s;
}

.box .read-btn:hover {
	border: 2px solid #000;
	color: #000;
}

.box ul {
	padding: 0;
	margin: 0
}

.box li {
	list-style: none;
	display: block;
	border-bottom: 1px dashed #6c6c6c;
	margin: 5px 0px;
	padding: 5px 0px;
}

.box li a strong {
	color: #fff;
	border-bottom: 1px solid #eee;
	display: block;
	margin: 0px 0px 10px;
	padding-bottom: 5px;
}

.box li a p {
	color: #fff;
	font-size: 13px;
	text-align: justify;
	line-height: 22px;
}
.box li a:hover{    text-decoration: none;
    text-shadow: 0px 0px 2px #fff;}

.date {
	border-right: 1px dotted #7e7e7e;
	padding: 7px 0px;
	color: #fff;
	font-size: 12px;
}

.event-text span {
	color: #fff;
}

.ext {
	padding: 50px 0px;
}

.ext h1 {
	font-family: 'Maven Pro', sans-serif;
	text-align: center;
	color: #000;
	font-size: 35px;
}

.mem-box {
	border-right: 1px solid #eee;
	padding: 0px 18px 0px;
	text-align: center;
	height: auto;
}

.mem-box h2 {
	font-size: 24px;
	font-weight: 900;
	margin: 7px 0px 2px;
}

.mem-box h3 {
	font-size: 17px;
	margin: 0px 0px 5px;
	color: #0093dd;
	font-weight: 900;
}

.mem-box img {
	border-radius: 140px;
	border: 3px solid #ffffff;
	box-shadow: 0px 0px 5px #d2d2d2;
}

.ext .col-md-3:last-child .mem-box {
	border-right: none;
}

.ext .view-btn {
	border: 2px solid #0093dd;
	padding: 7px 0px;
	margin: 0 auto;
	display: block;
	width: 110px;
	color: #000000;
	text-decoration: none;
	border-radius: 40px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 14px;
	text-align: center;
	font-weight: 900;
	line-height: 26px;
}

.ext .view-btn:hover {
	border: 2px solid #000;
	color: #000;
}

.mem-box a {
	color: #006193;
	text-decoration: none;
	font-family: 'Comfortaa', cursive;
}



.mem-box p {
	font-size: 14px;
	padding: 10px 0;
}

.gallery {
	padding: 10px 0px 30px;
}

.gallery h1 {
	font-family: 'Maven Pro', sans-serif;
	text-align: center;
	color: #000;
	font-size: 35px;
}

.gallery .g-pic {
	border: 2px solid #fff;
}

.location {
	padding: 10px;
	    background: #f5f5f5;
    border: 1px solid #e1e1e1;
}

.location h1 {
	font-family: 'Maven Pro', sans-serif;
	text-align: left;
	color: #000;
	font-size: 35px;
}

.feedback {
	background: #0093dd;
	padding: 15px;
}

.feedback h1 {
	font-family: 'Maven Pro', sans-serif;
	text-align: left;
	color: #fff;
	font-size: 35px;
}

.feedback label {
	width: 100%;
	font-size: 14px;
	color: #fff;
}

.feedback input {
	width: 100%;
	padding: 10px;
	border: 1px solid #e1e1e1;
}

.feedback textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #e1e1e1;
	height: 150px;
}

.feedback [type=submit] {
	background: #000;
	border: none;
	width: 100%;
	color: #fff;
	    transition: all ease-in-out,0.5s;
}

.feedback [type=submit]:hover {
    background: #bebebe;
    border: none;
    width: 100%;
    color: #000;
}

.footer-bg {
	background: #151515;
	margin: 30px 0px 0px;
	padding: 40px 0px;
}

.foot .col-md-10 {
	color: #fff;
	font-family: 'Comfortaa', cursive;
	position: relative;
	top: 10px;
}

.footer-bg span {
	color: #ffffff;
	font-family: 'Comfortaa', cursive;
}

.foot-menu ul {
	padding: 0px;
	margin: 0px;
}

.foot-menu li {
	display: inline;
	list-style: none;
	/* margin: 0px; */
	position: relative;
}

.foot-menu li a {
	font-size: 14px;
	text-transform: capitalize;
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	border-right: 1px solid #a1a1a1;
	padding: 6px 9px;
	line-height: 0;
	margin: 20px 0px;
	font-family: 'Comfortaa', cursive;
}

.foot-menu li:hover a {
	color: #0093dd;
}

.foot-menu li:last-child a {
	border-right: none;
}

.info ul {
	padding: 0;
	margin: 12px 5px 0px;
}

.info li {
	list-style: none;
	display: block;
}

.info li a {
	color: #0093dd;
	font-family: 'Comfortaa', cursive;
}

.visit {
	text-align: right;
	position: relative;
	top: -9px;
}

.content-area {
	    background: #fff;
    padding: 50px 0px;
}

.entry-title {
	text-transform: capitalize;
	margin: 0px 0px 0px;
	text-align: left;
	font-size: 32px;
	font-family: 'Maven Pro', sans-serif;
	color: #0094e1;
}

.attachment-full {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.entry-content {
	padding: 20px 15px;
	text-align: justify;
	line-height: 28px;
}

.entry-content img{
	    border: 1px solid #444;
}

.entry-content p {
	line-height: 25px;
	color: #000;
	text-align: justify;
	font-size: 15px;
}

.nav-menu-2 {
	border: 5px double #779b2f;
	background-image: url(img/body-background.png);
}

.nav-menu-2 ul {
	padding: 0px;
	margin: 0px;
}

.nav-menu-2 li {
	display: block;
	list-style: none;
	/* margin: 0px; */
	position: relative;
}

.nav-menu-2 li a {
	font-size: 15px;
	text-transform: capitalize;
	display: block;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #779b2f;
	letter-spacing: 1px;
	padding: 6px 10px;
	line-height: 32px;
	margin: 0px 10px;
	font-family: 'Comfortaa', cursive;
}

.nav-menu-2 li:hover a {
	color: #aae13c;
}

.nav-menu-2 li:last-child a {
	border-bottom: none;
}

table {
	width: 100%;
}

table th {
	text-align: center;
	padding: 10px;
	background: #a50505;
	color: #fff;
	border: 1px solid #fff;
}

table tr td {
	padding: 10px 10px;
	text-align: left;
	color: #444;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #eee;
}

.wp-block-table img {
    height: auto;
    width: auto;
}

table tr td img {
	width: 50%;
}

table tr:nth-child(2n+1) {
	background: rgba(102, 102, 102, 0.05);
}

.entry-content ul {
	padding: 0;
	margin: 0;
	text-align: right;
}

.entry-content li {
	list-style: none;
}

.entry-content li a {
	color: #000000;
    font-weight: 400;
    font-size: 15px;
}

.entry-content #rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item {
	width: 222px !important;
	margin: 10px 8px !important;
	border: 5px double #0093dd;
}

.entry-content #rl-gallery-container-2 .rl-basicgrid-gallery .rl-gallery-item {
	width: 222px !important;
	margin: 10px 8px !important;
	border: 5px double #0093dd;
}

.entry-content .rl-basicgrid-gallery .rl-gallery-item img {
	max-width: 100%;
	display: inline-block;
	width: 100% !important;
	height: auto !important;
}


.feedback h1 {
	font-family: 'Maven Pro', sans-serif;
	text-align: left;
	color: #fff;
	font-size: 35px;
}

.con-form h2{
	    font-family: 'Maven Pro', sans-serif;
}

.con-form label {
	width: 100%;
	font-size: 14px;
	color: #000;
}

.con-form input {
	width: 100%;
	padding: 10px;
	border: 1px solid #e1e1e1;
}

.con-form textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #e1e1e1;
	height: 150px;
}

.con-form [type=submit] {
	background: #000;
	border: none;
	width: 100%;
	color: #fff;
	    transition: all ease-in-out,0.5s;
}

.con-form [type=submit]:hover {
    background: #bebebe;
    border: none;
    width: 100%;
    color: #000;
}

.con-info{
	background: #f3f3f3;
    padding: 20px 20px;
    line-height: 32px; 
}



.menu-bar,
.close2 {
	display: none;
}

@media only screen and (max-width: 768px) {
	body {
		font-size: 16px;
	}
	.container {
		width: 97%;
		margin: auto;
		overflow: hidden;
	}
	.menu-bar {
		padding: 0px 0px 5px;
		margin: 0px 0px !important;
		border-radius: 0px;
		background-image: url(img/pattern-bar.jpg);
		/* height: 63px; */
		text-align: right;
	}
	.menu-bar {
		margin: 0px 0px 0px;
		color: #fff;
		display: block;
		z-index: 10000;
		width: 100% !important;
		position: relative !important;
	}
	.menu-bar h2 {
		float: left;
		margin: 6px 5px 0px 0px;
		color: #ffffff;
		font-size: 16px;
		font-family: 'Play', sans-serif;
		font-weight: 600;
		width: 88%;
	}
	.content-area .menu-bar i {
		color: #000;
	}
	.content-area .menu-bar h2 {
		color: #000;
	}
	.menu-bar i {
		color: #eeffca;
	}
	.menu-bar:hover i {
		color: #eeffca;
	}
	.close {
		color: #fff;
		padding: 10px;
		display: block;
		font-size: 25px;
		margin-left: 80%;
	}
	.menu-toggle {
		display: block !important;
	}
	.nav-menu {
		height: 100%;
		padding: 0px 4%;
		position: fixed;
		overflow-y: scroll;
		width: 100% !important;
		z-index: -1;
		right: -104%;
		transition: all 0.5s;
		display: block;
		top: 0px;
		margin: 0;
		border-top: none;
		border-bottom: none;
	}
	.menushow {
		right: 0%;
		z-index: 100000;
	}
	.close2 {
		display: block;
		color: #779b2f;
		padding: 10px 0px;
		font-size: 28px;
		float: right;
	}
	.nav-menu {
		text-align: left;
	}
	.nav-menu ul {
		padding-left: 0px;
	}
	.nav-menu ul li {
		display: block;
		float: left;
		width: 100%;
	}
	.nav-menu ul li a {
		display: block;
		font-size: 13px;
		text-transform: uppercase;
		color: #343a40;
		text-decoration: none;
		padding: 3px 10px 5px;
		border-right: none;
		border-bottom: 1px solid #779b2f;
		line-height: 30px;
		margin: 0px;
	}
	.logo img {
		margin: 15px 0px;
		width: 232px;
	}
	.logo-text {
		padding: 5px 0px 0px;
		text-align: center;
	}
	.border-bg {
		height: auto !important;
	}
	.white-bg {
		width: 100%;
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.logo-text h1 {
		font-size: 22px;
	}
	.logo-text h4 {
		font-size: 16px;
	}
	.white-bg a {
		padding: 12px 20px;
		width: 160px;
	}
	.slider .col-md-9 {
		padding: 0px 10px !important;
	}
	.foot {
		background: #6d8834;
		margin: 0 auto;
		width: 100%;
		padding: 10px;
		text-align: center;
	}
	.visit {
		text-align: center;
		position: relative;
		top: 0px;
	}
	.entry-title {
		margin: 20px 0px 0px;
		font-size: 32px;
		text-align: center;
	}
	.entry-content #rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item {
		width: 100% !important;
		margin: 5px 0px !important;
		border: 5px double #0093dd;
	}
	.content-area {
		padding: 10px;
	}
	table tr td {
		padding: 5px;
		font-size: 10px;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.logo img {
		width: 100px;
	}
	.logo-text {
		padding: 20px 0px 0px;
		text-align: left;
	}
	.logo-text h1 {
		font-size: 17px;
	}
	.logo-text h4 {
		font-size: 15px;
	}
	.menu-bar,
	.close2 {
		display: none;
	}
	.nav-menu {
		height: 100%;
		padding: 0px 0px;
		position: relative;
		overflow-y: initial;
		width: 100% !important;
		z-index: 0;
		right: 0px;
		top: 0px;
		margin: 0;
	}
	.nav-menu ul li a {
		display: block;
		font-size: 8px;
		text-transform: uppercase;
		color: #343a40;
		text-decoration: none;
		padding: 3px 10px 3px;
		border-right: none;
		border-bottom: 1px solid #779b2f;
		line-height: 21px;
		margin: 0px;
	}
	.nav-menu ul li a {
		color: #fff !important;
	}
}