@import url('/wp-includes/css/dashicons.min.css');

/*

@import url('/wp-content/plugins/bb-plugin/css/font-awesome.min.css');

Theme Name: Composer Plus
Theme URI: http://themehall.com/composer-drag-drop-wordpress-theme
Author: themehall.com
Author URI: http://themehall.com
Description: Composer is a responsive Omega child theme, Valid HTML5 Document, SEO Friendly, multiple page layouts, Theme settings extending the WordPress Customizer
Version: 1.0.0
License: GNU General Public License
License URI: license.txt
Tags: light, green, white, two-columns, one-column, right-sidebar, left-sidebar, flexible-width, full-width-template, theme-options, custom-menu, threaded-comments, sticky-post, translation-ready, responsive-layout, fluid-layout
Text Domain: composer
Domain Path: /languages

Template: omega

Beta WordPress theme, Copyright (C) 2015 themehall.com
Beta WordPress theme is licensed under the GPL.

*/

/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.post-navigation:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.post-navigation:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background: #fff;
	font-family: Arimo,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #555;
	text-rendering: optimizelegibility;
	font-size: 18px;
	line-height: 1.625;
}

::-moz-selection {
	background: #333;
	color: #fff;
}

::selection {
	background: #333;
	color: #fff;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #008CBA;
	text-decoration: none;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol, ul {
	list-style: none;
}

ul {
	list-style: disc outside;
	margin: 0 0 25px 48px;
	padding: 0;
}

ol {
	list-style-type: decimal;
	margin: 0 0 25px 48px;
}

ol ol {
	list-style: upper-roman;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: upper-alpha;
}

ol ol ol ol ol {
	list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 0 25px 5px;
}

dl dt {
	font-weight: bold;
	margin: 10px 0 0 0;
}

dl dd {
	margin: 5px 0 0 24px;
}

blockquote,
blockquote::before {
	
}

blockquote {
	margin: 0;
	padding: 24px 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

pre {
	background-color: #F9F9F9;
	overflow: scroll;
	padding: 0 20px;
	white-space: pre;
}

cite {
	font-style: normal;
}

/* Table
--------------------------------------------- */

table {
	border: 1px solid #e5e5e5;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 25px;
}

table caption {
	margin: 0 0 5px;
	font-size: 15px;
	font-variant: small-caps;
}

th,td {
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.widget th,
.widget td {
	padding: 5px 2px;
}

th {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	background: #f5f5f5;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
}

td {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333333;
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 22px;
	padding: 0;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
	width: auto\9; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background: #fff;
	border: 1px solid #ddd;
	color: #999;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 16px;
	max-width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #aaa;
	outline: none;
}

::-moz-placeholder {
	color: #999;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background: #008CBA;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	position: relative;
}

.entry-header {
	margin: 0 auto;
}

.dslc-page .site-inner .wrap {
	max-width: 100%;
}

.wrap,
.blog .site-inner .wrap,
.archive .site-inner .wrap {
	margin: 0 auto;
	max-width: 1100px;
}

.page-template-builder .site-inner .wrap {
	max-width: 100%;
}

.site-inner {	
	clear: both;
	padding: 50px 0;
	min-height: 300px;
}

.page-template-builder .site-inner,
.dslc-page .site-inner {
	padding: 0;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	width: 700px;
	margin: 0px auto;
	float: left;
}

.page-template-builder .content,
.page-template-full-width .content,
.dslc-page .content {
	width: 100%;
}

.page-template-left-sidebar .content {
	float: right;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 300px;
}

.page-template-left-sidebar .sidebar-primary {
	float: left;
}

.page-template-builder .banner,
.page-template-builder .sidebar-primary,
.layout-1c .sidebar-primary {
	display: none;
}

.sidebar-primary a {
	text-decoration: underline;
}
/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
	display: none;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

.wp-caption {
	max-width: 100%;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto 20px;
}

.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
}

.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0 0 16px;
	text-align: center;
	list-style: none;
	padding: 0;
}

.gallery .gallery-item .gallery-icon {
	position:relative;
}

.gallery .gallery-item .gallery-icon img {
	width: auto;
	max-width: 89%;
	height: auto;
	padding: 5%;
	margin: 0 auto;
}

.gallery-caption {
	margin: 0 10px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar th {
	text-align: center;
	font-weight: bold;
}
.widget_calendar td {
	text-align: center;
}

.widget_search input.search-field {
	width: 100%;
}

/* Headings
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	word-wrap: break-word;
	line-height: 1.2;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	padding: 15px 0;
}
.site-header > .wrap {
}

.site-header .nav-primary,
.site-header .title-area {
  vertical-align: middle;  
  text-align: left;
  display: inline-block;
}

.site-header .nav-primary {
  float: right;
}


/* Title Area
--------------------------------------------- */

.title-area {
	font-weight: 700;
	text-align: center;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
}


.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #666;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	margin: 0;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.omega-nav-menu {
	clear: both;
	color: #999;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.omega-nav-menu li {
	display: inline-block;
	margin: 0;
	padding: 6px 20px;
	text-align: left;
}

.omega-nav-menu li.last,
.omega-nav-menu li:last-child {
	padding-right: 0;
}

.omega-nav-menu a {
	border: none;
	display: block;
	font-size: 15px;
	position: relative;
}

.omega-nav-menu ul {	
	background: #fff;
	left: -9999px;
	margin: 5px 0px 0px -20px;
	opacity: 0;
	padding: 5px 0 5px;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.omega-nav-menu ul li {
	padding: 0;
}

.omega-nav-menu .sub-menu .sub-menu,
.omega-nav-menu .children .children {
  margin: -45px 0 0 199px;
}

.omega-nav-menu ul a {	
	border-top: none;
	font-size: 14px;
	padding: 8px 20px;
	position: relative;
	width: 200px;
}

ul.menu-primary ul {
	border-top: 3px solid #008CBA;
}

.nav-primary li:last-child a {
  padding-right: 0;
}

.omega-nav-menu li:hover {
	position: static;
}

.omega-nav-menu li:hover > ul {
	left: auto;
	opacity: 1;
}

.nav-primary li.menu-item-has-children > a {
	padding-right: 12px;
}

.nav-primary li.menu-item-has-children > a:after {
	transform:rotate(90deg); 
	-ms-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);  
	-moz-transform:rotate(90deg);
    content: " > ";
    font-size: 9px;
    position: absolute;
    right: 0px;
    top: 4px;
}

.nav-primary li li.menu-item-has-children > a:after {
	transform:none;
	-ms-transform:none;
	-webkit-transform:none;  
	-moz-transform:none;
	right: 8px;
	top: 11px;
}



/*
Banner
---------------------------------------------------------------------------------------------------- */

.banner {
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	text-align: center;
	padding:90px 0px;
	color: #fff;
}

.banner .entry-meta {
	color: #fff;
	font-size: 16px;
}

.banner h3 {
	color: #fff;
	font-size: 20px;
}

.banner a {
	color: #fff;
}

.home .banner {
	padding: 220px 0;
}

.banner .banner-title {
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 8px;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.blog .entry,
.archive .entry {
	margin-bottom: 30px;
	padding-bottom: 30px;
	background: none repeat scroll 0% 0% #FFF;
	border-bottom: 1px solid #E9E9E9;
}

.entry-content {
	word-wrap: break-word;
}

.entry-content a,
.entry-summary a {
	text-decoration: underline;
}

.entry-content img.wp-post-image {
	margin-bottom: 15px;
}

.entry-summary img.medium,
.entry-summary img.thumbnail,
.entry-content img.medium,
.entry-content img.thumbnail {
	float: left;
	margin: 7px 24px 24px 0;;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	clear: both;
	color: #666;
	font-size: 15px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	margin: 0;
	padding: 0px 0px 8px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Entry Navigation
--------------------------------------------- */

.navigation {
	clear: both;
	font-size: 14px;
	margin: 40px 0px;
	overflow: hidden;
}

.entry .navigation a {
	border-bottom: 1px solid #ddd;
}

.navigation li {
	display: inline;
}

.navigation li a {
	background: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}


/* Pagination
--------------------------------------------- */

.pagination .page-numbers {
	padding: 8px 12px;
	border: 1px solid #E9E9E9;
    border-radius: 25px 25px 25px 25px;
    padding: 8px 14px;
    margin: 0 5px 0 0;
	display: inline-block;
}

.pagination .current {
	background-color: #E9E9E9;
}


/* Comments
--------------------------------------------- */

.entry-comments,
#respond {
	background: #fff;
	border-radius: 3px;
}

.entry-comments,
.ping-list,
#respond {
	margin-bottom: 40px;
}

.entry-comments a,
#respond a {
	border-bottom: 1px solid #ddd;
}

.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment-content {
	clear: both;
}

#respond input[type="email"],
#respond input[type="text"],
#respond input[type="url"] {
	width: 50%
}

#respond label {
	display: block;
	margin-right: 12px;
}

ol.comment-list {
	margin: 0;
	padding: 0;
}

.comment-list li.ping, .comment-list li.comment {
	list-style-type: none;
}

.comment-list .comment-content > ol, 
.comment-list .comment-content > ul {
	margin-bottom: 24px;
}

li.comment,
li.pingback {
	border: 2px solid #fff;
	border-right: none;
}

li.comment .comment-item,
li.pingback .comment-item {
	background: #f5f5f5;
	margin: 12px 0;
	padding: 32px;
}

li.comment ol {
	margin: 0
}

.comment .avatar ,
.pingback .avatar{
	margin: 0 16px 24px 0;
}

.bypostauthor {
}

.form-allowed-tags {
	background: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
}

.widget-title {
	word-wrap: break-word;
}

.sidebar ul,
.footer-widgets ul {
	margin: 0;
}

.sidebar li,
.footer-widgets li {
	list-style-type: none;
	margin-bottom: 8px;
	padding: 0;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .search-form {
	width: 100%;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: none repeat scroll 0 0 #E9E9E9;
	border-top: 1px solid #E9E9E9;
	padding: 40px 0 16px;
}

.footer-widgets .widget {
    margin-bottom: 24px;
}

.footer-widgets .col-3 .widget-area {
	float: left;
	padding: 0 3% 0 0;
    width: 33%;
}

.footer-widgets .col-4 .widget-area {
	float: left;
	padding: 0 3% 0 0;
    width: 25%;
}


.footer-widgets .widget-area:last-child {
	padding: 0;
	float: right;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	border-top: 1px solid #E9E9E9;
	color: #666;
	font-size: 16px;
	padding: 30px 0;
	text-align: center;
}

.site-footer p {
	margin: 0;
	display: inline;
}

.site-footer a {
	display: inline-block;
}

.tinynav {
	display: none;
}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1023px) {
	
	.sidebar-primary,	
	.page-template-builder .site-inner .wrap,
	.footer-widgets .col-3 .widget-area,
	.footer-widgets .col-4 .widget-area {
		width: 100%;
	}

	.site-header .title-area {
		text-align: left;
		float: none;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.wrap {
		width: 90%;
		margin: 0 auto;
	}

	.site-inner,
	.footer-widgets {
		
	}

	.archive-description,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.sidebar .widget,
	#respond {
		padding: 0;
	}

	.site-inner {
		background: none;
	}

	.omega-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-title {
		text-align: center;
	}

	.omega-nav-menu li.right {
		display: none;
	}	

	.sidebar-primary {
		border-top: 1px solid #E9E9E9;
		padding-top: 40px;
	}

	.site-footer {
		padding: 24px 0;
	}

	.site-footer p {
		margin: 15px 0;
	}

	p.copyright,
	p.credit {
		float: none;
	}

	.nav-primary ul.menu {
		display: none;
	}

	.site-header {
	    padding: 10px 0px;
	    min-height: 55px;
	}

	.site-header .nav-primary {
		float: right;
	}

	.menu-icon {
		cursor: pointer;
		position: relative;
		z-index: 9;
		top: 5px;
		right: 0px;
		display: block;
	    margin: 0;
	    padding: 10px 25px 16px 0px; 
	}
	.menu-icon span, .menu-icon span:before, .menu-icon span:after {
	  cursor: pointer;
	  border-radius: 1px;
	  height: 4px;
	  width: 24px;
	  background: #333;
	  position: absolute;
	  display: block;
	  content: '';
	}
	.menu-icon span:before {
	  top: -8px; 
	}
	.menu-icon span:after {
	  bottom: -8px;
	}

	.menu-icon span, .menu-icon span:before, .menu-icon span:after {
	  transition: all 300ms ease-in-out;
	  -webkit-transition: all 300ms ease-in-out;
	}
	.menu-icon.active span {
	  background-color: transparent;
	}
	.menu-icon.active span:before, .menu-icon.active span:after {
	  top: 0;
	}
	.menu-icon.active span:before {
	  transform: rotate(45deg);
	  -ms-transform: rotate(45deg); /* IE 9 */
      -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	}
	.menu-icon.active span:after {
	  transform: translateY(-10px) rotate(-45deg);
	  -ms-transform: translateY(-10px) rotate(-45deg); /* IE 9 */
      -webkit-transform: translateY(-10px) rotate(-45deg); /* Chrome, Safari, Opera */
	  top: 10px;
	}

	.nav-primary ul.menu {
		border-top: 3px solid #008CBA;
		background: #fff;
		left: 0px;
		top: 55px;
	    position: absolute;
	    width: 90%;
	    margin: 0 5%;
	}

	.nav-primary li {
		float: none;
		display: block;
	}

	.nav-primary ul ul {
	    background: none repeat scroll 0% 0% #FFF;
	    left: 0;
	    margin: 0px 0 0 15px;
	    opacity: 1;
	    padding: 5px 0px;
	    position: relative;
	    width: auto;
	    z-index: 99;
	}

	.nav-primary .sub-menu .sub-menu {
	    margin: 0px 0 0 15px;
	}

	.nav-primary ul li {
		padding: 0;
	}
	.nav-primary ul a {
		padding: 8px 20px;
		width: 100%;
	}

	.nav-primary ul a:hover {
		background-color: #f7f7f7;
	}
	.nav-primary li.menu-item-has-children > a:after,
	.nav-primary li li.menu-item-has-children > a:after {
		display: none;
	}

	ul.menu-primary ul {
	    border-top: none;
	}


}

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

	.content {
		width: 100%;
	}

	.home .banner {
	    padding: 90px 0px;
	}

	.banner {
	    padding: 50px 0px;
	}

	.banner .banner-title {
	    font-size: 40px;
	    line-height: 1.2;
	}

	.entry-title {
	    font-size: 26px
	}

	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 22px;
	}

	h3 {
		font-size: 21px;
	}

}

/* mediagourmet.de author style */

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

.site-header {
  background-color: #b8b8b9;
  padding: 0;
  max-width: 2000px;
  margin: 0 auto;
}

.site-title { line-height: 0; }
.site-title img { max-width: 134px; -ms-interpolation-mode: bicubic; image-rendering: optimizeQuality; }
.site-title::after {
  content: "Ihr Ziel in guten Händen";
  font-size: 60%;
  left: 30px;
  position: relative;
  top: -34px;
}
#header .wrap {max-width: 2000px; width: 100%;}

div#n2-ss-2 .n2-style-56f09854edd956fae60b12e6b3be608b-simple, div#n2-ss-3 .n2-style-56f09854edd956fae60b12e6b3be608b-simple  {
  background: transparent !important;
  border-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.fl-rich-text p, .fl-testimonial p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	ms-hyphens: auto;
	hyphens: auto;
}


/* rot #e4002c */

.omega-nav-menu { text-transform: uppercase; letter-spacing: .15em; margin: 100px 100px 0 0;}
.omega-nav-menu a { color: #fff; font-weight: 600; -webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;}
.omega-nav-menu li a:after {content:"|"; color: #333; margin: 0 -3px 0 6px;}
.omega-nav-menu li:nth-child(4) a:after {content:""; margin: 0;}
.omega-nav-menu li { padding: 0;}
.omega-nav-menu li a:hover, .omega-nav-menu li a:focus, .omega-nav-menu li a:active, .current-menu-item a {color: #e4002c; transform: .5s}

#menu-item-176, #menu-item-177, .page-item-126, .page-item-129 {display: none;}

.hellgrau { background-color: #f0f0f0; color: #333333; max-width: 2000px; font-weight: 300;}
.hellgrau.fl-row-content-wrap {max-width: 1140px; width: 100%;}
.hellgrau .fl-col-content, .hellgrau .fl-col-group { max-width: 1140px; margin: 0 auto;}

.grau { background-color: #f0f0f0; color: #333333; max-width: 2000px; font-weight: 300;}


#hptext {font-size: 180%;}


.headpictxt { color: #fff; max-width: 2000px; font-weight: 300; line-height: 4rem;}
.headpictxt strong { font-weight: 400; font-size: 2.5rem;}
.headpictxt.fl-row-content-wrap {max-width: 1140px; width: 100%;}
.headpictxt .fl-col-content { max-width: 1140px; margin: 0 auto; padding: 0 20px}


.fl-testimonial p { color: #e4002c; font-weight: 300; line-height: 4rem; }
.fl-testimonial em { font-weight: 400; font-size: 2.5rem; color: #e4002c; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ffffff !important;
  border-radius: 0;
  border: 1px solid;
  border-color: rgba(129,137,141,1);
  display: block;
  height: 10px;
  margin: 0 10px;
  opacity: 1 !important;
}
.fl-node-590b3acb5b9b0 .fl-testimonials-wrap .bx-pager.bx-default-pager a.active {
  background: rgba(129,137,141,1) !important;
  opacity: 1;
}

.bx-viewport{ min-height: 222px; }
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: -50px;
}

/*leistungen*/

.akk-leistungen { max-width: 1140px; margin: 0 auto;}

.fl-accordion-button { color: #333; font-weight: 400; line-height: 1;  margin: 0 auto; max-width: 1140px; }
.fl-accordion-content { margin: 0 auto; max-width: 1140px; }
.fl-accordion-button-icon {opacity: 1;}
.fl-accordion-button .akk-subhead { color: #838382; font-weight: 300; font-size: 72%; text-transform: none; }
.fl-accordion-item { border-width: 1px 0 medium !important; }
.fl-accordion-item:last-child { border-bottom: 1px solid #ffffff !important; }
.fa-plus::before { content: url(/wp-content/uploads/cross-red.png);}
.fa-minus::before {content: url(/wp-content/uploads/line-red.png);}
.fl-accordion-large .fl-accordion-button {
  padding: 15px 40px;
}
.fl-accordion-content  {
  padding-left: 40px !important;
  padding-top: 20px !important;
}
.fl-accordion-large .fl-accordion-button-label {
  font-size: 2.5rem;
  text-transform: uppercase;
}
ul {
  list-style: url(/wp-content/uploads/li-arrow.png);
  margin: -25px 0 24px 20px;
  padding: 0;
}
.fl-accordion-item:hover, .fl-accordion-item:focus, .fl-accordion-button:hover, .fl-accordion-button:focus, .fl-accordion-content, .fl-accordion-button.active, .fl-accordion-item.active {background-color: #fff;}

.links {float: left;}
.rechts {float: left; width: 70%;}

@media only screen and (max-width: 1130px) {
	.rechts {float: left; width: 58%;}
}
@media only screen and (max-width: 769px) {
	.rechts {float: left; width: 100%;}
}

/*kunden*/
.kundengal { background-color: #fff; max-width: 2000px;}
.kundengal.fl-row-content-wrap {max-width: 1140px; width: 100%;}
.kundengal .fl-col-content { max-width: 1140px; margin: 0 auto;}

.fl-accordion-button-label img { max-width: 75px; margin: 0 40px 0 0;}

.singular-page-39 .fl-accordion-large .fl-accordion-button-label { text-transform: none; }
.singular-page-39 .fl-accordion-large .fl-accordion-button { padding: 10px 40px; }
.singular-page-39 .fl-accordion-content img { margin: 0 35px 20px 0; }



#pages-2 .widget-wrap li {margin-bottom: 1em;}


.wpcf7-submit { margin-top: 20px; }


.widget-footer { background-color: #686868; color: #fff; max-width: 2000px; font-weight: 300; font-size: 85%;}
.widget-footer.fl-row-content-wrap {max-width: 1140px; width: 100%;}
.widget-footer .fl-row-content { max-width: 1140px; margin: 0 auto;}
.widget-footer a { color: #fff; text-decoration: none; }
.widget-footer ul {list-style: none; }
.widget-footer ul a {font-size: 115%; text-decoration: none; font-weight: 300; text-transform: uppercase; }

.footlink { margin-left:20px; text-transform: uppercase;}
.small {font-size: 75%;}

#footer, .footer-widgets, .widget-footer .widget-title {display: none; visibility:hidden;}

#pages-2 ul {margin-top: 0;}


@media only screen and (max-width: 1023px) {
		
		body { font-size: 1.6em; }
		
		h1, h2, h3, h4, h5, h6, p { margin: 0 0 12px; }

		.site-title img { max-width: 67px; }
		.site-title::after {
		  content: "Ihr Ziel in guten Händen";
		  font-size: 45%;
		  left: 20px;
		  position: relative;
		  top: -18px;
		}
		
		p {
			-webkit-hyphens: auto;
			-moz-hyphens: auto;
			ms-hyphens: auto;
			hyphens: auto;
		}

		
		
		.menu-icon span, .menu-icon span::before, .menu-icon span::after {
		  background: #fff;
		}
		.menu-icon {
		  padding: 30px 25px 16px 0;
		}
		
		.menu-icon:before { content: "\f525"; float: left;
		  left: -30px;
		  position: relative;
		  top: -14px;
		  font-family: dashicons;
		  color: #fff;
		  font-size: 1.3em;
		}
		
		.nav-primary ul.menu {
		  background: #ccc none repeat scroll 0 0;
		  border-top: 1px solid #e4002c;
		  margin: 0;
		  position: absolute;
		  left: 67px;
		  top: 67px;
		  z-index: 1;
		  width: calc(100% - 67px);
		}
		
		.omega-nav-menu a { color: #000; font-weight: 600;}
		.omega-nav-menu li a:after {content:""; margin: 0;}
		.omega-nav-menu li { padding: 0;}
		.omega-nav-menu li { border-bottom: 1px solid #e4002c;}
		
		#menu-item-176, #menu-item-177 {display: inherit;}
		
		
		#hptext {font-size: 1.2em;}
		
		.fl-node-58e38e672bae1 .fl-row-content-wrap {  padding: 0; }
		
		.fl-node-58e394b17c2a5 .fl-row-content-wrap {
			padding-top: 30px;
			padding-bottom: 50px;
		}
		
		
		.headpictxt { font-weight: 300; line-height: 1.6em;}
		.headpictxt strong { font-weight: 400; font-size: 1em;}
		.headpictxt .fl-col-content { padding: 0 10px}
		
		.fl-testimonial p { color: #e4002c; font-weight: 300; line-height: 1.6em; font-size: .9em  }
		.fl-testimonial em { font-weight: 400; font-size: 1.2em; color: #e4002c; }
		
		/*leistungen*/
		
		.akk-leistungen { max-width: 1140px; margin: 0 auto;}
		
		.fl-accordion-large .fl-accordion-button {
		  padding: 15px 20px;
		}
		.fl-accordion-content  {
		  padding-left: 20px !important;
		  padding-top: 20px !important;
		}
		.fl-accordion-large .fl-accordion-button-label {
		  font-size: 2rem;
		  text-transform: uppercase;
		}
		ul {
		  margin: -15px 0 24px 0;
		}
		
		
		/*kunden*/
		.kundengal { background-color: #fff; max-width: 2000px;}
		.kundengal.fl-row-content-wrap {max-width: 1140px; width: 100%;}
		.kundengal .fl-col-content { max-width: 1140px; margin: 0 auto;}
		
		.fl-accordion-button-label img { max-width: 75px; max-height: 75px; margin: 0 20px 0 0;}
		
		.fl-accordion-content br {margin: 0 0 10px 0;}
		
		.singular-page-39 .fl-accordion-large .fl-accordion-button-label { text-transform: none; }
		.singular-page-39 .fl-accordion-large .fl-accordion-button { padding: 10px 20px; }
		.singular-page-39 .fl-accordion-content img { margin: 0 35px 20px 0; }
		
		.page-item-126, .page-item-129 {display: inherit;}
		
		#pages-2 .widget-wrap li {margin-bottom: 1em;}
		
		
		.wpcf7-submit { margin-top: 20px; }
		
		.small { display: none;}
		
		

}