/*
Theme Name:     enigma-child-1-0-4
Description:    
Author:         admin
Template:       enigma

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
	
body {
	margin: 0 auto !important;
	font-family: "Open Sans",sans-serif !important;
	font-size: 14px !important;
    line-height: 1.42857 !important;
}

.container h1,
.container h2,
.container h3,
.container h4,
.container h5,
.container h6 {
	color: #2d2d2d;
}

.menu-primary-menu-container {
    background-color: transparent !important;
    border: 0 none !important;
}
.navbar {
	margin-bottom: 0px !important;
}

.input-group-btn {
    display: block !important;
}

.enigma_header_breadcrum_title {
	
	margin-bottom: 30px !important;
}

.enigma_header_breadcrum_title h1 {
	font-weight: 700 !important;
}

.enigma_header_breadcrum_title .breadcrumb {
    background-color: transparent;
    border-radius: 0px !important;
    list-style: outside none none;
    margin-bottom: 10px;
    padding: 0px;
}

.head-contact-info a {
	text-decoration: none !important;
}

.navbar-collapse {
	padding-left: 0px !important;
	padding-right: 15px !important; 
}

.menu-primary-menu-container .navbar-nav > li > a {
    color: #000 !important;
}


#submeunavcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: right;
}

#submeunavcontainer ul li { display: inline; }

#submeunavcontainer ul li a
{
text-decoration: none;
text-transform: uppercase;
padding: 1rem 1.5rem;
color: #000;
background-color: #ccc;
line-height: 25px;
letter-spacing: 1px;
}

#submeunavcontainer ul li a:hover
{
color: #000;
background-color: #eee;
}

.es_caption {
	color:#ffffff;	
}

.es_lablebox {
	color:#ffffff;
}

.es_textbox_class, .es_textbox_button {
	width:100% !important;
}

.tribe-event-title a {
	color: white !important;
	text-decoration: underline;
}

.tribe-event-title a:hover {
	color: white !important;
	text-decoration: none;
}

.tribe-events-widget-link a {	
	color: white !important;
	text-decoration: underline;
}

.tribe-events-widget-link a:hover {
	text-decoration: none;
}

.tribe-event-date-start, .tribe-event-time {
	color:/*#ffffff*/ inherit;
}

.tribe-event-duration {
	color: white !important;
}

.tribe-list-widget li {
	list-style:none;
	padding-bottom:10px;
	padding-left: 0px !important;
}

.tribe-events-list-widget-events li {
	padding-left:0px;
	
}

ol {
  margin: 0;
  padding: 0;
}

.enigma_footer_widget_area {
    background: #886025 url("/wp-content/themes/enigma-child-1-0-0/images/breadcrum_bg.jpg") repeat scroll 0 0 !important;
	/*background-repeat:no-repeat !important;
	background-size:100% !important;*/
	background-size:cover !important;
	background-position:center !important;
}

.enigma_blog_wrapper {
    margin-bottom: 5px;
}

blockquote {
    border-left: 5px solid #31a3dd;
}
blockquote {
    border-left: 5px solid #fe9001 !important;
    font-size: 17.5px;
    margin: 0 0 20px;
    padding: 10px 20px;
}
blockquote {
    background-color: #f6f5f5;
}

blockquote ul li {
    font-size: 16px;
	color: #777777;
}

/*img {
    width: 100%;
    height: auto;
}*/

.firstrow {
    background-color: #f6f5f5; 
	padding:10px;
	width:100%;
}

.secondrow {
    background-color: #f6f5f5; 
	padding:10px; 
	margin-top:10px;
	width:100%;
}

p {
	text-align: justify;
}

#top-search {
	
	width:60%;
	vertical-align: bottom;
	border: none;
	box-shadow:none;
}
.menu-primary-menu-container .navbar-nav > li {
	margin-right: 0px !important;
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
	  #top-search {
		  display:none !important;		  
	  }

}


/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
	  
	  #top-search {
		  display:none !important;		  
	  }

}


/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
  
  #top-search {
		  display:none !important;		  
	  }

}


/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
  
  #top-search {
		  display:none !important;		  
	  }

}


/* ----------- Galaxy S3 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) {
	  
	  #top-search {
		  display:none !important;		  
	  }

}


/* ----------- Galaxy S4 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
	  
	  #top-search {
		  display:none !important;		  
	  }

}


/* ----------- Galaxy S5 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
	  
	  #top-search {
		  display:none !important;		  
	  }

}



/* ----------- HTC One ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
	  
	  #top-search {
		  display:none !important;		  
	  }

}

#accept_paypal_payment_form {
	border: solid 1px #000000; 
	padding:10px;
}

#accept_paypal_payment_form input[type="image"] {
	width:70px;
}




/*MR PC*/

.head-contact-info li {
	display:block; 
	font-size: 1.6rem;
	margin: 5px 0;
}

.logo .header-logo {
	display:inline; 
}

.logo p {
	text-align: center;
}

#submeunavcontainer ul {
	text-align: center !important;
}



input, button, select, textarea {
	padding:0.5rem 1rem;
	height: 38px;
	line-height: 38px;
	border: 1px solid black;
}

.form-row--1 {
	display: flex;
}

.form-row--1 .your-title {
	margin-right: 2rem;
}

.form-row--1 .your-name {
	width: 100%;
}

.form-dropdown {
	padding: 0.8rem;
}

.form-name {
	width: 100%;
}

.form-textarea {
	height: 100px;
}

.form-submit {
	background: #fe9001;
	color: black;
	border: none;
}

.form-cols {
	display: flex;
	flex-direction: column;
}

.enigma_contact_info li {
	padding: 15px 0 15px 30px;
}

.form-title--h3 {
	margin-bottom: 3rem;
	margin-top: 3rem;
}

.form-title--h3:first-child {
	margin-top: 0;
}

.cli-bar-btn_container {
	width: 30%;
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
	width: 100%;
}

.cli-style-v2 {
	width: 1200px;
}

.enigma_footer_area p {
	margin: 0 0 1rem 0;
	padding: 0;
}

#menu-footer-terms-menu {
	list-style: none;
	padding: 0;
	margin: 0 0 1rem;
	display: flex;
}

#menu-footer-terms-menu a {
	color: white;
	text-decoration: underline;
	margin: 0 1rem;
}

#menu-footer-terms-menu li:first-child a {
	margin-left: 0;
}

#menu-footer-terms-menu li:last-child a {
	margin-right: 0;
}

#menu-footer-terms-menu a:hover,
#menu-footer-terms-menu a:visited{
	text-decoration: none;
}

#latest-news h3.widget-title {
	margin-bottom:3rem;
}

body .menu-primary-menu-container .navbar-nav > li > a {
	text-transform: uppercase;
}

body .menu-primary-menu-container .navbar-nav > li > a > .fa {
	height: 100%;
	width: 15px;
}

body .menu-primary-menu-container .nav .open > a,
body .menu-primary-menu-container .nav .open > a:hover,
body .menu-primary-menu-container .nav .open > a:focus,
body .menu-primary-menu-container .nav > li > a:hover,
body .menu-primary-menu-container .nav > li > a:focus{
	background-color: #fe9001;
	border: none;
}

.latest-event__bar {
	display: block;
	background: #c02428;
	color: #fe9001;
	text-align: center;
	position: relative;
}

.latest-event__bar .ecs-event-list {
	list-style: none;
	padding: 0;
}

.latest-event__bar .duration,
.latest-event__bar .time {
	display: none;
}

/*.latest-event__bar h4.entry-title {*/
/*	line-height: 36px;*/
/*}*/

.latest-event__bar .entry-title a {
	display: flex;
	line-height: 20px;
	font-size: 16px;
	text-transform: uppercase;
	color: white;
	justify-content: center;
}

.latest-event__bar .entry-title a:hover,
.latest-event__bar .entry-title a:visited,
.latest-event__bar .entry-title a:active,
.latest-event__bar .entry-title a:focus {
	text-decoration: none;
	color: #fe9001;
}

.latest-event__text {
	display: none;
	margin-right: 5px;
}

@media screen and (max-width: 767px) {
	.navbar-header .navbar-toggle {
		margin-top: 1px;
		margin-right: 0;
		margin-bottom: 0;
		border-radius: 0;
	}

	.navbar-container .collapse.in {
		position: absolute;
		z-index: 999;
		background: white;
		width: 100%;
	}

	body .navbar-container {
		width: 100%;
		position: relative;
	}

	body .navigation_menu {
		border-top: none;
	}

	.navbar-container .ghs-navbar,
	.navbar-container .ghs-navbar:hover,
	.navbar-container .ghs-navbar:focus,
	.navbar-container .ghs-navbar:active,
	.navbar-container .ghs-navbar.active,
	.open .dropdown-toggle.navbar-container .ghs-navbar {
		background-color: #fe9001;
		outline: none;
		border-radius: 0;
		border: none;
	}

	.navbar-container .ghs-navbar {
		border: none;
		border-radius: unset;
		display: flex;
		height: 40px;
	}

	.ghs-navbar .mobile-menu__bars {
		font-size: 3rem;
		color: #2d2d2d;
	}

	.menu-primary-menu-container .navbar-nav > li > a {
		padding: 15px 30px 15px 10px;
		border-bottom: 1px solid #ccc;
	}

	.menu-primary-menu-container .dropdown-menu > li > a {
		padding-top: 15px;
		padding-bottom: 15px ;
	}

	.menu-primary-menu-container .navbar-nav > li:last-child > a {
		/*border-bottom: none;*/
	}

	.navbar-container .navbar-nav {
		margin:0;
	}

	.navbar .navbar-collapse {
		margin-top: 0px;
	}

	.navbar-collapse .dropdown .fa.fa-angle-down {
		padding: 0.5rem;
		margin-right: -20px;
		height: 30px;
		width: 30px;
	}
}

@media screen and (min-width: 768px)
{
	body .navbar {
		min-height: 48px;
	}

	body .navbar-container {
		width: 100%;
	}

	.btn.btn-primary.ghs-navbar {
		display: none;
	}

	#menu {
		display: block;
	}

	#menu-primary-menu {
		display: flex;
		width: 100%;
		background-color: #fe9001;
		justify-content: space-between;
	}

	.navbar-collapse .dropdown .fa.fa-angle-down {
		padding: 0 0.5rem;
		margin-right: 0;
		height: auto;
		width: auto;
	}

	body .menu-primary-menu-container .navbar-nav > li > a {
		font-weight: 600;
		font-size: 14px;
		padding: 10px;
	}

	body .menu-primary-menu-container .navbar-nav > li:first-child > a {
		padding-left: 15px;
	}

	body .menu-primary-menu-container .navbar-nav > .active > a,
	body .menu-primary-menu-container .navbar-nav > .active > a:hover,
	body .menu-primary-menu-container .navbar-nav > .active > a:focus,
	body .menu-primary-menu-container .navbar-nav > li > a:hover,
	body .menu-primary-menu-container .navbar-nav > li > a:focus,
	body .menu-primary-menu-container .navbar-nav > .open > a,
	body .menu-primary-menu-container .navbar-nav > .open > a:hover,
	body .menu-primary-menu-container .navbar-nav > .open > a:focus {
		font-size: 14px !important;
		font-weight: 600 !important;
		box-shadow: none !important;
	}

	body .menu-primary-menu-container .navbar-nav > .active > a,
	body .menu-primary-menu-container .navbar-nav > .active > a:hover,
	body .menu-primary-menu-container .navbar-nav > .active > a:focus {
		font-weight: 600 !important;
		border-bottom: 8px solid #444444;
	}

	body .menu-primary-menu-container .navbar-nav > li > a > .fa {
		margin-left: 8px;
	}

	.menu-primary-menu-container .navbar-collapse,
	.menu-primary-menu-container .navbar-form {
		background: #fe9001;
		margin-bottom: 0;
	}

	.enigma_footer_widget_area p,
	.enigma_footer_widget_column ul li,
	.enigma_footer_widget_column ul#recentcomments li a {
		font-size: 14px;
	}

	.navbar-nav > li > .dropdown-menu {
		min-width: 300px;
	}

	.form-cols {
		flex-direction: row;
	}

	.form-col {
		margin: 0 1rem;
	}

	.enigma_post_date span.date {
		font-size: 14px;
		line-height: 28px;
	}

	#instagram-widget h3.widget-title { margin-bottom: 3rem; }

	.latest-event__text {
		display: block;
	}

	.latest-event__bar .entry-title a:before {
		content: 'Upcoming Event: ';
		font-weight: normal;
		margin-right: 5px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	body .menu-primary-menu-container .navbar-nav > li > a {
		font-size: 1rem;
		padding: 10px 8px;
	}

	body .menu-primary-menu-container .navbar-nav > .active > a,
	body .menu-primary-menu-container .navbar-nav > .active > a:hover,
	body .menu-primary-menu-container .navbar-nav > .active > a:focus,
	body .menu-primary-menu-container .navbar-nav > li > a:hover,
	body .menu-primary-menu-container .navbar-nav > li > a:focus,
	body .menu-primary-menu-container .navbar-nav > .open > a,
	body .menu-primary-menu-container .navbar-nav > .open > a:hover,
	body .menu-primary-menu-container .navbar-nav > .open > a:focus {
		font-size: 1rem !important;
	}

	body .menu-primary-menu-container .navbar-nav > li > a > .fa {
		margin-left: 1px;
	}
}

@media only screen and (min-width: 1024px) {
	.logo p {
		text-align: left;
	}
}

.soneri_sangat_video_container iframe { width: 100%;  max-width: 450px;  height: 253px;  max-height: unset; margin: 0 auto; }

@media screen and (min-width: 768px) {
  .carousel-indicators {
	  display: none !important;
    bottom: 0 !important;
  }
}

/*MR PC*/




