/*
	Add all custom styles for the child theme here.
*/


/**
 * Fonts
 * ----------------------------------------------------------------------------
 */

@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

@font-face {
  font-family:'fontawesome';
  src:url('fonts/fontawesome-webfont.eot');
  src:url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
  	url('fonts/fontawesome-webfont.woff') format('woff'),
  	url('fonts/fontawesome-webfont.ttf') format('truetype'),
  	url('fonts/fontawesome-webfont.svg#fontawesome') format('svg');
  font-weight: normal;
  font-style: normal;
}


/**
 * General
 * ----------------------------------------------------------------------------
 */
* {
  min-height: 0; /* FF for flex */
  min-width: 0; /* FF for flex */
} 

html {
	padding: 0;
	margin: 0; 
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #555;
  background-color: #fff;
  padding: 0;
  margin: 0;
}


h1, h2, h3, h4, h5, h6 {
  font-weight: 400; 
	margin-top: 0;
}

h1, h2, h1 a, h2 a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; 
}

h1 a:hover, h1 a:focus, h1 a:active, 
h2 a:hover, h2 a:focus, h2 a:active {
  text-decoration: none; 
}

strong {
  font-weight: 700;
}  

b {
  font-weight: 700;
}

i {
  font-style: italic;
}

a {
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;  
}

a, a:link, a:visited {
  color: #3BCDDF;
}

:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

input, textarea {
  font-size: 14px;
  background-color: transparent;
  border: 1px solid #ddd;
  padding: 8px 10px;
  -webkit-appearance: none;
  -webkit-border-radius:0; 
  border-radius:0;
}

input[type="text"], input[type="email"], textarea {
  width: 100%;
}

input[type="submit"] {
  background-color: #3BCDDF;
  border-color: #3BCDDF;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out; 
}

input[type="submit"]:hover {
}

.label {
  display: block;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  padding: 0;
  margin-bottom: 4px;
}

::-webkit-input-placeholder {
  color: #aaa;
}
:-moz-placeholder {
  color: #aaa;
}
::-moz-placeholder {
  color: #aaa;
}
:-ms-input-placeholder {
  color: #aaa;
}

img {
  max-width: 100%;
  height: auto;
}

.attachment-post-thumbnail {
  float: none;
  margin: 0;
}


/* Site layout
*/

.flex-container {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-wrap: wrap;   /* Safari 6.1+ */
  flex-wrap: wrap;                                            
  -webkit-flex-direction: row;
  flex-direction: row;
}

.wrap {
  position: relative;
  padding: 0 15px; 
}

.site-inner {
  min-height: 60vh;
  background: #bad1da;    
}

.site-inner > .wrap {
  min-height: 60vh;
}

.site-inner .wrap {
  background: #fff;
}

body.home .site-inner > .wrap {
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}

.content-sidebar-wrap {
  display: -webkit-box;     
  display: -moz-box;        
  display: -ms-flexbox;     
  display: -webkit-flex;    
  display: flex;           
  -webkit-flex-wrap: wrap; 
  flex-flow: row wrap;
}

.content-sidebar-wrap main {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%; 
  padding: 20px 0 0;
}

body.home .content-sidebar-wrap main,
body.page-template-template-about .content-sidebar-wrap main,
body.page-template-template-contact .content-sidebar-wrap main {
  padding-top: 0;
}

.content-sidebar-wrap aside.sidebar {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%; 
  padding: 20px 0 0;
}

/* Float Clearing
*/
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-footer:before,
.site-header:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-footer:after,
.site-header:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

div.sub-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

h2.sub-title {
  position: relative;
  display: inline-block;
  height: 28px;
  top: 11px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid #bbb;
  margin: 0;
}


/**
 * Header
 * ----------------------------------------------------------------------------
 */

.site-header {
  padding-top: 10px;
}

.site-header .title-area {
  float: left;
  width: 30%; 
  margin-right: 2%;
}

img.logo-header {
  max-width: 117px;
  max-width: 119px;
}

.site-header .header-widget-area {
  position: relative;
  float: left;
  width: 68%; 
  text-align: right;
}

.site-header .header-widget-area .tel {
  font-size: 22px;
  padding-top: 30px;
  padding-bottom: 15px;
}

.site-header .header-widget-area .tel a {
  text-decoration: none;
}

#breadcrumb {
  background: #FAFAFA;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding: 15px 0 5px 0;
}

#breadcrumb .entry-title {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto; 
  font-size: 26px;
}

#breadcrumb div.breadcrumbs {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto; 
  color: #888;
  text-align: right;
  margin-left: 20px;
}

.wrap-header-search {
  display: none;
  display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 33px;
	background: none;
	overflow: hidden; 
	z-index: 999;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

.wrap-header-search.open {
  width: 302px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.wrap-header-search .search-line {
	float: left;
	width: 0;
	height: 33px;
	overflow: hidden;
	-webkit-transition:width .3s ease-in-out;
	-moz-transition:width .3s ease-in-out;
	-ms-transition:width .3s ease-in-out;
	-o-transition:width .3s ease-in-out;
	transition:width .3s ease-in-out;
}

.wrap-header-search.open .search-line {
  width: 205px;
  width: 90%;
}

.wrap-header-search .search-line input[type="text"], 
.wrap-header-search .search-line input[type="submit"] {
	border: 0;
	background: none;
}

.wrap-header-search .search-line input[type="submit"] {
  visibility: hidden;
}

.wrap-header-search .search-line input[type="text"] {
  width: 100%;
	height: 30px;
	padding:0 0 0 15px;
}

.wrap-header-search .search-but {
	position: relative;
	display: block;
	float: right;
	width: 30px;
	height: 30px; 
}

.wrap-header-search .search-but:before, 
.wrap-header-search .search-but:after {
	content: '\f002';
	font-size: 17px;
	width: 1em;
	height: 1em;
	margin: auto;
	position: absolute;
	left: 7px;
	top: -14px;
	right:0;
	bottom:0;
}

.wrap-header-search .search-but:after {
  content: none;
}

.wrap-header-search.open .search-but:before,
.wrap-header-search.open .search-but:after {
	content: '';
	background: #8d8d8d;
	width: 1px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.wrap-header-search.open .search-but:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.search-but.icon:before {
 	font-family: 'fontawesome';
 	color: #ccc;
 	speak: none;
 	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} 


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

ul.genesis-nav-menu {
  position: relative;
  list-style: none;
  font-size: 0;
  padding: 0;
  margin: 0;
}

.genesis-nav-menu a {
  font-size: 16px;
  color: #555;
  text-decoration: none;
} 

.genesis-nav-menu > li {
  float: none;
  position: relative;
  display: inline-block;  
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;  
}

.genesis-nav-menu > li > a {
	display: block;
	font-size: 16px;
	line-height: 1; 
	background: none;
	border-bottom: 3px solid #fff;
  padding: 0 0 35px 0; 
	margin: 0 0 0 15px;
}

.genesis-nav-menu li a:hover, .genesis-nav-menu li a:focus, .genesis-nav-menu li a:active {
	border-bottom-color: #3BCDDF;
}

.genesis-nav-menu > li.current-menu-item > a,
body.single-news li.news a, body.single-post li.blog a,
body.post-type-archive-news li.news a, body.category li.blog a, body.search-post li.blog a {
	color: #3BCDDF;
	border-bottom-color: #3BCDDF;
}

.genesis-nav-menu > li.turkish {
  top: -5px;
}

.genesis-nav-menu > li.turkish > a {
  width: 40px;
  height: 34px;
	background: url(images/turkey-flag.png) no-repeat;
}

.genesis-nav-menu > li.turkish > a span {
  color: transparent;
}

.genesis-nav-menu > li.turkish > a:hover, .genesis-nav-menu > li.turkish > a:focus, .genesis-nav-menu > li.turkish > a:active,
.genesis-nav-menu > li.current-menu-item.turkish > a {
	border-bottom-color: #fff;
}


#wprmenu_menu_ul li.turkish > a {
  width: 100x;
  color: transparent;
  background: url(images/turkey-flag-mb.png) no-repeat 15px 10px;
}

#wprmenu_menu_ul li.turkish > a:hover, #wprmenu_menu_ul li.turkish > a:focus, #wprmenu_menu_ul li.turkish > a:active  {
  color: transparent;
}


/**
 * Sidebar
 * ----------------------------------------------------------------------------
 */

.sidebar .widget ul {
  list-style-type: none;
  padding: 0;
}

.sidebar .widget .widget-wrap {
  padding: 0 0 20px 0;
}

.sidebar .widget h4.widget-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #555;
  border-bottom: 1px solid #ccc;
  padding-bottom: 7px;
  margin-bottom: 15px;
}

.sidebar .widget_categories {
  font-size: 16px;
}

span.count {
  float: right;
  font-size: 14px;
  color: #888;
} 

.search-wrap {
  position: relative;
}

.search-wrap .fa-search {
  position: absolute;
  top: 10px;  
  left: 10px;
  font-size: 18px;
  color: #3BCDDF;
  z-index: 1;
}

.search-wrap input[type="search"] {
  width: 100%;
  padding-left: 45px;
}

.featuredpost h2.entry-title a, h4.entry-title a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.featuredpost .entry, .upw-posts .entry {
  margin-bottom: 15px;
}

.upw-posts .entry-title {
  margin-bottom: 0 !important;
}

ul.why-us {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.why-us li {
  position: relative;
  padding-left: 20px;
}

ul.why-us li:before {
	content: '\f00c';
 	font-family: 'fontawesome';
	font-size: 12px;
 	color: #333;
  width: 1em;
	height: 1em;
	margin: auto;
	position: absolute;
	left: 0px;
	top: 3px;
 	speak: none;
 	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

 
/**
 * Main
 * ----------------------------------------------------------------------------
 */

article {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

/* Home
*/
.home-top {
  text-align: left;
  background: #F8F8F8;
  padding: 50px 0;
  margin-bottom: 40px;
}

.home-top .wrap {
  background: #F8F8F8;
}

.home-middle {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-top: 50px;
  padding-bottom: 50px;
}

h2.tle {
  font-size: 24px;
  color: #3BCDDF;
}

div.news-box {
  position: relative;
  padding-left: 70px;
  margin-bottom: 25px;
  border-radius: 3px;
}

div.date-box {
  position: absolute;
  top: 0;
  left: 0; 
  width: 50px;
}

div.date-box .day {
  line-height: 40px;
  color: #333;
  text-align: center;
  padding: 2px 0;
  background: #F5F4F2;
}

div.date-box .month {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  padding: 4px 0;
  background: #666;
}

div.newsletter-box {
  background: #F8F8F8;
  padding: 10px 35px 20px 35px;
}

div.testimonial-box {
  position: relative;
}

div.testimonial-name {
  position: absolute;
  left: 50px;
  bottom: -30px;
  color: #aaa;
}

div.bubble {
  position: relative;
  text-align: left;
  padding: 20px 20px 20px 20px;
  margin: 60px auto;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

div.bubble:before {
  left: 30px;
  top: 100%;
  border: 11px solid;
  border-color: #aaa transparent transparent #aaa;
}

div.bubble:after {
  left: 31px;
  top: 100%;
  border: 10px solid;
  border-color: #fff transparent transparent #fff;
}

div.bubble:before, div.bubble:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
}

div.bubble p {
  margin: 0;
}

div.services {
  margin-top: 15px;
  margin-bottom: 25px;
}

body.home div.services {
  margin-top: 60px;
  margin-bottom: 0;
}

a.service {
  display: block;
  color: #aaa;
  line-height: 46px;
  text-decoration: none;
  background: #E2F8FA; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#fff, #E2F8FA); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#fff, #E2F8FA); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#fff, #E2F8FA); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#fff, #E2F8FA); /* Standard syntax */
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  padding: 0 0 0 15px;
}

a.service i {
  float: right;
  height: 46px;
  font-size: 12px;
  color: #bbb;
  background: #fff;
  padding: 19px 15px 0 15px;
  border-left: 1px solid #d6d6d6;
  border-radius: 0 4px 4px 0;
}

a.service i.fa-minus {
  display: none;
}

div.service {
  display: none;
  padding: 15px;
}

div.services div:nth-child(1) a.service {
  color: #555;
}

div.services div:nth-child(1) a.service i.fa-plus {
  display: none;
}

div.services div:nth-child(1) a.service i.fa-minus {
  display: block;
}

div.services div:nth-child(1) div.service {
  display: block;
}

/* Post Entry ie Article
*/
.entry {
  padding: 0;
  margin-bottom: 30px; 
}

h1.entry-title, h2.entry-title {
  font-size: 22px;
}

h1.archive-title {
  font-size: 26px;
}

.entry-image {
  margin-bottom: 30px;
}

.post-meta {
  margin-bottom: 40px;
}

.post-meta div {
  font-size: 12px;
  color: #777;
  background: #F4F4F4;
  padding: 8px 10px;
  margin-right: 15px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.post-meta div .fa {
  margin-right: 10px;
}

.post-meta div a {
  color: #777;
}

.post-entry {
  position: relative;
}

.post-entry .font-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.post-entry .entry-content {
  padding-left: 55px;
}

.post-entry .font-icon span {
  display: inline-block;
  width: 30px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #289CCB;
  padding: 4px 0;
  border-radius: 2px;
}

.page-img .attachment-post-thumbnail {
  margin-bottom: 40px;
}

div.team {
  -webkit-flex: 0 01 47%;
  flex: 0 0 47%;
  width: 47%;  
  margin-right: 3%;
  text-align: center;
  padding: 0 25px 20px 25px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 25px;
}

div.team .team-img {
  margin: 0 -25px;
}

div.team .attachment-post-thumbnail {
  width: 100%;
  margin-bottom: 25px;
}

div.team .name {
  text-transform: uppercase;
}

div.team .position {
  color: #888;
  margin-bottom: 10px;
}

div.team .content {
  font-size: 14px;
}

ul.list-with-bullets li {
  margin-bottom: 12px;
}

.map {
  width: 100%;
  height: 400px;
} 

/* remove t&c from maps */
a[href^="http://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span {
  display: none !important;
}

.gmnoprint div {
  display: none !important;
  background: none !important;
}

/* remove the error link */
a[title="Report errors in the road map or imagery to Google"] {
    display: none !important;
}

/* map direction input */
.hovergoogle {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.4);
  width: 100%;
  text-align: center;
  color: white;
  vertical-align: middle;
  padding: 8px 0;
} 

.mapdir-col {
  display: none;
}

#mapdir-bloc {
  margin-top: 15px;
}

#mapdir-bloc ul {
  padding-right: 10px;
  margin-left: -20px;
}

#mapdir-bloc span.direction {
  margin-left: 15px;
  color: rgb(204, 51, 51);
  font-size: 16px;
}

.mapdir-bloc {
  width: 100%;
}

.mapdir-bloc b {
  font-weight: 400;
  color: rgb(204, 51, 51);
}

#user_add {
  max-width: 200px;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary {
  color: #fff;
  background-color: #333;
  border-color: #333;
  box-shadow: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active  {
  background-color: #6F6E5A;
  border-color: #6F6E5A;
}
/* end map direction input */


/* Widget
*/
.widget {
  margin-bottom: 0;
}

.widget .textwidget {
  font-weight: 400;
}

.widget_sp_image {
  margin-bottom: 10px;
}

/* Comment form
*/ 
div.dmbs-comments {
  margin-bottom: 25px;
}

 
#commentform div.input {
  margin-bottom: 15px;
}

ul.commentlist {
  margin-bottom: 20px;
}

.comment-meta {
  font-size: 12px;
}


/**
 * Gravity Form
 * ----------------------------------------------------------------------------
 */

.gform_wrapper {
  margin: 0 !important;
  max-width: 100% !important;
}

.gform_wrapper .gform_footer {
  text-align: right;
}

.gform_wrapper .gfield_required {
  display: none;
}

div.gform_wrapper li, div.gform_wrapper form li {
  margin: 0 0 16px 0 !important;
  margin: 0 0 0px 0 !important;
}

body .gform_wrapper label.gfield_label+div.ginput_container {
  margin-top: 0 !important;
}

.ginput_container input, .ginput_container textarea  {
  border: 1px solid #ddd !important;
  border-radius: 3px !important;
}

.ginput_container  {
  margin-top: 0 !important;
}

.gform_body label {
  font-weight: 400 !important;
  margin: 10px 0 3px 0 !important;
}

.gform_wrapper .gform_heading {
  width: 100% !important;
}

.gform_wrapper span.gform_description {
  font-size: 16px;
}

div.gform_wrapper .ginput_container input[type="email"],
div.gform_wrapper .ginput_container input[type="text"],
div.gform_wrapper .ginput_container textarea {
  width: 98% !important;
  font-size: 16px;
	padding: 8px;
	margin-bottom: 10px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper .ginput_complex input[type="text"] {
	margin-bottom: 0px;
}

.gform_wrapper .gform_footer {
  padding: 0px 0 10px 0 !important;
}

.gf_browser_ie.gform_wrapper .gform_footer input.button {
  padding: 8px 18px !important;
}

.gform_wrapper textarea.medium {
  height: 100px !important;
}

.gform_wrapper .top_label .gfield_label {
  font-weight: 400 !important;
}

.gform_wrapper .ginput_complex.ginput_container .name_first {
  margin-right: 2% !important;
} 

.gform_wrapper .gform_footer input[type=submit] {
  background: none !important;
  border: 1px solid #ddd !important;
  border-radius: 3px !important; 
  padding-left: 25px !important;
  padding-right: 25px !important;
  margin-right: 2% !important; 
}

.gform_wrapper div.validation_error {
  display: none;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding-left: 0 !important;
  padding-top: 0 !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin-bottom: 16px !important;
  padding-left: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin: 10px 0 4px 0 !important;
}

.gform_wrapper .ginput_complex label {
  margin: 4px 0 10px 0 !important;
}

.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span,
.gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span {
  width: 48% !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin: 0 !important;
}

.gform_wrapper .top_label .gfield_error.one-half {
  width: 48%;
}

.gform_wrapper li.gfield.gfield_error, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  margin-bottom: 6px !important;
  padding: 0 !important;
  border-top: none !important;
  border-bottom: none !important;
}

.gform_wrapper .top_label .gfield_error .ginput_container {
  max-width: none !important;
}

#gform_wrapper_2  .gform_heading {
  padding-top: 15px;
  margin-bottom: 0;
}

#field_1_1 > label {
  display: none;
}

#input_1_1_3_container label, #input_1_1_6_container label {
  font-size: 16px; 
  margin: 10px 0 3px 0 !important;
}

#field_1_1 {
  margin-bottom: 10px !important;
}



/**
 * Footers
 * ----------------------------------------------------------------------------
 */

.footer-widgets {
  position: relative;
  font-size: 15px;
  color: #eee;
  background: #444; 
  border-top: 8px solid #222;
  padding: 20px 0;
}

.footer-widgets .wrap {
  display: -webkit-box;      
  display: -moz-box;        
  display: -ms-flexbox;     
  display: -webkit-flex;     
  display: flex;             
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;                                            
  -webkit-flex-direction: row;
  flex-direction: row;
}

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

.footer-widgets-1 {
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%; 
  margin-right: 3%; 
}

.footer-widgets-2 {
  -webkit-flex: 0 0 72%;
  flex: 0 0 72%;
  width: 72%; 
}

.footer-widgets-3 {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%; 
}

.footer-widgets h4 {
  font-size: 16px;
  color: #ccc;
  border-bottom: 1px solid #555;
  padding-bottom: 7px;
  margin-bottom: 15px;
}

.footer-widgets, .footer-widgets a {
  color: #999;
}

.footer-widgets-2 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-widgets-2 ul li {
	position: relative;
  padding-left: 10px;
}

.footer-widgets-2 ul li:before {
	content: '\f105';
 	font-family: 'fontawesome';
	font-size: 12px;
 	color: #999;
  width: 1em;
	height: 1em;
	margin: auto;
	position: absolute;
	left: 0px;
	top: 2px;
 	speak: none;
 	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-footer {
  font-size: 14px;
  color: #aaa;
  background: #222; 
  padding: 10px 0;
}

.site-footer a {
  color: #aaa;                                     
}

.site-footer p {
  display: none; 
  width: 0;
  height: 0;                                    
}

img.logo-footer {
  max-width: 105px;
}

ul.social {
  position: relative;
  height: 33px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul.social li {
  position: relative;
  display: inline-block;
}

ul.social a.social {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  color: #999;
  border: 1px solid #999;
  padding: 14px;
  margin-left: 3px;
  text-align: center;
}

ul.social a.social .fa {
    position: absolute;
    top: 7px;
    bottom: 7px;
    left: 7px;
    right: 7px;
    font-size: 18px;
}

.creds-1 {
  margin-bottom: 10px;
}


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

.pagination {
  float: right;
  margin: 30px 0 30px 0;
}

.pagination ul {
  padding: 0;
}

.pagination ul li {
  display: inline;
}

.pagination ul li a, .pagination ul li span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  border: 1px solid #71D1E7;
  margin-right: 6px;
}

.pagination span.current {
  color: #aaa;
  border: 1px solid #aaa;
}

.pagination ul li a:hover, .pagination ul li a:focus, .pagination ul li a:active  {
  color: #fff;
  background: #71D1E7;
}

.pagination ul li:last-child a, .pagination ul li:last-child span {
  margin-right: 0;
}



/**
 * Media Queries
 * ----------------------------------------------------------------------------
 */

@media (max-width: 767px) {
  .btn-primary {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
}

@media (max-width: 1199px) {
}

@media (min-width: 920px) {
  .footer-widgets-4 {
    padding-top: 90px;
  } 
}

@media (min-width: 768px) {

  body.content-sidebar .content-sidebar-wrap main {
    -webkit-flex: 0 0 64%;
    flex: 0 0 64%;
    width: 64%;
    margin-right: 3%;
  }
  
  body.content-sidebar .content-sidebar-wrap aside.sidebar {
    -webkit-flex: 0 0 33%;
    flex: 0 0 33%;
    width: 33%;
  }
  
  .footer-widgets-1 {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%; 
    margin-right: 2.5%;
  }
  
  .footer-widgets-2 {
    -webkit-flex: 0 0 30%;
    flex: 0 0 30%;
    width: 30%; 
    margin-right: 2.5%;
  }

  .footer-widgets-3 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; 
    margin-right: 2.5%;
  }

  .footer-widgets-3 .textwidget h4, .footer-widgets-3 .textwidget div {
    padding-right: 20px;
  }
  
  .creds-2 {
    text-align: right;
  }
    
  div.team {
    -webkit-flex: 0 0 30%;
    flex: 0 0 30%;
    width: 30%; 
    margin-right: 3%;
  }
}

@media (min-width: 992px) {
  .genesis-nav-menu > li > a {
  	margin-left: 25px;
  }
  
  .adjust-11 {
    position: relative;
    top: 11px;
  }
}

@media (min-width: 1200px) {
  .wrap {
    max-width: 1200px;
    padding: 0 130px;
    margin: 0 auto;
  }
} 