/*
Theme Name: kingdomvision
Theme URI: -
Description: kingdomvision Wordpress Theme
Version: 1.0
Author: kingdomvision
Text Domain: kingdomvision
*/

/*Basic Style*/
@import url('//fonts.googleapis.com/css2?family=Inter:opsz@14..32&display=swap');

html { -webkit-text-size-adjust: none; scroll-behavior: smooth; }
body {background-color: #e8e6e6; margin: 0; font-family: "Inter", Arial, sans-serif; line-height: 1.42857; font-size: 18px; color: #000000;}
* {box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
h1, h2, h3, h4, h5, h6 {font-family: "Inter", Arial, sans-serif; font-weight: normal; line-height: normal; margin: 0 0 15px; color: #000000;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {font-weight: inherit; color: inherit;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {color: inherit; opacity: 0.85;}
h1{font-size: 100px;}
h2{font-size: 80px;}
h3{font-size: 35px;}
h4{font-size: 25px;}
h5{font-size: 20px;}
h6{font-size: 18px;}
p{margin: 0 0 10px; overflow-wrap: break-word;}

a {color: #2661aa; text-decoration: none; outline: 0; transition: 0.5s all;}
a:hover, a:focus {color: #c11017;}

ul, ol {margin-bottom: 10px; margin-top: 0;}
img {max-width: 100%; height: auto; display: block;}

.alignleft {float: left; margin: 5px 20px 20px 0;}
.aligncenter {display: block; margin: 5px auto;}
.alignright {float: right; margin: 5px 0 20px 20px;}

input, button, select, textarea {font-family: inherit; font-size: inherit; line-height: inherit; padding: 6px 30px;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {background: #000; border: 0 none; color: #fff; cursor: pointer; padding: 8px 20px; transition: all 0.5s ease 0s; line-height: 1.3; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
input:focus, button:focus, textarea:focus {outline: none;}
button, select {text-transform: none;}
label {display: inline-block; font-weight: bold; margin-bottom: 5px; max-width: 100%;}

input, select{-webkit-appearance:none;}

table {border-collapse: collapse; border-spacing: 0; max-width: 100%; width: 100%;}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td, table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {border-top: 1px solid #ddd; line-height: 1.42857; padding: 8px; vertical-align: top;}

.btn {background-color: #e11f26; background-image: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.1) 50%, rgba(0,0,0,.1)); background-image: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.1) 50%, rgba(0,0,0,.1)); background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.1) 50%, rgba(0,0,0,.1)); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0); background-repeat: repeat-x; background-size: 200%; background-position: 0 -100%; border-radius: 40px; color: #fff; display: inline-block; font-size: 14px; padding: 12px 20px;}
.btn:hover, .btn:focus {color: #fff;}

.full-section {width: 100%; float: left;}
.container {max-width: 1170px; padding: 0 15px; width: 100%; margin: 0 auto; position:relative;}
li.widget {display: block;}
section.full-section {margin: 0 0 30px;}


/*Navigation*/
.navigation-wrapper .main-menu ul.menu {margin: 0; padding: 0;}
.navigation-wrapper .main-menu ul.menu li.menu-item {display: inline-block; margin-right: 20px;}
.navigation-wrapper .main-menu ul.menu li.menu-item:last-child {margin: 0;}


/*Responsive Menu*/
.mobile-navigation{display: none;}
.menu-button { position: relative; vertical-align: middle; text-align: right;}
.menu-button:before { content: "\f0c9"; position: absolute; font-family: fontawesome; color: #f02640; font-size: 32px; line-height: 1; right: 0;}
.menu-button.open:before { content: "\f00d";}
.mobile-menu {display: none; width: 100%; position: absolute; left: 0; top: 78px; background-color: #EDEDED; z-index: 999999;}
.mobile-menu ul.menu {margin: 0; padding: 0;}
.mobile-menu ul.menu > li.menu-item {text-align: left; list-style: none; border-bottom: 1px solid #707070; position: relative;}
.mobile-menu ul.menu > li.menu-item.current-menu-parent > a,
.mobile-menu ul.menu > li.menu-item.current-menu-item > a {color: #ec0c16;}
.mobile-menu ul.menu > li.menu-item.menu-item-has-children:after {content: "\f107"; font: 18px FontAwesome; top: 0; right: 0; width: 50px; height: 20px; padding: 20px 0; position:absolute;text-align: center;}
.mobile-menu ul.menu > li.menu-item > a {display: block; padding: 15px; color: #666666; font-size: 18px;}
.mobile-menu ul.menu > li.menu-item > ul.sub-menu {background-color: #e0e0e0; visibility: hidden; height: 0; margin: 0; opacity:0;}
.mobile-menu ul.menu > li.menu-item.active ul.sub-menu {border-top: 1px solid #707070; visibility: visible; height: auto; opacity:1; padding: 0;}
.mobile-menu ul.menu > li.menu-item > ul.sub-menu li.menu-item{list-style: none; border-bottom: 1px solid #707070; position:relative;}
.mobile-menu ul.menu > li.menu-item > ul.sub-menu li.menu-item:after {content: "\f105"; font: 15px FontAwesome; top: 50%; transform:translateY(-50%); left: 12px; position:absolute;}
.mobile-menu ul.menu > li.menu-item > ul.sub-menu li.menu-item:last-child{border:none;}
.mobile-menu ul.menu > li.menu-item > ul.sub-menu li.menu-item a {display: block; padding: 12px 0 12px 30px; color: #666666; font-size: 16px;}
.mobile-menu ul.menu > li.menu-item > ul.sub-menu li.menu-item.current-menu-item a {color: #ec0c16;}



/*404 page*/
body.error404 .gdl-page-404 { margin: 50px 0; }
body.error404 .gdl-page-404 .message-box-wrapper { text-align: center; }
body.error404 .gdl-page-404 .message-box-wrapper .message-box-title { margin-bottom: 50px; }
body.error404 .gdl-page-404 .message-box-wrapper .message-box-title span { background-color: #c4000b; color: #ffffff; display: inline-block; font-family: arial; font-size: 200px; font-weight: bold; height: 225px; line-height: 185px; padding: 20px; vertical-align: middle; }
body.error404 .gdl-page-404 .message-box-wrapper .message-box-title span:nth-child(2) { background-color: #727171; color: #ffffff; }
body.error404 .gdl-page-404 .message-box-wrapper .message-box-content p { font-size: 25px; margin: 0; }


/*Gravity Form Validation*/
body .gform_wrapper.gform_validation_error .gform_validation_errors { display: none; }
body .gform_wrapper.gform_validation_error .gfield.gfield_error { position: relative; }
body .gform_wrapper.gform_validation_error .gfield_validation_message { margin: 0; padding: 0; background: none; border: none; font-size: 12px; color: #ff0000; position: absolute; }


/*Slick Slider*/
ul.slick-dots { padding: 0; margin: 30px 0 0 0; display: flex; align-items: center; justify-content: center; }
ul.slick-dots li { list-style: none; margin-right: 10px; }
ul.slick-dots li:last-child { margin: 0; }
ul.slick-dots li button { font-size: 0; width: 15px; height: 15px; border-radius: 50%; padding: 0; }
ul.slick-dots li button:hover { background: #ad876a; }
ul.slick-dots li.slick-active button { background: #ad876a; }

/*Auto Fill Forms Css*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000000 !important;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
   transition: background-color 5000s ease-in-out 0s !important;
}

/*Search Page*/
.gdl-search-item { padding: 50px 0; }
.gdl-search-item .dsf-wrap { display: flex; flex-wrap: wrap; }
.gdl-search-item .dsf-wrap .dsf-container { width: 32%; margin-right: 2%; margin-bottom: 2%; }
.gdl-search-item .dsf-wrap .dsf-container:nth-child(3n) { margin-right: 0; }
.gdl-search-item .dsf-wrap .dsf-container .featured-image { position: relative; height: 250px; border-radius: 8px; }
.gdl-search-item .dsf-wrap .dsf-container .featured-image a { position: absolute; left: 0; right: 0; margin: 0 auto; padding: 30px; color: #ffffff; text-align: center; height: 250px; display: flex; align-items: center; justify-content: center; }
.gdl-search-item .dsf-wrap .dsf-container .featured-image:before { background: rgba(14, 56, 73, 0.8); position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; border-radius: 5px; }


.wpb_single_image.mob-img { display: none; }


.header-wrapper { padding: 20px 0; border-bottom: 1px solid #dddddd; margin-bottom: 50px; }
.header-wrapper .logo-wrapper a { display: inline-block; }
.logo-wrapper img { height: 90px; }

.copyright-wrapper { border-top: 1px solid #dddddd; padding: 10px 0; }
.copyright-wrapper p { margin: 0; font-size: 12px; text-align: center; }



/*Home Section 1*/
.vc_row.home-sec1 { background-position: center left; background-size: 45%; background-repeat: no-repeat; }
.vc_row.home-sec1 .wpb_text_column a { border: 2px solid #000000; display: inline-block; padding: 10px 0; width: 220px; text-align: center; color: #000000; margin-top: 10px; position: relative; }
.vc_row.home-sec1 .wpb_text_column a:before { position: absolute; content: ""; background: url(images/arrow-img.png) no-repeat; left: 15px; top: 50%; transform: translateY(-50%); width: 15px; height: 21px; }
.vc_row.home-sec1 .wpb_text_column a:hover { background: #000000; color: #ffffff; }
.vc_row.home-sec1 .wpb_text_column a:hover:before { filter: brightness(0) invert(1); }


/*Home Section 2*/
.vc_row.home-sec2 .wpb_text_column p {font-size: 38px; color: #ffffff;}


/*Home Section 5*/
.vc_row.home-sec5 .wpb_text_column p { font-size: 25px; }
.vc_row.home-sec5 .wpb_text_column p a { color: #000000; text-decoration: underline; }
.vc_row.home-sec5 .wpb_text_column p a:hover { color: #c11017; }


/*Home Section 7*/
.vc_row.home-sec7 { background-position: center left; background-size: 45%; background-repeat: no-repeat; background-color: #b4a99a; }
.vc_row.home-sec7 .wpb_text_column p {font-size: 30px; }
.vc_row.home-sec7 .wpb_text_column p a { color: #000000; }
.vc_row.home-sec7 .wpb_text_column p a:hover { color: #c11017; }



/*Home Section 6*/
.slick.our-blog .item.slick-slide { margin: 0 10px; }
.blog-wrapper .blog-thumbnail { border-radius: 10px 10px 0 0; height: 200px; width: 100%; }
.blog-wrapper .blog-content { background: #faf9f8; padding: 25px; border-radius: 0 0 10px 10px; }
.blog-wrapper .blog-content h3 { min-height: 60px; font-size: 24px; }
.blog-wrapper .blog-content .blog-except { font-size: 13px; }
.blog-wrapper .blog-content .blog-more a { background: #a99066; display: inline-block; border-radius: 50px; padding: 10px 20px; color: #faf8f4; margin-top: 20px; font-size: 14px; }
.blog-wrapper .blog-content .blog-more a:hover { background: #000000; }



/* Blog Single Page */
body.single .blog-content-area .post-wrapper .post-thumbnail { border-radius: 10px 10px 0 0; height: 300px; width: 100%; }
body.single-post .page-title h1 { text-align: center; font-size: 60px; }
body.single .blog-content-area .post-wrapper { width: 100%; margin-bottom: 50px; }
.gdl-page-item .blog-content-area .post-wrapper .post-info { display: flex; align-items: center; margin: 20px 0; }
.gdl-page-item .blog-content-area .post-wrapper .post-info i { margin-right: 5px; }
.gdl-page-item .blog-content-area .post-wrapper .post-info > div { margin-right: 20px; }
.gdl-page-item .blog-content-area { width: 100%; display: flex; flex-wrap: wrap; }
body.single .blog-content-area .post-wrapper .post-except h3 { margin: 20px 0 12px; }