/************************************************************
/*
/* Theme Name: Enfold Child
/* Template: enfold
/*
/************************************************************
/*
/* FRAMEWORK
/*
/************************************************************
/*
/* ----------------------------------------------------------
/*
/* GLOBAL
/*
/* ----------------------------------------------------------
/*
/* - TRANSITIONS */

a,
li,
ul,
ol,
dl,
dt,
dd,
span,
input,
button,
select,
strong,
textarea,
#submit,
.button,
.avia-button,
.avia-menu-text,
.toggler,
.colorbox
{
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

/*
/* - TYPO */

body
{
	line-height: 1.6em;
}

body,
a,
p,
ul,
ol,
li,
dt,
dd,
th,
td
{
	font-weight: 300;
}

strong
{
	font-weight: 600;
}

a,
a:hover,
a:focus,
a:visited
{
	text-decoration: none !important;
}

p,
hr,
ul,
ol,
table
{
	margin: 40px 0;

}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6
{
	margin: 14px 0 24px 0;
}

.special_amp
{
	color: inherit !important;
	font-family: inherit;
	font-size: inherit;
	font-style: normal;
	font-weight: 300;
}

/*
/* - HEADING */

h1,
h2,
h3,
h4,
h5,
h6,
.widgettitle,
.av-thin-font .av-special-heading-tag,
.modern-quote .av-special-heading-tag
{
	font-weight: 500;
	line-height: normal;
}

.template-page .entry-content-wrapper h1,
.template-page .entry-content-wrapper h2
{
	text-transform: uppercase;
	letter-spacing: normal;
}

h1
{
	font-size: 36px;
}

h2
{
	font-size: 30px;
}

h3
{
	font-size: 24px;
}

h4
{
	font-size: 20px;
}

h5
{
	font-size: 18px;
}

h6
{
	font-size: 16px;
}

/*
/* - FORM */

#top label
{
	font-weight: 300;
	font-size: 11px;
}

#top .input-text,
#top input[type="url"],
#top input[type="tel"],
#top input[type="text"],
#top input[type="input"],
#top input[type="email"],
#top input[type="search"],
#top input[type="number"],
#top input[type="password"],
#top textarea,
#top select
{
	font-family: 'Muli', Arial, sans-serif;
}

#top .input-text,
#top input[type="url"],
#top input[type="tel"],
#top input[type="text"],
#top input[type="input"],
#top input[type="email"],
#top input[type="search"],
#top input[type="number"],
#top input[type="password"],
#top textarea,
#top select
{
	padding: 10px;
}

/*
/* ----------------------------------------------------------
/*
/* BUTTONS
/*
/* ----------------------------------------------------------
/*
/* - BASE */

#top .button,
#top .avia-button,
#top .avia-button.avia-color-dark,
#top .avia-button.avia-color-light
{
	font-family: 'Montserrat', Arial, sans-serif;
	opacity: 1;
	margin: 0;
	min-width: auto;
	border-width: 3px;
	border-radius: 0;
	border-style: solid;
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

/*
/* - SIZE */

#top .avia-button.avia-size-small
{
	padding: 10px 30px;
	line-height: 18px;
	font-size: 12px;
}

#top .avia-button.avia-size-medium
{
	padding: 10px 40px;
	line-height: 18px;
	font-size: 14px;
}

#top .avia-button.avia-size-large
{
	padding: 15px 50px;
	line-height: 20px;
	font-size: 16px;
}

#top .avia-button.avia-size-x-large
{
	padding: 30px 60px;
	line-height: 24px;
	font-size: 18px;
}

#top .avia-slideshow-button
{
	padding: 15px 50px;
	line-height: 20px;
	font-size: 16px;
}

#top .avia-buttonrow-wrap .avia-button
{
	margin-bottom: 0 !important;
}

@media only screen and (max-width: 989px)
{

	.responsive #top #wrap_all .avia-button.avia-size-small,
	.responsive #top #wrap_all .avia-button.avia-size-medium
	{
		font-size: 13px;
	}

	.responsive #top #wrap_all .avia-button.avia-size-large,
	.responsive #top #wrap_all .avia-button.avia-size-x-large
	{
		font-size: 18px;
	}
	
}

@media only screen and (max-width: 767px)
{
	
	.responsive #top #wrap_all .avia-button,
	.responsive #top #wrap_all .avia-button-wrap
	{
		width: 100% !important;
	}

	.responsive #top #wrap_all .avia-button.avia-size-small,
	.responsive #top #wrap_all .avia-button.avia-size-medium,
	.responsive #top #wrap_all .avia-button.avia-size-large,
	.responsive #top #wrap_all .avia-button.avia-size-x-large
	{
		padding: 15px;
		font-size: 15px;
	}
	
}

/*
/* - COLOR */

#top .button,
#top input[type="submit"],
#top .avia-button.avia-color-theme-color,
#top .avia-button.avia-color-theme-color-subtle,
#top .avia-button.avia-color-theme-color-highlight
{
	background-color: transparent;
	border-color: #dddddd;
	color: #2e3a49;
}

#top .button:hover,
#top input[type="submit"]:hover,
#top .avia-button.avia-color-theme-color:hover,
#top .avia-button.avia-color-theme-color-subtle:hover,
#top .avia-button.avia-color-theme-color-highlight:hover
{
	background-color: transparent;
	border-color: #2e3a49;
	color: #2e3a49;
}

#top .avia-button.avia-color-light
{
	background-color: transparent;
	border-color: rgba(255,255,255,0.2);
	color: #ffffff;
}

#top .avia-button.avia-color-light:hover
{
	background-color: transparent;
	border-color: #ffffff;
	color: #ffffff;
}

#top .avia-button.avia-color-dark
{
	background-color: transparent;
	border-color: #dddddd;
	color: #2e3a49;
}

#top .avia-button.avia-color-dark:hover
{
	background-color: transparent;
	border-color: #2e3a49;
	color: #2e3a49;
}

/*
/* ----------------------------------------------------------
/*
/* ELEMENTS
/*
/* ----------------------------------------------------------
/*
/* - HIDE */

#top .image-overlay,
#top #scroll-top-link
{
	display: none !important;
}

/*
/* - MENU */

#top .av-main-nav ul
{
	border: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

/*
/* - TOGGLE */

#top .av-toggle-switch
{
	margin-top: 20px;
	margin-bottom: 20px;
}

/*
/* - SOCIAL */

#top .social_bookmarks li
{
	border: none;
}

#top .social_bookmarks li:hover a
{
	background-color: transparent !important;
}

/*
/* - TEXTBLOCK */

#top .avia_textblock p:first-child
{
	margin-top: 0;
}

#top .avia_textblock p:last-child
{
	margin-bottom: 0;
}

/*
/* ----------------------------------------------------------
/*
/* FLEX
/*
/* ----------------------------------------------------------
/*
/* - COLORBOX */

#top .colorbox
{
	padding: 40px;
}

@media only screen and (max-width: 767px)
{

	.responsive #top #wrap_all .colorbox
	{
		padding: 30px;
	}

}

#top .colorbox .avia_textblock p:first-child
{
	margin-top: 0;
}

#top .colorbox .avia_textblock p:last-child
{
	margin-bottom: 0;
}

/*
/* - CONTAINER */

#top .layout-thin .container
{
	max-width: 800px;
}

#top .layout-wide .container
{
	max-width: 100%;
}

/*
/* - COLUMN */

@media only screen and (max-width: 989px)
{

	.responsive #top #wrap_all .container
	{
		width: 100%;
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}

	.responsive #top #wrap_all .flex_column_table
	{
		margin-top: 80px;
		margin-bottom: 80px;
	}

	.responsive #top #wrap_all .flex_column,
	.responsive #top #wrap_all .flex_column.av-break-at-tablet
	{
		margin-bottom: 80px;
	}

	.responsive #top #wrap_all .flex_column:last-child
	{
		margin-bottom: 0;
	}

}

@media only screen and (max-width: 767px)
{

	.responsive #top #wrap_all .container
	{
		padding-left: 30px;
		padding-right: 30px;
	}

}

@media only screen and (min-width: 990px)
{

	.responsive #top #wrap_all .flex_column
	{
		margin-top: 0;
		margin-bottom: 0;
	}

	.responsive #top #wrap_all .flex_column_table
	{
		margin-top: 100px;
		margin-bottom: 100px;
	}

}

/*
/* - CELL */

#top .flex_cell
{
	position: relative;
}

@media only screen and (max-width: 989px)
{

	.responsive #top #wrap_all .flex_cell
	{
		padding: 80px 30px !important;
		margin-bottom: 0 !important;
	}

}

@media only screen and (max-width: 767px)
{

	.responsive #top #wrap_all .flex_cell
	{
		padding: 30px !important;
	}

}

@media only screen and (min-width: 990px)
{

	.responsive #top #wrap_all .flex_cell
	{
		padding: 80px !important;
	}

}

/*
/* ----------------------------------------------------------
/*
/* WRAPPERS
/*
/* ----------------------------------------------------------
/*
/* - HEADER */

/*
/* - FOOTER */

#top #footer
{
	padding: 60px 0;
	border-top: none;
}

#top #footer p,
#top #footer ul,
#top #footer .widget,
#top #footer .widgettitle
{
	margin: 0;
	line-height: 2em;
}

#top #footer .widget_nav_menu a,
#top #footer .widget_nav_menu ul:first-child > .current-menu-item > a,
#top #footer .widget_nav_menu ul:first-child > .current_page_item > a
{
	margin: 0;
	padding: 0;
	font-weight: 300;
	line-height: 2.2em;
}

#top #footer .widget_nav_menu .sub-menu
{
	display: none !important;
}

#top #footer .widgettitle
{
	margin-bottom: 20px;
}

/*
/* - SOCKET */

#top #socket p,
#top #socket ul,
#top #socket span,
#top #socket .menu
{
	margin: 0;
	line-height: 2em;
}

/*
/* - SECTION */

#top .avia-section
{
	min-height: 0;
}

/*
/* ----------------------------------------------------------
/*
/************************************************************
/*
/* SECTIONS
/*
/************************************************************
/*
/* ----------------------------------------------------------
/*
/* SECTION
/*
/* ----------------------------------------------------------
/*
/* - BASE */
/*
/************************************************************