/* .
. GOODLOOK LIBRARY CORE STYLESHEET
. 
. Contains global Wordpress classes, ids, etc. that will be used in all Goodlook themes
. */


/* General Elements */  
* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

ul, ol, li {
	list-style-type: none;
}

img {
	border: none;
}

video {
	display: block;
	width: 100%;
}

blockquote {

}


/* Forms */
form {
	font-size: 14px;
	line-height: 1.2em;
}

form input[type=submit] {
	font-size: 16px;
}

form input,
form select,
form textarea {
	font-size: 1em;
}

form,
form div,
form input[type=submit],
form.glmke-form-banner input[type=submit] {
	width: 100%;
	text-align: center;
}

form input,
form select,
form textarea {
	border: 2px solid #000;
	width: calc(100% - 4px);
}

form input[type=submit] {
	cursor: pointer;
	font-weight: bold;
	letter-spacing: 2px;
}

form#searchform input,
form .sbe-widget-form-field,
form.glmke-form-banner input,
form.glmke-form-banner input[type=submit],
form.glmke-form-banner textarea,
form.glmke-form-contact input,
form.glmke-form-contact input[type=submit],
form.glmke-form-contact textarea {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-appearance: none;
	padding: 5px 4px;
	margin-bottom: 5px;
}

form.glmke-form-banner input,
form.glmke-form-banner input[type=submit],
form.glmke-form-contact input,
form.glmke-form-contact input[type=submit],
form.glmke-form-contact textarea {
	border: 0 none;
}

form.glmke-form-banner input[type=text],
form.glmke-form-banner input[type=submut] {
	width: calc(100% - 10px);
}

form.glmke-form-contact input[type=text],
form.glmke-form-contact textarea {
	width: calc(100% - 8px);
}

form.glmke-form-banner input[type=submit]:hover,
form.glmke-form-contact input[type=submit]:hover {
	text-decoration: none;
}

form.glmke-form-banner ul li.gfield,
form.glmke-form-contact ul li.gfield,
form.glmke-form-email ul li.gfield,
form.glmke-form-banner ul li.gfield.gform_hidden,
form.glmke-form-content ul li.gfield.gform_hidden,
form.glmke-form-email ul li.gfield.gform_hidden {
    margin: 0;
}

form.glmke-form-banner .gform_heading,
form.glmke-form-contact .gform_heading/*,
form.glmke-form-email .gform_heading*/ {
    margin-bottom: 10px;
}

form.glmke-form-banner .gform_footer,
form.glmke-form-contact .gform_footer,
form.glmke-form-email .gform_footer {
    margin: 0 auto;
	width: 35%;
}

form.glmke-form-banner .gform_title,
form.glmke-form-contact .gform_title,
form.glmke-form-email .gform_title {
    font-size: 25px;
	margin-bottom: 10px;
}

form.glmke-form-banner label,
form.glmke-form-email label {
	display: none;
}

form.glmke-form-banner .gform_body {
    margin: 0 auto;
	width: 80%;
}

form.glmke-form-email {
	text-align: center;
	width: 400px;
	overflow: hidden;
}

form.glmke-form-email .gform_body {
    float: left;
    width: 310px;
}

form.glmke-form-email .gform_footer {
    float: right;
    width: 90px;
    clear: none;
    margin-top: 16px;
}

form.glmke-form-email .gform_body input {
    width: 94%;
    border-radius: 5px;
    padding: 2%;
    margin-top: 15px;
}

form.glmke-form-content .gfield {
    margin: 10px 0;
	clear: both;
	overflow: hidden;
}

form.glmke-form-content label,
form.glmke-form-content span.name_first,
form.glmke-form-content span.name_last,
form.glmke-form-content .ginput_container_select {
	text-align: left;
}

form.glmke-form-content label {
	display: block;
	font-weight: bold;
}

form.glmke-form-content span.name_first label,
form.glmke-form-content span.name_last label {
	font-weight: normal;
}

form.glmke-form-content span.name_first,
form.glmke-form-content span.name_last {
	float: left;
    width: calc(50% - 2px);
    display: inline-block;
}

form.glmke-form-content span.name_first:nth-of-type(even),
form.glmke-form-content span.name_last:nth-of-type(even) {
    float: right;
}

form.glmke-form-content input,
form.glmke-form-content select,
form.glmke-form-content textarea {
    border: 1px solid #000;
	padding: 5px 4px;
}

form.glmke-form-content input,
form.glmke-form-content textarea {
	width: calc(100% - 10px);
}

form.glmke-form-content select {
	width: 100%;
}

form.glmke-form-content .ginput_container_checkbox {
	text-align: left;
}

form.glmke-form-content input[type=checkbox] {
	float: left;
	width: auto;
	margin: 0 10px;
}

form.glmke-form-content input[type=submit] {
	width: 50%;
	margin: 0 auto;
}

.gform_validation_container, 
.gform_wrapper .gform_validation_container, 
.gform_wrapper .field_sublabel_hidden_label label,
.gform_wrapper .hidden_label label,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, 
body .gform_wrapper li.gform_validation_container, 
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none !important;
    position: absolute !important;
    left: -9000px;
}

.gfield_description {
	font-size: 11px;
}

/* Rounded Corners 
 
div, #sidebar ul, form, blockquote {
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
 }
 
 Rounded Corners */
 
 
/* Wordpress Powered */
.alignleft {
	float: left;
	margin: 10px;
	margin-left: 0px;
}

.alignright {
	float: right;
	margin: 10px;
	margin-right: 0px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.wp-caption,
.wp-caption-text,
.gallery-caption {
	margin: 5px;
}

.wp-caption.aligncenter,
.wp-caption-text.aligncenter,
.gallery-caption.aligncenter {
	margin: 5px auto;
}

.menu-item:last-of-type .separator,
.menu .menu-item .sub-menu {
	display: none;
}

.navigation {
	text-align: center;
}

.navigation .prev {
	float: left;
}

.navigation .next {
	float: right;
}
 
.bypostauthor {
	font-weight: bold;
}

.sticky {
	position: absolute;
}

.nolink,
.nolink > a, 
.nolink > a:hover {
	text-decoration: none;
	cursor: default;
}


/* Banner */
.banner-area {
	position: relative;
    min-height: 160px;
	overflow: hidden;
	width: 100%;
}

#banner-items {
    padding: 10px 0;
}

.banner-content-left {
	float: left;
	text-align: left;
}

.banner-content-right {
	float: right;
}

.banner-area video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-area-overlay-video,
.banner-area-overlay-youtube {
	position: absolute;
	width: 100%;
	height: calc(100% - 20px);
	background-color: transparent;
	z-index: 1000;
	top: 0;
}

.banner-area-youtube {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
	min-height: 0px;
}

.banner-area-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


 /* Global Goodlook CSS Rules */
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.floatarea {
	clear: both;
	overflow: hidden;
}

.prev-nxt-nav {
	clear: both;
}

.desktop-one-line-justify {
    text-align-last: justify;
}

.absolute-centered {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.vertically-centered {
	display: block;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
}

.positioning-left {
	left: 0;
}

.positioning-right {
	right: 0;
}

.positioning-top {
	top: 0;
}

.positioning-bottom {
	bottom: 0;
}

.heading-inner {
	display: block;
}

.display-desktop,
.display-desktop-and-tablet,
.display-desktop-and-mobile {
	display: block;
}

.display-tablet,
.display-mobile,
.display-tablet-and-mobile,
.menu-toggle-icon {
	display: none;
}

.content ul, 
.content ul > li {
	list-style-type: disc;
}
 
.content ol, 
.content ol > li {
	list-style-type: decimal;
}
 
.content ul, 
.content ol {
	padding-left: 30px;
	margin-bottom: 10px;
}

.content ul.list-social,
ul.list-social,
ul.widget-list-cptloop,
aside ul,
aside ol,
aside.content ul,
aside.content ol {
	padding-left: 0px;
}

.content ul li,
.content ol li {
	margin: 10px 0;
}

.content form ul,
.content form ul li,
.content ul.list-social,
.content ul.list-social > li
ul.list-social,
ul.list-social > li,
ul.widget-list-cptloop,
ul.widget-list-cptloop > li {
	list-style-type: none;
}

.content form ul {
	padding-left: 0px;
	margin-bottom: 0px;
}

.content img,
.logo img,
video {
	max-width: 100%;
	height: auto;
}

.glmke-button {
	cursor: pointer;
	padding: 5px 10px;
	display: inline-block;
	text-decoration: none;
}

.glmke-button:hover {
	text-decoration: none;
}


/* Drop Down */
.menu.dropdown .menu-item .sub-menu a {
	display: block;
	float: none;
}

.menu.dropdown .menu-item-has-children {
	position: relative;
}
 
.menu.dropdown .sub-menu {
	position: absolute;
	z-index: 500;
	white-space: nowrap;
}
 
.menu.dropdown .sub-menu .sub-menu {
	top: 0;
	left: 100%;
}
 
.menu.dropdown .sub-menu .menu-item {
	float: none;
	clear: both;
	display: block;
}

.menu.dropdown .sub-menu,
.menu.dropdown .menu-item:hover .sub-menu .sub-menu,
.menu.dropdown .sub-menu .menu-item:hover .sub-menu .sub-menu {
	display: none; 
}

.menu.dropdown .menu-item:hover .sub-menu,
.menu.dropdown .sub-menu .menu-item:hover .sub-menu,
.menu.dropdown .sub-menu .menu-item .sub-menu .menu-item:hover .sub-menu {
	display: block;
}


/* jQuery UI */
.ui-tabs-hide {
	display: none;  
}


/* Shortcodes */
.onehalf,
.onethird,
.onefourth,
.twothirds,
.threefourths,
.onehalf {
	float: left;
	padding: 1%;
}

.onehalf {
	width: 48%;
}

.onethird {
	width: 31%;
}

.onefourth {
	width: 23%;
}

.twothirds {
	width: 64%;
}

.threefourths {
	width: 73%;
}


/* Font Sizes */
body {
	font-size: 16px;
	line-height: 1.375em;
}

.content h1 {
	font-size: 3em;
	line-height: 1.05em;
}

.content h2 {
	font-size: 2.25em;
	line-height: 1.25em;
}

.content h3 {
	font-size: 1.75em;
	line-height: 1.25em;
}

.content h4 {
	font-size: 1.125em;
	line-height: 1.2em;
}
 
.content h5 {
	font-size: 0.8em;
}

.content h6 {
	font-size: 0.6em;
}

.content blockquote {
	font-size: 1.5em;
	line-height: 1.45em;
}

.smalltext {
	font-size: 0.7em;
}


/* Responsive CSS - Tablet */
@media screen and (max-width: 980px) {
.display-tablet,
.display-desktop-and-tablet,
.display-tablet-and-mobile {
	display: block;
}

.display-desktop,
.display-mobile,
.display-desktop-and-mobile {
	display: none;
}

.content h1 {
	font-size: 2.5em;
	line-height: 1.125em;
}

.content h2 {
	font-size: 2em;
}

.content h3 {
	font-size: 1.5em;
}

.content blockquote {
	font-size: 1.5em;
	line-height: 1.45em;
}
}


/* Responsive CSS - Mobile */
@media screen and (max-width: 700px) {
.display-mobile,
.display-desktop-and-mobile,
.menu-toggle-icon {
	display: block;
}

.display-tablet,
.display-desktop,
.display-desktop-and-tablet,
.menu-toggle {
	display: none;
}

.menu-toggle-icon {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 99999;
}

.onehalf,
.onethird,
.onefourth,
.twothirds,
.threefourths,
.alignleft,
.aligncenter,
.alignright {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.content h1 {
	font-size: 2em;
	line-height: 1.25em;
}

.content h2 {
	font-size: 1.625em;
	line-height: 1.15em;
}

.content h3 {
	font-size: 1.375em;
	line-height: 1.13em;
}

.content h4 {
	line-height: 1.1em;
}

.content blockquote {
	font-size: 1.25em;
	line-height: 1.25em;
}

.banner-content-left,
.banner-content-right {
	float: none;
}

.vertically-centered {
	position: initial;
	top: initial;
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	-moz-transform: translate(0%, 0%);
	-o-transform: translate(0%, 0%);
	margin: 0 auto;
}
}