/*
 Theme Name:   Authentication in Art Child
 Theme URI:    http://nathaliealbert.nl/
 Description:  Enfold Child Theme
 Author:       Oliver
 Author URI:   http://it-24.fr
 Template:     enfold
 Version:      3.4.7
 */
 
/* 
--------------------------------------------------
Hide log, is not an option in this theme
--------------------------------------------------
*/ 
 
 .logo img {
    visibility: hidden;
}

/* 
--------------------------------------------------
Menu margin top added
--------------------------------------------------
*/ 
#header_main {
	margin-top: 14px;
}


/*
-------------------------------------------------
Remove the overlay from an image
-------------------------------------------------
*/


.image-overlay {
display: none !important;
}

/* 
------------------------------------------------
remove border from slider
------------------------------------------------
*/

.avia-shadow {
    box-shadow: none !important;
}

.container_wrap {
border-top-width:0px !important;
}



/* 
------------------------------------------------
remove the dots in the easy slider
------------------------------------------------
*/

.avia-slideshow-dots a.active, .avia-slideshow-dots a:hover{
visibility: hidden;
}

.avia-slideshow-dots {
visibility: hidden;
}

/*
-----------------------------------------------
Table borderless
-----------------------------------------------
*/

tr:first-child th, tr:first-child td {
border-top-style: none !important;

}

td {
border:none;
}

tr th:first-child, tr td:first-child {
border-left-style: none !important;
}

.main_color tr:nth-child(2n) {
    color: inherit;
}


/*
-----------------------------------------------
link, strong link, widget link aanpassen kleur en styling
-----------------------------------------------
*/

.main_color strong a {
color:#000000; 
text-decoration:underline;
}

.main_color a {
color:#000000;
text-decoration:underline;}

#top .content .flex_column .widget_nav_menu li a {
color: #73969f;
text-decoration:none;}


/*
----------------------------------------------
Slider arrows adjust
----------------------------------------------
*/

   
#top .avia-smallarrow-slider .avia-slideshow-arrows a::before {
color: #1f1f1f;
} 

#top .av_slideshow_full.av-control-default .next-slide::before{
color: #1f1f1f;
}   

#top .av_slideshow_full.av-control-default .prev-slide::before{
color: #1f1f1f;
}

/*
---------------------------------------------
Button title
---------------------------------------------
*/

.avia_iconbox_title {
color: #ffffff;
font-weight: bold;
}

/*
---------------------------------------------
Button form sharp corners
---------------------------------------------
*/

.avia_ajax_form .button {
border-radius: 0;
}


/*
---------------------------------------------
Input fields newsletter plugin border
---------------------------------------------
*/

.newsletter-field input, .newsletter-field select {
border-radius: 0px !important;
border:1px solid !important;
}
/*
---------------------------------------------
Change the hover on all types of buttons
---------------------------------------------
*/
.main_color .button:hover, .main_color .ajax_controls a:hover,.main_color #submit:hover, .main_color .big_button:hover, .main_color .controlSlideControlls a:hover, .main_color #submit:hover, .main_color input[type="submit"]:hover{

background-color:#9ea3a8 !important;

}


/*
--------------------------------------------
H3 tag refurbished
--------------------------------------------
*/


h3 {
font-size: 1.1em !important;
text-transform: uppercase;
letter-spacing: 1px;
}

/*
--------------------------------------------
H6 tag refurbished
--------------------------------------------
*/
h6 {
	font-size:16px;
	font-weight: 400;
	letter-spacing:1.3px;
	line-height: 2.9em;
	margin-top: 30px;
}

/*
--------------------------------------------
H1 tag refurbished
--------------------------------------------
*/

h1 {
text-transform: none !important;
}

/*
---------------------------------------------
Texttransform remove out of widget-title
---------------------------------------------
*/

.widgettitle {
text-transform: none;
}


/*
--------------------------------------------
Popup disclaimer styling
--------------------------------------------
*/

.popmake {
background-color: #1e1e1e;
color: #ffffff;
padding:15px 15px 40px 15px;
text-align: justify;
}

.popmake > .popmake-close {
padding-top: 10px;
}

/*
-------------------------------------------
Center Main Menu
-------------------------------------------
*/

.main_menu {
right: 26.5% !important;
margin-left: -26.5%;
}

/*
----------------------------------------
Set searchfield at the top color black
----------------------------------------
*/

#top #s {
color: #000;
}


