/* 
 Theme Name:     valliant divi child theme
 Author:         Mark Hendriksen
 Author URI:     https://www.markhendriksen.com/
 Template:       Divi
 Version:        1.0
 Description:   A Divi Child Theme 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* ### REVIEW BUTTON MENU ### */

.review_button h3 {
	background-color: rgba(245, 245, 245, 0.43);
    border: 1px solid #e2e2e2;
}

.review_button h3:hover {
	background-color: #1e3d7e;
}

.review_button .fas {
	color: #dad41b;
}

/* ### PHONE NUMBER MENU ### */

.cta_menu.menu-item {
	background-color: #fff;
}

.phonetext {	
	color: #e30c16;
}

.phonenumber {
	color: #1e3d7e;
}

/* ### MENU DROPDOWN LINE ### */

.custom_menu .et_pb_fullwidth_menu ul.fullwidth-menu li ul.sub-menu li a {
	border-bottom: 1px solid #8e1515;
}

/* ### MENU DROPDOWN CURRENT MENU ITEM ### */

.custom_menu .et_pb_fullwidth_menu ul.fullwidth-menu li ul.sub-menu li.current-menu-item a {
	color: #fff !important;
}

/* ### MENU DROPDOWN CURRENT PARENT MENU ITEM ### */

.custom_menu li.current-menu-item ul.sub-menu li a {
    color: #fff !important;
}

/* ### MENU HAMBURGER ICON ### */

.mobile_menu_bar:before {
 	color: #fff !important;
}

/* ### MOBILE MENU ### */

@media (max-width: 980px) {
.et_mobile_menu .cta_menu.menu-item  {
    background-color: #cc1c1c !important;
}
	
.phonenumber {
    color: #fff !important;
}

.phonetext {
    color: #fff !important;
}}

/* ### SIDEBAR MENU ### */

.et_pb_widget_area .menu .menu-item {
	border-bottom: 1px solid #cc1c1c;
}

.et_pb_widget_area .menu .menu-item:hover {
	background-color: #e8e8e8;
}

.et_pb_widget_area .menu .menu-item:hover a {
	color: #cc1c1c;
}

.et_pb_widget_area .menu .menu-item a {
	color: #000;
}

.et_pb_widget_area .menu .current-menu-item {
	background-color: #e8e8e8;
}

.et_pb_widget_area .menu .current-menu-item a {
	color: #cc1c1c !important;
}

/* ### BUTTON SINGLE BLOG POST ### */

.more-link {
    background-color: #cc1c1c;
    color: #fff;
}

/* ### SIDEBAR WIDGETS ### */

.et_pb_widget {
border: 1px solid #e5e5e5;
border-top: 5px solid #cc1c1c;
}

/* ### CONTACT BG SERVICES ### */

.contact_header .et_pb_contact_select option,
.custom_contact_button .et_pb_contact_select option {
	background-color: #cc1c1c;
}

.et_pb_contact_field[data-type=select]:after {
    border-color: #fff transparent transparent transparent !important;
}

/* ###### END COLORS ###### */


#main-header {
	display: none;
}

#page-container {
	padding-top: 0px !important;
	overflow-y: hidden;
}


/* ### GENERAL ### */

body {
	font-weight: 400;
}

/* ### HOME HEADER COTACT FORM ### */

.contact_header .et_pb_button,
.custom_contact_button .et_pb_button {
	width: 100%;
	margin-left: 0px !important;
	padding: .5em 1em;
}

.contact_header .et_contact_bottom_container,
.custom_contact_button .et_contact_bottom_container {
	width: 100% !important;
	padding-left: 3%;
}

.contact_header .et_pb_button:hover,
.custom_contact_button .et_pb_button:hover {
    padding: .5em 1em;
    border: 0px solid transparent;
}

/* ### TOP HEADER ### */

.top_header {
	height: 55px;
}

.top_header .et_pb_row,
.top_header .et_pb_column {
	height: 100%;
}

.custom_logo {
	height: 140px;
}

.review_button h3 {
	padding: 12px 15px 5px 15px;
    display: inline-block;
    border-radius: 25px;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.review_button h3:hover {
	cursor: pointer;
}

.review_button .fas {
    font-size: 18px;
    margin-top: -5px;
    vertical-align: middle;
}

.review_button .first_star {
	padding-left: 25px;
}

/* ### MENU ### */

@media (min-width: 981px) {
.custom_menu .et_pb_fullwidth_menu.et_pb_fullwidth_menu_fullwidth .et_pb_row {
    padding: 0px!important;
}}

.custom_menu .et_pb_fullwidth_menu ul.fullwidth-menu {
	padding-top: 0px !important;
	height: 85px;
}

.custom_menu .et_pb_fullwidth_menu ul.fullwidth-menu li a {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	line-height: 85px;
}

@media (min-width: 1650px){
.fullwidth-menu li {
    padding-right: 65px !important;
}}

@media (min-width: 1350px) and (max-width:1649px){
.fullwidth-menu li {
    padding-right: 40px !important;
}}

.cta_menu.menu-item {
	float: right;
    display: inline-block;
	height: 100%;
	padding: 0 35px !important;
}

.cta_menu a {
	text-align:center;
}

.custom_menu .et_pb_fullwidth_menu ul.fullwidth-menu li.cta_menu a {
	padding: 0px !important;
	line-height: 1.7em;
	margin-top: 15px;
}

.phonetext {
	font-size: 16px;	
}

.phonenumber {
	font-size: 30px;
	font-weight: bold;
}


@media (min-width: 981px) and (max-width: 1465px){
.phonenumber {
	font-size: 24px;	
}

.cta_menu {
	padding: 0 15px !important;
}}

@media (min-width: 981px) and (max-width: 1175px){
.custom_menu .fullwidth-menu li {
    font-size: 13px !important;
}

.custom_menu .et_pb_fullwidth_menu {
    margin-left: 22% !important;
}}

@media (min-width: 981px) and (max-width: 1100px){
.custom_menu .fullwidth-menu li {
    padding-right: 10px !important;
}}

@media (min-width: 1101px) and (max-width: 1175px){
.custom_menu .fullwidth-menu li {
    padding-right: 20px !important;
}}


/* ### MOBILE MENU ### */
@media (max-width: 980px) {
.et_mobile_menu .cta_menu.menu-item  {
	width: 100% !important;
	padding: 0 20px !important;
}
	
.phonenumber {
    font-size: 28px !important;
    font-weight: bold;
}

.phonetext {
    font-size: 16px;
}}

.footer_middle_row.et_pb_row_inner {
	margin: 0 auto !important;
}

/* ###### DROPDOWN ###### */

.custom_menu .fullwidth-menu li li {
    padding-right: 20px !important;
}

.custom_menu .et_pb_fullwidth_menu ul.fullwidth-menu li ul.sub-menu li a {
    width: 220px !important;
    font-size: 14px !important;
    padding: 10px 0px 10px 0 !important;
	line-height: 1.8em;
}

.nav li ul {
    width: 260px !important;
}

.nav li ul {
    padding: 5px 0 !important;
}

/* ###### SIDEBAR MENU ###### */

.et_pb_widget_area .menu .menu-item {
	padding: 15px 20px 15px 20px;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.et_pb_widget_area .menu .menu-item a {
	-webkit-transition: all .3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.et_pb_widget_area .widget_nav_menu {
	margin-bottom: 0px !important;
}

.et_pb_widget_area .widget_nav_menu ul li {
    margin-bottom: 0em;
}

.et_pb_widget.widget_nav_menu {
    padding: 0px;
    border-radius: 0px;
}

.et_pb_widget.widget_nav_menu {
    border: unset;
    border-top: unset;
}

.header_thumbnail .et_pb_image_wrap  {
	z-index: -1;
}

/* ###### SINGLE BLOG PAGE ###### */

.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row, .et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .et_pb_row {
    width: 100%;
}

.single .et_pb_post {
    margin-bottom: 0px;
}

.single .post {
    padding-bottom: 0px;
}

#left-area {
    padding-bottom: 0px;
}

.more-link {
	display: inline-block !important;
    padding: 1px 15px;
    margin-top: 15px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    font-size: 14px;
}

.single .custom_footer {
	padding-left: 35px;
    padding-right: 35px;
}

/* ######### SIDEBAR ########## */

.et_pb_widget {
	padding: 30px;
	border-radius: 5px;
}

h4.widgettitle {
	font-size: 24px;
	font-weight: bold;
}

.category .container,
.search .container {
	max-width: 1200px !important;
}

/* ###### SEARCH RESULT PAGE ###### */

@media (min-width: 981px) {
.search #left-area {
	width: 64.833%;
}

.search #sidebar {
	width: 29.666%;
	border-left: 1px solid #e2e2e2;
}

.search #main-content .container:before {
    display: none !important;
}}

.search .et_pb_post a img {
    padding-bottom: 25px;
}

.search h2, .pum-content h2 {
	font-size: 30px;
	font-weight: bold;
}

.search h4.widgettitle {
	font-size: 20px;
	font-weight: bold;
}

.search #sidebar .et_pb_widget {
	padding: 25px;
	margin-bottom: 20px;
}

#search-header {
	display: none;
}

.search #search-header {
	display:block;
}	

/* ###### CATEGORY RESULT PAGE ###### */
@media (min-width: 981px) {
.category #left-area {
	width: 64.833%;
}

.category #sidebar {
	width: 29.666%;
	border-left: 1px solid #e2e2e2;
}

.category #main-content .container:before {
    display: none !important;
}}

.category .et_pb_post a img {
    padding-bottom: 25px;
}

.category h2 {
	font-size: 30px;
	font-weight: bold;
}

.category h4.widgettitle {
	font-size: 20px;
	font-weight: bold;
}

.category #sidebar .et_pb_widget {
	padding: 25px;
	margin-bottom: 20px;
}

#search-header {
	display: none;
}

.search #search-header {
	display:block;
}	
#category-header {
	display: none;
}

.category #category-header {
	display:block;
}

/* ### FOOTER ### */

.contact_mail_icon .et_pb_image_wrap {
	float: right;
}

.et_pb_contact_select {
    padding-left: 16px !important;
}

.et-fb .top_header,
.et-fb .custom_menu,
.et-fb .custom_top_header_mobile,
.et-fb .custom_menu_mobile,
.et-fb .custom_footer {
	display: none;
}


/*------------------CUSTOM CSS -----------------*/



.sm-contact-form input{
    height: 50px;
}

.sm-contact-form .btn{
    color: #fff;
    text-transform: uppercase;
}

.sm-contact-form input,textarea{
    width: 100%;
    background-color:#000;
    border:1px solid #333;
    padding:15px;
    color: #fff;
}
.page-section-sm h1{
    font-size:36px;
    font-weight:900;
    color:#ffa700;
}

.page-section-sm h2{
    font-size:30px;
    font-weight:700;
    color:#ffa700;
}

.page-section-sm h3{
    font-size:24px ;
    font-weight:700;
    color:#ffa700;
}

.page-section-sm h4{
    font-size:20px ;
    font-weight:700;
    color:#ffa700;
}

.page-section-sm table.table-striped tr:nth-child(even) {
  background-color: #f2f2f2
}

html body .page-section-sm a{
    color:#2ea3f2 !important;
}
.page-section-sm{
    padding-bottom: 50px;
}
.page-section-sm p{
    color: #666;
    line-height: 2em !important;
}

.page-section-sm img{
    border:1px solid #ffa700;
    padding: 5px;
}
.page-section-sm img.no-border-img{
    border:none !important;
    padding: 5px;
}
.page-section-sm ul li{
    color: #666;
    padding-bottom: 10px;
}

.page-section-sm .fluid-width-video-wrapper{
    border: 4px solid #ffa700;
}


html body .et_pb_section_4 {
    padding: 0px;
    height: 0px;
}
html body .top_main_logo{
    position: absolute;
    top: -22px;
    margin-left: 0px;
}
html body .top_main_logo img{
    width: 300px;
} 
div.wpcf7-blog{
	width: 95%;
    /*background-image: linear-gradient(180deg,#ffffff 0%,#ffffff 100%);*/
    background: #000;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 7px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);
    margin-bottom: 30px;
}

.wpcf7-blog h4{
	font-size: 18px;
    text-align: center;
    color: #fff !important;
    margin-bottom: 20px;
    font-weight: 700;
    text-decoration: none !important;
}
.wpcf7-blog h4 span{
    color: #ffa700 !important;
}

.wpcf7-blog .sm-form-input{
	width: 90%;
    padding: 16px;
    border: none;
    border-bottom: 2px solid #ffa700;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color:transparent;
    font-size: 14px;
    -webkit-appearance: none;
    margin-left: 5%;
    margin-bottom: 15px;
}

.wpcf7-blog .sm-form-input:focus{
	border-color: #2d3940;
    color: #ccc;

}
.wpcf7-blog .sm-form-textarea{
	width: 90%;
    padding: 16px;
    border: none;
    border-bottom: 2px solid #ffa700;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color:transparent;
    font-size: 14px;
    -webkit-appearance: none;
    margin-left: 5%;
    margin-bottom: 15px;
}

.wpcf7-blog .sm-form-textarea:focus{
	border-color: #2d3940;
    color: #ccc;

}

.wpcf7-blog .sm-form-btn{
    text-transform: uppercase;
    width: 91%;
	top: -10px;
    right: -5%;
    color: #ffffff!important;
    background: #ffa700;
    border-width: 0px!important;
    font-size: 14px;
    background-color: #ffa700;
    padding: 8px 25px;
    position: relative;
    border-radius: 4px;
}

.et_pb_widget{
    width: 95%;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);
    margin-bottom: 30px;
    border-top: 0px;

}

.et_pb_widget .widgettitle{

    background: #ffa700;
    margin-right: -30px;
    margin-left: -30px;
    margin-top: -30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 30px;
    font-size: 18px;
}
.et_pb_widget ul{
    padding: 0 0 0px 1em;
}

.et_pb_widget ul li{
    
    padding-bottom: 0.3em;
    margin-bottom: 0px;
}

.et_pb_widget ul li a{
    font-size: 16px;
}

.et_pb_widget ul li > ul{
    padding: 0 0 0px 1em;

}

.page-section-sm ul li.et_gallery_item{
    margin-bottom: 30px;
}

@media (max-width: 640px){
    .et_pb_widget{
        display: none;
    }
}




@media (max-width: 980px) {
    .hero-section {
        padding-top: 30px;
        padding-bottom: 30px;
        background-repeat: no-repeat;
        background-position:center;
        background-size: cover;
        position:relative;
        max-height: 450px;
        background-color: #333;
    }

    .hero-section h1.entry-title {     
        width: 100%;
        font-weight: 700;
        font-size: 40px;
        text-align: center;
        text-shadow: rgba(0, 0, 0, 0.4) 0.03em 0.03em 0.05em;
        padding-left: 8px;
        padding-right: 8px;
        text-transform: uppercase;
        color: #fff;
    }
    .hero-section h1.post-entry-title{
        font-size: 30px;
        font-weight: 700;
        text-shadow: rgba(255, 255, 255, 0.8) 0.03em 0.03em 0.05em;
    }

}

@media (min-width: 981px) {
    .hero-section {
        padding-top: 120px;
        padding-bottom: 120px;
        background-repeat: no-repeat;
        background-position:center;
        background-size: cover;
        position:relative;
        max-height: 450px;
        background-color: #333;
    }

    .hero-section h1.entry-title {     
        width: 100%;
        font-weight: 700;
        font-size: 80px;
        text-align: center;
        text-shadow: rgba(0, 0, 0, 0.4) 0.03em 0.03em 0.05em;
        padding-left: 8px;
        padding-right: 8px;
        text-transform: uppercase;
        color: #fff;
    }
    .hero-section h1.post-entry-title{
        font-size: 45px;
        font-weight: 700;
        text-shadow: rgba(255, 255, 255, 0.8) 0.03em 0.03em 0.05em;
    }
}


/*-------SINGLE POST--------*/

.sm-single-post h2{
    font-size:30px;
    font-weight:700;
    color:#ffa700;
}

.sm-single-post h3{
    font-size:24px ;
    font-weight:700;
    color:#ffa700;
}

.sm-single-post h4{
    font-size:20px ;
    font-weight:700;
    color:#ffa700;
}

.sm-single-post img{
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 5px;
    border:1px solid #ffa700;
}

.sm-single-post table.table-striped tr:nth-child(even) {
  background-color: #f2f2f2
}

.hero-section .post-meta{
    text-transform: uppercase;
    font-size: 14px;
    text-shadow: rgba(255, 255, 255, 0.8) 0.03em 0.03em 0.05em;
}

.hero-section .post-meta a{
   color:#4c0eff;
}

.hero-section .post-meta span{
    padding-right: 15px;
    padding-left: 15px;
}

.hero-section .post-meta span:first-child{
    padding-left: 0px; 
}

/*----------Listing Posts------------*/

.pl-row{
        margin-right: -15px;
        margin-left: -15px;
    }

    

    .pl-grid-4 .pl-content, .video-sec .pl-content{
        height: 350px;
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
        margin-bottom: 30px;
        border: 1px solid rgba(0,0,0,.09);
    }
    .pl-grid-4 .pl-thumbnail, .video-sec .pl-thumbnail {
        height: 250px;
        overflow: hidden;
        margin-bottom: 15px;
    }
    .pl-grid-4 .pl-thumbnail img{
        width: 100%;
        height: 100%;
    }
    .pl-grid-4 .pl-title, .video-sec .pl-title{
        padding-right: 15px;
        padding-left: 15px;
        font-size: 20px;
        font-weight: 700;
        height: 70px;
        overflow: hidden;
        color:#333333;  
    }

    .pl-nav-container{
        width: 100%;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 50px;
    }

    .pl-nav-container .page-numbers.current{
        padding: 5px 10px;
        background: #ffa700;
        border-radius: 5px;
        margin-right: 10px;
        color: #fff;
        font-size: 14px;
    }

    .pl-nav-container a.page-numbers{
        padding: 5px 10px;
        background-color: rgba(0,0,0,.12);
        border-radius: 5px;
        margin-right: 10px;
        color: rgba(0,0,0,.6);
        font-size: 14px;
    }

    .pl-nav-container a.page-numbers:hover{
        background: #ffa700;
        color: #fff;
    }

    .pl-grid-4:hover .pl-title{
        color:#666;
    }

    @media (min-width:992px){
        .pl-grid-4{
            width: 33.33%;
            padding-right: 15px;
            padding-left: 15px;
            float: left;
        }
        .grid-6{
            width: 50%;
            float: left;
            padding-right: 15px;
            padding-left: 15px;
        }
    }

    @media (min-width: 768px) and (max-width:991px){
        .pl-grid-4{
            width: 50%;
            padding-right: 15px;
            padding-left: 15px;
            float: left;
        }
        .grid-6{
            width: 50%;
            float: left;
            padding-right: 15px;
            padding-left: 15px;
        }
    }

    @media (max-width:767px){
        .pl-grid-4{
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
        }
        .grid-6{
            width: 100%;
            float: left;
            padding-right: 15px;
            padding-left: 15px;
        }
    }

/*-------MODAL -----------*/
/* Icons */
.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  fill: currentcolor;
}

.modal {
    position: fixed;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}



.modal-transition {
  transition: all 0.3s 0.12s;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}


.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-body{
    height: 350px;
}


.modal-content{
   padding: 85px 20px 20px 20px;
}
.modal-logo{
    width: 100%;
    text-align: center;
    padding-top: 20px;
}
.modal-logo img{
    width: 150px;
}

.wpcf7-popup{
    text-align: center;
    margin: 0 auto;
}

.wpcf7-popup input[type=text],
.wpcf7-popup input[type=tel],
.wpcf7-popup input[type=email]
{
    height: 35px;
    padding-left: 15px;
    margin-bottom: 15px;
    width: 100%;
}

.wpcf7-popup input[type=submit]{
    height: 35px;
    border:none;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    width: 100%;
}

.modal-content h5{
    text-align: center;
    color: #c61aff;
    text-transform: uppercase;
}

.modal-content h4{
    text-align: center;
    color: #ff0066;
}

.modal-anchor{
    position: absolute;
    font-size: 12px;
    right: 21px;
    bottom: 0;
    cursor: pointer;
}

.star-on-png{
    color: #ffa700;
}

@media (max-width: 580px){
    .modal-wrapper {
        position: absolute;
        z-index: 9999;
        top: 6em;
        left: 5%;
        width: 90%;
        margin-left:0;
        background-color: #fff;
        box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
    }

    .modal-left{
        display: none;
    }

    .modal-right{
        width: 100%;
        float: none;
    }
}

@media (min-width: 581px){
    .modal-wrapper {
      position: absolute;
      z-index: 9999;
      top: 6em;
      left: 50%;
      width: 32em;
      margin-left: -16em;
      background-color: #fff;
      box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
    }

    .modal-left{
        width: 50%;
        margin-top: -1px;
        margin-bottom: -1px;
        float: left;
        background-repeat: no-repeat;
        background-position: -25px center;
        background-size: 340px;
        position: relative;
        height: 351px;
    }
    .modal-right{
        float: left;
        width: 50%;
    }
}
@media (max-width: 761px){
	.app-cat span.wpcf7-list-item, .plot-size span.wpcf7-list-item {
		width: 100% !important; 
	}
	.application-form {
	    padding: 20px 15px;
	}
	.page-id-3941 .et_pb_row {
    	width: 95%; 
	}
}

.tablepress td, .tablepress th {
    padding: 8px !important;
	width: 12.5% !important;
	border: 1px solid #ddd !important;
}
#qlwapp.qlwapp-bottom-right {
    bottom: 230px !important;
    right: 7px !important;
}
.backGroundGreen{
	background-color: #f9f9f9 !important;
}
.pum-content h2 {
	margin-top: 20px;
}

.application-form {
    background: #000000ad;
    padding: 50px;
    color: #fff;
}
.application-form h2{
	margin-top: 30px !important;
}
.application-form input, .application-form textarea {
    font-size: 16px;
}
.application-form input[type=radio] {
    width: 18px!important;
    vertical-align: text-bottom;
    height: 20px;
}
.application-form span.wpcf7-list-item {
    margin: 0em !important;
}
.app-cat span.wpcf7-list-item {
    width: 33.3%; 
	  margin-bottom: 10px !important;
}
.plot-size span.wpcf7-list-item {
    width: 20%; 
}
.application-form .btn {
    background: #000;
    cursor: pointer;
	  margin-top: 20px;
}
.single .post p {
    color: #666;
    line-height: 2em !important;
}
.single .post ul li {
    color: #666;
    padding-bottom: 10px;
}
.single .post a {
    color: #2ea3f2 !important;
}
.single .post img {
    border: 1px solid #ffa700;
    padding: 5px;
}
.video-sec .pl-content {
    border: 2px solid #ffa700 !important;
}
ul.check-list {
    list-style: none !important;
	padding-left: 0px !important;
}
ul.check-list li:before {
    margin-right: 10px; 
	color: #ffa700;
	content: "\f00c";
    font-family: 'FontAwesome';
}
.wa__btn_popup {
    bottom: 320px !important; 
}
.wa__popup_heading, .wa__popup_notice {
	display: none !important;
}
.wa__popup_chat_box {
    width: 300px !important;
    bottom: 235px !important;
	right: 50px !important;
}

.postid-4688 .gdc_row {
	overflow: hidden;
    min-height: 57px;
    border: 1px solid #ffa700;
    padding: 8px 20px 20px;
	text-align: center;
}
.postid-4688 .gdc_row .et_pb_button_10 {
    color: #FFFFFF!important;
    border-width: 0px!important;
    font-size: 18px;
    background-color: #1e3d7e;
	padding-top: 12px;
	padding-bottom: 12px;
	text-transform: uppercase;
}
.home .et_pb_section_14 .et_pb_image img {
    max-height: 178px;
    width: 100%;
}
#daln-featured-container, #daln-close {
	display: none !important;
}
#daln-container {
    min-height: auto !important; 
}

#tidio-chat-iframe{
	bottom: 20px !important;
}
.pt-cv-content-item {
    padding-bottom: 0px !important; 
}
.flyMessage {
    box-shadow: rgb(255 140 0) 0px 8px 16px 0px !important; 
}
.page-section-sm ul, .single .post ul {
    padding-left: 0px !important;
}
.page-section-sm ul li, .single .post ul li{
    list-style: none !important;
}
.page-section-sm ul li:before, .single .post ul li:before {
    content: "\f058";
    display: inline-block;
    font-family: FontAwesome;
    color: #ffa700;
    font-size: 18px;
    margin-right: 5px;
}
ul.ez-toc-list li:before, .ss-social-icons-container li:before, li.et_gallery_item:before, .basic-answer:before{
	display: none !important;
}