#wrapper{
	background: #ffffff;
} 
/*  header contact info section ***/
.header_section{
	background-color:white;
	color:#fff;
}
/** navbar menus ***/
.navigation_menu{
	background-color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
.dropdown-menu .active a {	
	background-color: red;
}
.collapse ul.nav li.current-menu-parent .dropdown-toggle, .collapse ul.nav li.current-menu-item .dropdown-toggle,
.navbar-default .navbar-collapse ul.nav li.current-menu-parent .dropdown-toggle,.navbar-default .navbar-collapse ul.nav li.current-menu-item .dropdown-toggle
.collapse ul.nav li.current_page_ancestor .dropdown-toggle,.collapse ul.nav li.current_page_ancestor .dropdown-toggle,
.navbar-default .navbar-collapse ul.nav li.current_page_ancestor .dropdown-toggle,.navbar-default .navbar-collapse ul.nav li.current_page_ancestor .dropdown-toggle
{
	background-color: red;
	box-shadow: 3px 3px 0 rgba(201, 201, 201, 1);
	color: #fff !important;
	border-radius:0px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color: red;
}

.navbar-default .navbar-nav > li > a {
	background-color: whitesmoke;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: red;
}

.dropdown-menu {
	background-color: red;
}
/** headings titles css ***/
.enigma_heading_title h3 {
	border-bottom: 4px solid red;
	color: #3b3b3b;
}
.enigma_heading_title2 h3 {
	border-bottom: 2px solid red;
	color: #3b3b3b;
}
/** slider css ***/
.carousel-list li {
	background:red;
}

/** service  section css ***/
.enigma_service_iocn{
	border: 4px solid red;
	background-color:red;
	background-size: 100% 200%;
	background-image: linear-gradient(to bottom, red 50%, #fff 50%);
}
.enigma_service_area:hover .enigma_service_iocn i {
	color:red;
}
.enigma_service_area:hover .enigma_service_iocn{background-color:#ffffff;}
.enigma_service_iocn_2 i{
	background: #fff;
	border: 4px solid red;
}
.enigma_service_iocn_2 i{
	color: red;
	background-size: 100% 200%;
	background-image: linear-gradient(to bottom, #fff 50%, red 50%);
 }


/****************portfolio css ********************************************************
********************************************************************************/

.enigma_home_portfolio_showcase .enigma_home_portfolio_showcase_icons a {
	background-color: red;
	border:2px solid red;
	color:#fff;
}
.enigma_home_portfolio_showcase .enigma_home_portfolio_showcase_icons a:hover{
	background-color: #ffffff;
	border:2px solid red;
	color:red;
}
.enigma_home_portfolio_caption {
	border-left:1px solid #ccc;
	border-bottom:4px solid red;
	border-right:1px solid #ccc;
}

.enigma_home_portfolio_caption:hover{
    background: red;
}
.enigma_home_portfolio_caption:hover  h3 a ,.enigma_home_portfolio_caption:hover  small{
   color: #ffffff;
}
.img-wrapper:hover .enigma_home_portfolio_caption{
 background: red;
 border-left:1px solid red;
	border-bottom:4px solid red;
	border-right:1px solid red;
}
.img-wrapper:hover .enigma_home_portfolio_caption  h3 a,.img-wrapper:hover .enigma_home_portfolio_caption  small{
 color: #ffffff;
}

.enigma_proejct_button a {
	background-color: #f8504b;
	color: #FFFFFF;
	border: 2px solid red;
}
.enigma_proejct_button a:hover {
	background-color: #ffffff;
	color: red;
	border: 2px solid red;
	text-decoration:none;
	
}


.enigma_carousel-prev, .enigma_carousel-next {
    background-color: #fff;
	border: 2px solid red;
}
.enigma_carousel-prev:hover, .enigma_carousel-next:hover {
    background-color: red;
	color:#fff;
}
.enigma_carousel-prev:hover i, .enigma_carousel-next:hover i{
    color:#fff;
}
.enigma_carousel-prev i,
.enigma_carousel-next i {
	color: red;
}

/*** project detail ***/
.enigma_portfolio_detail_pagi li a {
	color: #404040;
	border:2px solid red;
	text-align:center;
	background-size: 100% 200%;
    background-image: linear-gradient(to bottom, red 50%, #ffffff 50%);
	
}
.enigma_portfolio_detail_pagi li a:hover {
	color: #404040;
	border:2px solid red;
	background-position: 0 -100%;
}

.enigma_portfolio_detail_pagi li a span{
	color:#fff;
	line-height:35px;
}
.enigma_portfolio_detail_pagi li a:hover span{
	color:31A3DD;
}
.enigma-project-detail-sidebar p small {
	color:#777777;
	
}

.enigma-project-detail-sidebar .launch-enigma-project a {

	color: #ffffff;
	border: 2px solid red;
	background-size: 100% 200%;
    background-image: linear-gradient(to bottom, red 50%, #ffffff 50%);
}
.enigma-project-detail-sidebar .launch-enigma-project a:hover {
	background-color: #ffffff;
	color: red;
	border: 2px solid red;
	background-position: 0 -100%;
}

/** gallery css **/

.enigma_gallery_showcase .enigma_gallery_showcase_icons a {
	background-color: red;
	border:2px solid red;
	color:#fff;
}

.enigma_gallery_showcase .enigma_gallery_showcase_icons a:hover{
	background-color: #ffffff;
	border:2px solid red;
	color:red;
}


/**************** blog css ********************************************************
********************************************************************************/

/** blog thumbnail css **/
.enigma_blog_thumb_wrapper{
	background:#fff;
	border-bottom: 5px solid red;
	box-shadow: 0 0 6px rgba(0,0,0,.7);

}
.enigma_blog_thumb_wrapper h2 a{
	color:red;
}

.enigma_blog_thumb_wrapper h2:hover a{
	color:red;

}
.enigma_blog_thumb_date li i{
	color: red;
}
.enigma_tags a ,.enigma_cats a{
	background-size: 100% 200%;
	background-color:#edf0f2;
    background-image: linear-gradient(to bottom, #edf0f2 50%, red 50%);
 }

.enigma_tags a:hover , .enigma_cats a:hover{
	color:#fff;
	background-position: 0 -100%;
	background-color:red;
}
.enigma_tags a i ,.enigma_cats a i{
	color:red;
}
.enigma_tags a:hover i ,.enigma_cats a:hover i{
	color:#fff;
}

.enigma_blog_thumb_wrapper span a i{
	color: red;
}
.enigma_blog_thumb_wrapper span a {
	color:#555;
	
}.enigma_blog_thumb_footer{
	padding-top:20px;
	padding-bottom:10px;
	border-top:3px solid  #f5f5f5;
}

.enigma_blog_read_btn{
	border: 2px solid red;
	background-size: 100% 200%;
	background-color:red;
	/* background-image: linear-gradient(to bottom, red 50%, #fff 50%); */
	}
.enigma_blog_read_btn i {
	margin-right:5px;
}
.enigma_blog_read_btn:hover{
	background-color: #e80000;
	color: white;
}
.enigma_blog_read_btn a{color:#ffffff;}

.enigma_blog_thumb_wrapper_showcase .enigma_blog_thumb_wrapper_showcase_icons a {
	background-color: red;
	color: #fff;
}
.enigma_blog_thumb_wrapper_showcase .enigma_blog_thumb_wrapper_showcase_icons a:hover{
	background-color: #ffffff;
	border: 2px solid red;
	color: red;
}
/********* Blog Full width css ********/
.enigma_post_date {
	background: red;
	color: #ffffff;
}
.enigma_blog_comment:hover i, .enigma_blog_comment:hover h6{
	color:red;
} 
.enigma_fuul_blog_detail_padding h2 a ,.enigma_fuul_blog_detail_padding h2{
	color:red;
}
.enigma_fuul_blog_detail_padding h2  a:hover{
	color:red;
}
/*** blog sidebar css **/
.enigma_recent_widget_post h3 a {
	color:red;
}
.enigma_sidebar_widget {
	border-left: 3px solid red;
	border-right: 3px solid red;
	border-bottom: 3px solid red;
	background-color:#ffffff;
}
.enigma_sidebar_widget_title{
	background:red;
}
.enigma_sidebar_link p a:hover  , .enigma_sidebar_widget ul li a:hover {
	color: red;
}

.enigma_widget_tags a , .tagcloud a {
	background-size: 100% 200%;
	background-color:#edf0f2;
    background-image: linear-gradient(to bottom, #edf0f2 50%, red 50%);
 }
.enigma_widget_tags a:hover , .tagcloud a:hover {
	border: 1px solid red;
	background-color:red;
	background-position: 0 -100%;
	
	color: #ffffff;
}

/** blog detail **/
.enigma_author_detail_wrapper{
	background: red;
	padding:15px;
	margin-bottom:40px;
	
}
.enigma_author_detail_wrapper{
	border-left:2px solid red;
}
/** blog  form input css **/ 
.reply a {
	color: red;
}
.enigma_con_input_control:focus, .enigma_con_textarea_control:focus,
.enigma_contact_input_control:focus, .enigma_contact_textarea_control:focus {
  border-color: red;
  -webkit-box-shadow: inset 0 0px 0px red, 0 0 5px red;
          box-shadow: inset 0 0px 0px red, 0 0 5px red;
}
.enigma_send_button , #enigma_send_button{
	border-color: red;
	color: #6a6a6a;
	background-color:#ffffff;
	background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #fff 50%, red 50%);
}
.enigma_send_button:hover ,#enigma_send_button:hover{
	background-position: 0 -100%;
    border: 2px solid red;
	color: #ffffff;
	background-color:red;
}



.enigma_blog_pagination {
	background-color: #FFFFFF;	
}
.enigma_blog_pagi a {
	border: 1px solid #dbdbdb !important;
	background-color: #ffffff;
	background-size: 100% 200%;
	background-image: linear-gradient(to bottom, #fff 50%, red 50%);
	color: #777777;
}
.enigma_blog_pagi a:hover, .enigma_blog_pagi a.active {
	background-position: 0 -100%;
	color: #ffffff;
}

/****** Testimonial css *******************************************
****************************************************************/
.enigma_testimonial_area i{
	color:red;
}
.enigma_testimonial_area img{
	border: 10px solid red;
}
.pager a{
	background: #fff;
	border: 2px solid red;
}
.pager a.selected{
	background: red;
	border: 2px solid red;
}
/**** Client Css *************************************************
****************************************************************/
.enigma_client_wrapper:hover {
	border: 4px solid red;

}
.enigma_client_prev, .enigma_client_next {
    background-color: #fff;
	border: 2px solid red;
}
.enigma_client_prev:hover, .enigma_client_next:hover {
    background-color: red;
	color:#fff;
}
.enigma_client_prev:hover i, .enigma_client_next:hover i{
    color:#fff;
}

.enigma_carousel-prev i,
.enigma_carousel-next i {
	color: red;
}
/**** About us page Css *************************************************
****************************************************************/
.enigma_team_showcase .enigma_team_showcase_icons a {
	background-color: red;
	border:2px solid red;
	color:#fff;
}

.enigma_team_showcase .enigma_team_showcase_icons a:hover{
	background-color: #ffffff;
	border:2px solid red;
	color:red;
}

.enigma_team_caption:hover{
    background: red;
}
.enigma_team_caption:hover  h3 a ,.enigma_team_caption:hover  small{
   color: #ffffff;
}

.enigma_team_wrapper:hover .enigma_team_caption{
 background: red;
}
.enigma_team_wrapper:hover .enigma_team_caption  h3 ,.enigma_team_wrapper:hover .enigma_team_caption  small{
 color: #ffffff;
}
/***** Call Out Section *****************************************************************
***************************************************************************************/
.enigma_callout_area {
	background-color: red;

}
/***** Footer Area Css *****************************************************************
***************************************************************************************/
.enigma_footer_area{
	background: red;
	border-top: 0px solid #6B6B6B;
}
/***** Contact Info Css *****************************************************************
***************************************************************************************/
.enigma_contact_info li .desc {
	color: red;
}
/***** Shortcode  Css *****************************************************************
***************************************************************************************/
/*Dropcaps Styles*/
.enigma_dropcape_square span {
	background-color: red;
    color: #FFFFFF;
}
.enigma_dropcape_simple span {
    color: red;
}
.enigma_dropcape_circle span {
	background-color: red;
    color: #FFFFFF;
}
/*** breadcum style css **/
.breadcrumb li a {
color: red !important;
}
/** progress bar or nav button css */
.progress-bar {
	background-color: red !important;
}
.btn-search{
	background:red !important;
}
.nav-pills > li  > a{
	border: 3px solid red !important;
	background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #fff 50%, red 50%) !important;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background-image: linear-gradient(to bottom, red 50%, red 50%) !important;
	background-color:red;
}
.nav-stacked > li  > a
{
	border: 3px solid red !important;
	background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #fff 50%, red 50%) !important;
 }
 .nav-stacked > li.active > a, .nav-stacked > li.active > a:hover, .nav-stacked > li.active > a:focus {
	background-image: linear-gradient(to bottom, red 50%, red 50%) !important;
	background-color:red;
}


.navbar-toggle {
background-color: red !important;
border: 1px solid red !important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: red !important;
}
.enigma_blockquote_section blockquote {
border-left: 5px solid red ;
}
#wp-calendar caption {
background-color: red;
color: #ffffff;
padding: 10px;
}
#wp-calendar thead tr th {
text-align: center;
}
table th {
border: 1px solid #dddddd;
padding: 8px;
line-height: 20px;
text-align: center;
vertical-align: top;
}
table td {
border: 1px solid #dddddd;
padding: 8px;
line-height: 20px;
text-align: center;
vertical-align: top;
}
table td {
border: 1px solid #dddddd;
padding: 8px;
line-height: 20px;
text-align: center;
vertical-align: top;
}
#wp-calendar tbody tr td {
text-align: center;
}
.enigma_footer_widget_column ul li a ,.enigma_footer_widget_column ul#recentcomments li {color: #f2f2f2;}
.enigma_footer_widget_column ul li a:hover{color: red;}
.enigma_callout_area a:hover{background-color:#393c40;}
ul .social li .facebook a:hover ,ul .social li .twitter a:hover,ul .social li .linkedin a:hover ,ul .social li .youtube a:hover {background-color:#34495e;}
.enigma_blog_pagi a:hover, .enigma_blog_pagi a.active {
background-color: red;
color: white;
}

.loader {
    margin: auto;
    margin-top: 50px;
    margin-bottom:50px;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid red; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

div.inline-div {
    display: inline-block;
}

.pagenav {
    text-align: center;
    margin: auto;
}

.pagenav .pagenum {
    width: 50px;
    text-align: center;
}

.pagenav .pageswitch,
.copernicus-button {
    background-color: red;
    color: white;
    font-weight: bold;
    font-size: 15px;
    margin: 0;
    width: 50px;
    padding: 0;
    height: 50px;
    border: none;
}

.copernicus-button {
    margin-top: 10px;
    width: 100px;
}

.pagenav .pageswitch:hover,
.copernicus-button:hover {
    background-color: #e80000;
}

.pagenav .pageswitch[disabled] {
    background-color: gray;
}
.pagenav .pageswitch[disabled]:hover {
    background-color: gray;
}

.itemList {
    position: relative;
    float: left;
    width: calc(50% - 585px);
}

.itemList ul {
    padding-left: 20px;
}

.itemList > ul > li > p {
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px;
}

.itemList > ul > li > p:hover,
.itemList > ul > li > ul > li:hover {
    text-decoration: underline;
    cursor: pointer
}

.itemList ul {
    list-style: none; /* Remove default bullets */
}

.itemList ul li::before {
    position: absolute;
    content: "\2BC8";
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.itemList > ul > li.downArrow::before {
    content: "\2BC6";
}

.itemList > ul > li::before {
    margin-top: 3px;
}

.itemList > ul > li > ul > li::before {
    content: "\2012";
    margin-top: -2px;
}

.itemSearch {

}

.itemSearchResults {
    position: absolute;
    background-color: white;
    border-style: solid;
    border-width: thin;
    border-color: #AAA;
    border-radius: 3px;
}
.itemSearchResults div {
    width: 250px;
    padding: 10px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.itemSearchResults div:hover {
    background-color: whitesmoke;
    cursor: pointer;
}
.itemSearchResults div:not(:first-child) {
    border-top: thin solid #AAA;
}