/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/







.blog-single .entry-title {
	color: white;
}
.blog-single .is-divider {
	display: none;
}
.blog-single {
	background-color: #18191b;
}
#comments {
	display: none;
}
.widget-title span {
	font-size: 25.6px;
	color: white;
	
}
.post-sidebar #secondary #categories-2 ul li a {
	color: white;
}
.post-sidebar #secondary #categories-2 ul li:hover a {
	color: white;
}

#post-list .post-title a {
	color: white;
}
#post-list .post-title:hover a {
	color: white;
}
.blog-archive .is-divider {
	display: none;
}
.blog-archive {
	background-color: #18191b;
}

#amlab_bloghead {
	margin-top: -30px;
	margin-bottom: 30px;
}
#amlab_cat {
	text-transform: uppercase !important;
	font-size: 27.2px !important;
	font-weight: 700;
	padding-left: 13px;
}



.amlab_fbtn input[type=submit] {
    background-color: black;
}

textarea {
    resize: none;
}

.amlab_fs27 {
    font-size: 27.2px;
}
.amlab_mb6em p {
    margin-bottom: 0.6em;
}

.amlab_1em {
    font-size: 1em;
    font-weight: 600;
}

.amlab_fs15 {
    font-size: 15px !important;
}

.list-view .box-vertical .box-image {
    vertical-align: top;
}

.amlab_blogver .post-item .box-vertical .box-text {
    vertical-align: top !important;
    padding-top: 0px !important;
}

.list-view .col {
    padding: 0 15px 0px !important;
}
.amlab_15rem .post-title a {
    font-size: 1.15em !important;
}
.amlab_blogver .post-title a  {
    font-size: 11.5px !important;
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.amlab_blogver .post-item {
    padding-bottom: 0 !important;
}

.mg-0 {
    margin-bottom: 0 !important;
}

.amlab_btn:hover {
    background-color: black !important;
}
.amlab_btn:hover span {
    color: white !important;
}
.amlab_btn span {
    color: black !important;
}
.amlab_btn {
    border-color: black !important;
}

.amlab_noibat .post-title a {
    color: white !important;
    font-size: 13px;
}
.amlab_noibat .post-title:hover a {
    color: white !important;
}

.amlab_title {
    text-transform: uppercase;
    font-size: 30px;
}

.separator {
    line-height: 0.5;
    text-align: center;
    position: relative;
    margin-top: -10px;
}
.separator span {
    display: inline-block;
    position: relative;
}
.separator span i {
    font-size: 6px;
    padding: 0;
    margin: 0;
    float: none;
    color: #fab702;
    position: absolute;
    bottom: -10px;
}
.fa-circle:before {
    content: "\f111";
}
.separator span:before, .separator span:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    top: 5px;
    width: 300px;
}
.separator span:after {
    right: 100%;
    margin-right: 15px;
}
.separator span::before {
    left: 100%;
    margin-left: 20px;
}



.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}
@media ( min-width: 576px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
#related_posts .col {
	float: left;
	margin-left: 0;
	list-style: none;
  }
  .relatedcontent h3 {
	font-size: 16px;
	margin-top: 7px;
  }
  .relatedthumb img {
	height: 100%;
	max-height: 165px;
  }
  #related_posts {
	border-top: 2px solid #e8e8e8;
	padding-top: 10px;
  }
  #related_posts li:nth-child(1) {
	padding-left: 0 !important;
  }
  #related_posts li:nth-child(2) {
	padding-left: 0 !important;
	padding-right: 0 !important;
  }
  #related_posts li:nth-child(3) {
	padding-right: 0 !important;
  }
  .relatedthumb img {
	min-height: 125px;
  }
  .amlab_white a {
	color: white;
  }
  .amlab_white h3 {
	color: white;
  }
  .amlab_white:hover a {
	color: white;
  }
  .amlab_cus .icon-box-img .icon-inner img {
	border-radius: 99px;
  }
  .blog-single .post .article-inner {
	display: flex;
	flex-direction: column;
  }
  .blog-single .post .article-inner .entry-content {
	display: flex;
	flex-direction: column;
    order: 10;
  }
  .nav .nav-dropdown {
    background-color: #000000;
}
.dark.nav-dropdown {
    color: #f1f1f1;
}
.nav-dropdown {
    font-size: 100%;
}
.nav li:first-child {
    margin-left: 0 !important;
}
.nav-dropdown li {
    display: block;
    margin: 0;
    vertical-align: top;
}
.dark.nav-dropdown.nav-dropdown-bold>li.nav-dropdown-col, .dark.nav-dropdown.nav-dropdown-simple>li.nav-dropdown-col, .nav-dropdown.dark .nav-column>li>a, .nav-dropdown.dark>li>a, .nav-dark .nav>li.header-divider, .nav-dark .header-divider:after, .nav-dark .nav-divided>li+li>a:after {
    border-color: rgba(255,255,255,0.2);
}
.nav-dark .is-outline, .dark .nav>li>a, .dark .nav>li.html, .dark .nav-vertical li li.menu-item-has-children>a, .dark .nav-vertical>li>ul li a, .nav-dropdown.dark>li>a, .nav-dropdown.dark .nav-column>li>a, .nav-dark .nav>li>a, .nav-dark .nav>li>button {
    color: rgba(255,255,255,0.8);
}
.nav-dropdown-bold .nav-column li>a, .nav-dropdown.nav-dropdown-bold>li>a {
    margin: 0 10px;
    padding-left: 10px;
    border-radius: 10px;
    padding-right: 5px;
}
.dropdown-uppercase.nav-dropdown .nav-column>li>a, .nav-dropdown.dropdown-uppercase>li>a {
    text-transform: uppercase;
    font-size: .85em;
}
.nav>li>a, .nav-dropdown>li>a, .nav-column>li>a {
    color: white !important;
    transition: all .2s;
}
.nav-column li>a, .nav-dropdown>li>a {
    width: auto;
    display: block;
    padding: 10px 20px;
    line-height: 1.3;
}
.header-main .nav > li > a {
    padding: 10px 15px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}