/*
 Theme Name:   Twenty Sixteen Child
 Theme URI:    http://example.com/twentysixteen-child/
 Description:  Twenty Sixteen Child Theme
 Author:       IWC
 Author URI:   http://example.com
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentysixteen-child
*/

html,
body,
#page  {
  height: 100%;
}
#page-wrapper {
  min-height: 100%;
  min-width: 975px;
  background-color: #fff;
  overflow-x: hidden;
}

#main-wrapper{
	background-color: #fff;
}

html{
	font-size: 62.5%;
}

body {
  line-height: 1.5;
  font-size: 10px; /* This sets the base font at 10px. So for a base font of 14px use 1.4em. */
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #000;
  font-family: 'Roboto', sans-serif;
}

body.page-id-60{
	overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.4em 0 0.5em;
  font-weight: bold;
  line-height: 1.2;
}
h1{
  font-size: 20px;
  color: #000;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-weight: 300;
}
h2 {
  font-size: 18px;
  color: #000;
  margin-top: 10px;
  font-weight: 300;
}
h3{
	font-weight: 100;
	font-size: 16px;
}
p {
  margin: 0 0 1.2em;
  font-size: 18px;
  font-weight: 100;
}

li a.active{
	 color: inherit;
}

#content ul, .widget ul{
	padding-left: 0;
	margin: 20px 0 30px;
}

#content ul li, .widget ul li{
	font-size: 1.6em;
	margin-bottom: 12px;
	list-style-type: none;
	padding-left: 17px;
	background: url('images/bullet.png') no-repeat 0 10px;
}

#content img, .widget img{
	max-width: 100%;
	height: auto !important;
}

#content a{
	color: #cfae39;
}

a.link-style{
	padding-right: 27px;
	background: url('images/link-style.png') no-repeat 100% 50%;
	font-weight: bold;
	padding-top: 1px;
	color: #cfae39;
}

/* Layout Stuff */

#header{
	display: inline-block;
	position: relative;
	width: 123px;
}

#header .bg{
	background-color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 600px;
	left: 0;
	display: none;
}

#menu-push{
	position: relative;
}





#menu-push img, #menu-push i{
	position: relative;
}

#menu-push i{
	font-size: 20px;
	width: 60px;
	height: 52px;
	color: #000;
}

#header p{
	margin: 0;
}


#black-studio-tinymce-3{
	cursor: pointer;
	position: relative;
	z-index: 2;
}

#header .widget ul li{
	background: none;
	padding: 0;
}

#header .section{
	position: relative;
}

#header .section > .widget_nav_menu{
	display: block;
	position: relative;
	margin-top: 0;
	/* background-color: rgba(255,255,255,1); */
	padding: 5px 15px;
	top: -400px;
}

#header .section > .widget_nav_menu::before{
	content: "";
	position: absolute;
	bottom: 0;
	height: 600px;
	background: #fff;
	left: 0;
	width: 100%;
	opacity: 1;
}

#header .menu{
	margin: 0;
	padding-left: 0;
	font-size: 16px;
}

#header li.menu-item{
	position: relative;
	color: #aaab9d;
  	font-family: 'Roboto', sans-serif;
	height: auto;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 100;
}

#header .menu > li.menu-item > a{
	display: block;
	color: #000;
}

#header .menu button{
	display: none;
}

#header .menu .sub-menu{
	position: absolute;
	top: 56px;
	left: 0;
	z-index: 550;
	min-width: 255px;
	padding: 20px 0;
	display: none;
	margin: 0 !important;
}

#header .menu > li.menu-item:hover .sub-menu{
	display: block;
}

#header .menu > li.menu-item:hover > a{
	background-color: rgba(255,255,255,.2);
}

#header .menu > li.menu-item > .sub-menu{
	background-color:rgba(0, 0, 0, 0.9);
}

#header .menu .sub-menu .sub-menu{
	display: block;
	position: relative;
	top: 0;
	left: 0;
}

#header .menu .sub-menu li.menu-item{
	height: auto;
	display: block;
}

#header .menu .sub-menu li.menu-item a{
	display: block;
	padding: 5px 25px;
	color: #fff;
}

#header .menu .sub-menu li.menu-item a:hover{
	background-color: rgba(255,255,255,.2);
}

#breadcrumb{
	padding: 15px 0 30px;
	background-color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#breadcrumb ul{
	padding: 0;
	margin: 0;
}

#breadcrumb ul li{
	list-style-type: none;
	display: inline-block;
	vertical-align: middle;
	padding-left: 22px;
	background: url('images/bc.png') no-repeat 0 50%;
	margin-right: 15px;
	line-height: 1.1;
}

#breadcrumb ul li:first-child{
	 background: none;
	 padding: 0;
}

#breadcrumb ul li:last-child{
	 background: url('images/bc-active.png') no-repeat 0 50%;
	 color: #00add9;
}

#banner {
    background-color: #134377;
    padding: 85px 0 75px;
    color: #fff;
    text-align: center;
}

#banner .title, #banner h1{
    font-size: 40px;
    font-weight: bold;
	color: inherit;
}

.with-sidebar #content, #right{
	display: inline-block;
	vertical-align: top;
}

.with-sidebar #content{
	width: 630px;
	margin-right: 100px;
}

#left-side, #right-side{
	width: 25%;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 2;
	overflow: hidden;
}

#left-side{
	/* background: url('images/left-default.jpg') no-repeat 50% 50%; */
	background: #fff;
	background-size: cover;
}

#left-side .post-thumbnail{
	height: 100%;
	width: 100%;
}

#left-side img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

#left-side{
	left: 0;
}

#right-side{
	right: 0;
	text-align: right;
}

#right-side #right-wrap{
	margin: 0 60px;
	position: relative;
	height: 100%;
}

#right-side .inner{
	padding: 85px 0 0;	
}

#menu-close{
	display: none;
}

#menu-open{
	display: inline-block;
}

#menu-push.active #menu-close{
	display: inline-block;
}

#menu-push.active #menu-open{
	display: none;
}

#logo{
	margin-bottom: 75px;
}

#main{
	padding: 0;
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#content{
	width: 49%;
	margin: 0 auto;
	z-index: 1;
	position: relative;
}

#content .inner{
	padding: 100px 35px 75px;
	position: relative;
}

#right .widget{
	margin-bottom: 40px;
}

#right .widget p{
	margin-bottom: 0;
}

#right h2, #footer h2{
	font-size: 2em;
	margin: 0 0 15px;
}

#footer{
	padding: 40px 0;
}

#footer h2{
	color: inherit;
}

#footer .widget{
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	width: 270px;
	margin-right: 40px;
}

#footer .section > .widget:last-child{
	margin-right: 0;
}

#footer .widget ul{
	margin: 0;
}

#right-copyright{
	position: absolute;
	bottom: 55px;
	right: 0;
}

#copyright p{
	margin: 0;
	font-size: 13px;
}

.wpcf7-form{
	max-width: 100%;
}

.wpcf7-form .form-item{
	margin: 0 0 15px;
}

.wpcf7-form .wpcf7-text, .wpcf7-form textarea, .wpcf7-form select{
	border: 1px solid #ccc;	
	font-family: 'Roboto', sans-serif !important;
	font-size: 16px !important;
	background-color: #fff;
}

.wpcf7-form .wpcf7-text{
	height: 40px;
	width: 93%;
	padding: 0 3% 0 3%;
}

.wpcf7-form select{
	height: 40px;
	width: 100%;
}

.wpcf7-form textarea{
	height: 125px;
	max-height: 125px;
	min-height: 70px;
	width: 93%;
	min-width: 93%;
	max-width: 93%;
	padding: 10px 3%;
}

.wpcf7-form .wpcf7-submit{
	background: url('images/submit-btn-arrow.png') no-repeat 0 0;
	border: none;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	padding: 0;
	font-family: 'Roboto', sans-serif !important;
	cursor: pointer;
	margin-top: 15px;
	display: inline-block;
	width: 39px;
	height: 27px;
	text-indent: 9999px;
}

.wpcf7-form .form-item.inline-label label,
.wpcf7-form .form-item.inline-label .wpcf7-form-control-wrap{
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}

.wpcf7-form .form-item.inline-label label{
	width: 15%;
	margin-right: 2%;
	font-size: 20px;
	font-weight: 100;
	padding-top: 5px;
}

.wpcf7-form .form-item.inline-label .wpcf7-form-control-wrap{
	width: 82%;
}

.width-section{
    height: auto;
    position: relative;
    z-index: 1;
}

.width-section::before {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 100%;
    width: 1920px;
	left: -49%;
    z-index: -1;
}

.width-section .inner{
	padding: 40px 0;
	max-width: 100%;
	margin: 0 auto;
}

.valign{
	display: inline-block;
}

#blog-back a{
	font-size: 16px;
	font-weight: bold;
}

#blog-back .social{
	display: inline;
}

#blog-back .social > em{
	margin-right: 12px;
}

.blog-meta{
	font-size: 16px;
	margin-bottom: 20px;
}

.post h1, .post h2{
	font-size: 2.4em;
}

.post h1{
	color: #0076b6;
}

.category article, .blog-posts article{
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	width: 100%;
	border: 1px solid #ccc;
	height: auto;
	font-size: 17px;
	font-weight: 300;
}

.blog-posts article .pad{
	padding: 15px;
	height: auto;
}

.blog-posts article .pad .wrap{
	position: relative;
	height: auto;
}

.blog-posts article .author{
	font-style: italic;
	max-height: 47px;
	overflow: hidden;
}

.blog-posts article .snippet{
	padding-top: 20px;
}

.blog-posts article .title{
	font-size: 20px;
	max-height: 75px;
	overflow: hidden;
	line-height: 1.2;
	margin-bottom: 3px;
}

.blog-posts article .image{
	max-height: 50px;
	overflow: hidden;
	margin-bottom: 25px;
}

.blog-posts article .left, .blog-posts article .right{
	width: 45%;
}

.blog-posts article .right{
	text-align: right;
}

.blog-posts article .details{
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-top: 15px;
}

.blog-posts article .edit-link{
	font-size: 12px;
	display: block;
}
/*
.category article:nth-child(even), .blog-posts article:nth-child(even),
.blog-posts ul > a:nth-child(even){
	top: 125px;
	position: relative;
}
*/
#content .blog-posts a{
	color: inherit;
}

#content .blog-posts article .image img {
    max-width: 100%;
	height: inherit !important;
    max-height: 50px !important;
	width: auto !important;
}

.blog-meta em > span.category:last-child .comma{
	display: none;
}

.blog-post-content, .blog-post-content p{
	font-size: 16px;
}

.blog-post-content{
	margin-bottom: 20px;
}

.blog-meta .tags-links{
	margin-left: 7px;
}

.custom-pagination{
	font-size: 16px;
}

#upper-pagination{
	margin-bottom: 12px;
	display: none;
}

#lower-pagination{
	margin-top: 15px;
}

.homepage, .homepage #main-wrapper, .homepage #main{
	height: 100%;
}

.homepage #content{
	width: 24%;
	margin: 0 50% 0 25%;
	height: 100%;
	background: #fff;
}

.homepage #right-side{
	width: 50%;
	background: url('images/home-right.jpg') no-repeat 50% 50%;
	background-size: cover;
}

.homepage h1 {
    font-size: 24px;
    margin: 0;
    text-transform: none;
	font-weight: 100;
}

.left, .right{
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	width: 47%;
}

.left{
	margin-right: 5%;
}

#post-79 .left, #post-79 .right{
	width: 230px;
}

#post-79 .left{
	margin-right: 80px;
}

#post-79 .wpcf7{
	margin-top: 20px;
	padding-top: 50px;
	border-top: 1px solid #ccc;
}

#post-79 .form-actions, #post-79 .captcha{
	text-align: right;
}

#post-79 .wpcf7 .ajax-loader{
	display: block;
}

#post-79 .captcha .right-float{
	display: inline-block;
	width: 304px;
	max-width: 100%;
}

#staff-widget article.staff_member .values{
	display: none;
}

#content hr{
	border: none;
	border-top: 1px solid #ccc;
	margin: 20px 0;
	width: 110%;
	left: -10%;
	position: relative;
}

#post-84 h1{
	margin: 0;
}

#staff-widget{
	font-size: 17px;
	font-weight: 100;
}

#staff-widget .featured .position, #staff-widget .featured .photo{
	display: inline-block;
	vertical-align: bottom;
}

#staff-widget .featured .position{
	width: 61%;
	margin-right: 3%;
	font-style: italic;
	font-size: 20px;
	top: 3px;
	position: relative;
}

#staff-widget .featured .photo{
	width: 35%;
	text-align: right;
	margin-top: -20px;
}

#staff-widget .featured .photo img{
	/*
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	*/
	margin-bottom: -4px;
}

#staff-widget .featured .left, #staff-widget .featured .right{
	vertical-align: bottom;
}

#staff-widget .featured .left, #staff-widget .featured .name{
	color: #cfae39;
	font-size: 20px;
}

#staff-widget .left{
	width: 24%;
	margin-right: 3%;
}

#staff-widget .right{
	width: 72%;
}

#staff-widget .list .title{
	cursor: pointer;
	margin-bottom: 20px;
}

.pulse-animate{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pulse-animate img{
	animation-name: pulse;
	animation-duration: 60s;
	animation-fill-mode: forwards;
	animation-delay: 0ms;
	width: 100%;
    height: 100%;
	object-fit: cover;
}

@keyframes pulse{
	0%   {transform: scale(1.0)}
	50%  {transform: scale(1.3)}
	100% {transform: scale(1.0)}
}

#content .inner{
	animation-name: simplefade;
	animation-duration: 1500ms;
	animation-fill-mode: forwards;
	animation-delay: 250ms;
	animation-timing-function: linear;
	opacity: 0;
	top: 30px;
}

@keyframes simplefade{
	0%   {opacity: 0; top: 30px;}
	100% {opacity: 1; top: 0;}
}

.homepage #left-side, .homepage #right-side{
	background: none !important;
}

.homepage #logo{
	margin-bottom: 145px;
}

.homepage .pulse-animate{
	width: 120%;
	height: 120%;
}

#header .menu > li.menu-item.current-menu-item > a{
	color: #cfae39;
}

#staff-widget .featured .left h1 {
    font-size: inherit !important;
    color: inherit !important;
    margin: inherit !important;
    text-transform: inherit !important;
    font-weight: inherit !important;
}

#content #staff-widget .list .left a {
    color: inherit;
}

#content #staff-widget .list .left p {
    margin-bottom: 12px;
}

#category-tabs{
	font-size: 20px;
	font-weight: 100;
}

#category-tabs .widget-title{
	font-style: italic;
	font-weight: 100;
	font-size: inherit;
	margin: 0;
	margin-right: 12px;
	display: none;
}

#content #category-tabs ul li{
    margin: 0;
    padding: 0;
	margin-right: 9px;
    background: none;
	display: inline;
	font-size: inherit;
}

#content #category-tabs ul li::after{
	content: " | ";
	margin-left: 9px;
}

#content #category-tabs ul li:last-child::after{
	display: none;	
}

#content #category-tabs a{
	color: inherit;
}

#content #category-tabs ul li.current-cat a{
	color: #cfae39;
}

#content #category-tabs ul{
    padding-left: 0;
    margin: 15px 0 20px;
}

.single-staff_member #content .inner {
    animation-name: none;
    opacity: 1;
    top: 0;
}

.single-staff_member.postid-107 #content .inner {
    animation-name: simplefade;
    opacity: 0;
    top: 30px;
}

#content #team-overview .team-item a{
	color: #000;
}


#content #team-overview .team-item:hover a{
	color: #cfae39;
}

#team-overview .team-item .image{
	height: 220px;
	line-height: 220px;
	margin-bottom: 15px;
}

#team-overview .team-item .image img{
	display: inline-block;
	vertical-align: bottom;
}

#content #team-overview ul{
	margin: 0;
	-moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}

#content #team-overview ul li {
  font-size: 16px;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  background: none
}

@media screen and (max-width: 1750px) {
	
	.homepage #content {
		width: 36%;
		margin: 0 50% 0 12%;
		height: 100%;
	}
	
	.homepage #left-side {
		width: 13%;
	}
	
}

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

	#right-side{
		width: 20%;
	}
	
	#content{
		width: 59%;
		margin-left: 25%;
		margin-right: 15%;
	}
	
	#right-side #right-wrap {
		margin: 0 20px;
	}
	
	.pum-container.theme-62 p{
		font-size: 14px !important;
	}
	
	.pum-container.theme-62 .pum-content{
		width: 420px;
		margin: 0 auto;
	}
	
	.pum-theme-62 .pum-container{
		padding: 5px !important;
	}
	
	.pum-theme-62 .pum-content + .pum-close{
		right: 5px !important
	}
	
	#post-79 .left {
		margin-right: 10px;
	}
	
	.wpcf7-form .form-item.inline-label label{
		font-size: 17px;
	}
	
	#staff-widget .featured .position{
		width: 60%;
	}

}

@media screen and (max-width: 1023px) {
  /*--- All mobile devices ---*/
  
	body{
		width: 100% !important;
		max-width: 100% !important;
		margin: 0;
		overflow-x: hidden !important;
	}

}

@media screen and (max-width: 1023px) {
  /*--- iPhone only CSS here ---*/
		
	
	#page-wrapper{
		min-width: 0;
	}
	
	.field-name-body img{
		max-width: 100%;
		height: auto !important;
	}
	
	.with-sidebar #content, #right{
		display: block;
		margin: 0 auto 30px;
	}
	
	.with-sidebar #content{
		width: 100%;
	}
	
	#black-studio-tinymce-3{
		display: block;
	}
	
	/*
	
	#header .menu .sub-menu{
		position: relative;
		top: 0;
		left: 0 !important;
		min-width: 0 !important;
		width: 100% !important;
		background: none !important;
		padding: 0 0 5px;
		display: block;
	}

	#header .menu .sub-menu .sub-menu{
		display: block;
	}
	
	#header .menu li.menu-item{
		height: auto;
		text-align: center;
		width: 100%;
		padding: 5px 0;
	}
	
	#header .menu > li.menu-item > a{
		padding: 0 5px;
	}
	
	#header .menu > li.menu-item:hover > a,
	#header .menu .sub-menu li.menu-item a:hover{
		background: none !important;
	}
	
	#header .menu > li.menu-item > a{
		font-weight: bold;
	}
	
	#header .menu .sub-menu li.menu-item a{
		padding: 0px 25px;
	}
	
	*/
	
	#footer .widget{
		display: block;
		margin: 0 auto 30px !important;
		width: 270px;
	}
	
	#copyright{
		text-align: center;
	}
	
	#banner .title, #banner h1{
		font-size: 32px;
	}
	
	#right-side .inner {
		padding: 20px 0 0;
	}
	
	#left-side{
		width: 15% !important;
	}
	
	#content {
		width: 79%;
		margin-left: 15%;
		margin-right: 5%;
	}
	
	#right-side {
		width: 180px !important;
		position: fixed;
		right: 0;
		top: 0;
	}
	
	#content .inner {
		padding: 50px 35px 65px;
	}
	
	#logo {
		margin-bottom: 35px;
	}
	
	#right-side #right-wrap {
		margin: 0 10px;
	}
	
	#right-copyright{
		bottom: 10px;
	}
	
	.wpcf7-form .form-item.inline-label label{
		width: 100%;
		margin: 0 auto 5px;
		display: block;
	}
	
	.wpcf7-form .form-item.inline-label .wpcf7-form-control-wrap{
		display: block;
		width: 100%;
	}
	
	#staff-widget .featured .position, #staff-widget .featured .name {
		font-size: 16px;
	}
	
	#staff-widget{
		font-size: 15px;
	}
	
	.homepage #content {
		width: 55%;
		margin-left: 15%;
		margin-right: 180px;
	}
	
	.category article, .blog-posts article{
		max-width: 90%;
	}
	
	.blog-posts ul > a{
		top: 0 !important;
	}
	
	.homepage #logo {
		margin-bottom: 30px;
	}
	
}

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

	.admin-bar #header .section > .widget_nav_menu{
		top: 140px;
	}
	
	#banner .title, #banner h1{
		font-size: 28px;
	}
	
	#staff-widget .left{
		width: 29%;
	}
	
	#staff-widget .right {
		width: 67%;
	}
	
	p{
		font-size: 16px;
	}
	
	.homepage h1 {
		font-size: 19px;
	}
	
	#category-tabs{
		font-size: 18px;
	}
	
	#content #team-overview ul{
		margin: 0;
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		column-count: 1;
		column-gap: 0px;
	}

}

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

	
	#banner .title, #banner h1{
		font-size: 24px;
	}
	
	#logo img{
		width: 170px;
	}
	
	p{
		font-size: 15px;
	}
	
	#content .inner {
		padding: 40px 20px 35px !important;
	}
	
	#content {
		width: 79%;
		margin-right: 5%;
	}
	
	.pum-container.theme-62 p{
		font-size: 10px !important;
	}
	
	.pum-container.theme-62 .pum-content{
		width: 270px;
	}
	
	.page-id-84 #left-side{
		display: none;
	}
	
	.page-id-84 #content {
		width: 94%;
		margin-left: 0;
	}
	
	#staff-widget .featured .left, #staff-widget .featured .right{
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	
	#staff-widget {
		font-size: 12px;
	}
	
	#staff-widget .left {
		width: 32%;
	}
	
	#staff-widget .right {
		width: 62%;
	}
	
	#staff-widget .list .title {
		margin-bottom: 10px;
	}
	
	#right-copyright{
		display: none;
	}
	
	.homepage #left-side{
		display: none;
	}
	
	.homepage #content {
		width: 55%;
		margin-left: 0;
	}
	
	.homepage #right-side {
		width: 160px !important;
	}
	
	.homepage #content .inner {
		padding: 0 15px;
	}
	
	.homepage h1 {
		font-size: 16px;
	}
	
	.page-id-40 #right-side{
		height: 260px;
	}
	
	#category-tabs{
		font-size: 14px;
	}
	
	#content #category-tabs ul li{
		display: block;
	}
	
	#content #category-tabs ul li::after{
		display: none;	
	}
	
	.blog-posts article .title{
		max-height: inherit;	
	}
	}

}