/*
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.   ***************/
#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
 
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}



body{
	color: #303030 !important;
    font-size: 15px !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
}
h1,h2,h3,h4,h5,h6,p,a{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
}
.is-divider {
    display: none;
}


.header:not(.transparent) .header-nav-main.nav > li > a {
    color: #fff;
}
.header:not(.transparent) .header-nav-main.nav > li.active > a,
.header:not(.transparent) .header-nav-main.nav > li:hover > a {
    color: #f7c220;
}

/***************************************************************************/

.sec-1 .widget-title {
	font-size: 30px;
	margin-bottom: 15px;
    display: inline-block;
}

.sec-1 input {
	width: 90%;
}

.sec-1 button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    width: 80px;
    height: 70px;
    border-radius: 10px !important;
    background: #555555;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 20px;
    font-weight: bold;
}


.sec-1 input {
	height: 70px;
	border-radius: 10px;
}

.server-law h3 ,
.sec-3 h3.title-law{
	font-size: 25px;
	border-bottom: 2px solid #f2b705;
	display: initial;
	padding-bottom: 10px;
	text-transform: uppercase;
}


.sec-2 .row{
	margin-bottom: -30px;
}

.sec-2 .last-reset ,.sec-2 h3 {
	color: #fff;
	text-align: center;
}

.sec-2 .col-inner {
	padding: 15px;
}
.sec-2 .icon-box.featured-box{
    margin-top: 25px;
    height: 250px;
}

.sec-3 .we-law {
	text-align: center;
}

.sec-3 .we-law .icon-inner img{
   border-radius: 50%;
   height: 190px;
   width: 190px;
}
.sec-3 .last-reset {
	text-align: center;
}

.sec-3 .box-box img{
	border-radius: 50%;
	height: 220px;
   width: 220px;
}

ul.nang-luc  {
    margin-left: 18%;
}

ul.sourcode{
   margin-left: 30%;
}
ul.nang-luc li ,ul.sourcode li {
	float: left;
	list-style: none;
	margin-left: 10px;
}
ul.nang-luc li span {
	color: #f2b705;
	font-size: 20px;
	font-weight: bold;
}

ul.sourcode li a i{
	background: #fdf3d2;
	height:30px;
	width: 30px;
	border-radius: 50%;
	color: #f7c220;
	font-weight: bold;
	padding: 7px;
}


.sec-4 p {
  /*  color: #fff;*/
    text-align: center;
    width: 50%;
    display: inline-block;
}

.sec-5 .wpcf7-submit {
	background: #f2b705;
	width: 100%;
}


/************************************************************/
.blog-archive .box-text {
    margin-top: -1%;
    display: block;
}

.blog-archive h5.post-title.is-large{
	color: #f7c220;
	font-weight: 500;
}

.blog-archive .col-inner {
	border-bottom: 1px solid #ddd;
}

.blog-archive .sec-2 .col-inner,.blog-archive .sec-3 .col-inner  {
    border-bottom: 0px solid #ddd; 
}
.blog-archive .box-vertical {
	margin-bottom: 20px;
}
.post-sidebar ul>li {
	border-bottom: 1px solid #ddd;
}

.row-divided>.col+.col:not(.large-12) {
    border-left: 0px solid #ececec;
}
.post-sidebar .widget-title {
	color: #f7c220;
}


/*************************************************************/

.footer-footer .row {
	margin-top: 5%;
	color: #fff;
}
.footer-footer ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.footer-footer h6 {
	color: #fff;
}
.footer-footer h3.title-footer {
	text-transform: uppercase;
	color: #f7c220;
}

.footer-footer ul li a {
	color: #fff;
}

.footer-footer .widget ul li+li {
    border: 0px;
}

.footer-footer .wpcf7-submit {
	background: rgb(54, 54, 54);
}
.footer-footer i {
	color: #fff;
	font-size: 40px;
	margin-right: 10px;
}



#related_posts .col {
float: left;
margin-left: 0;
list-style: none;
}

.relatedcontent h3 {
font-size: 16px;
margin-top: 7px;
}


#related_posts {
border-top: 4px double #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 {
height: 125px;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}