/*
Theme Name: Werkules
Theme URI:
Author: Fyresite
Author URI: fyresite.com
Template: fyrestarter
Description: Custom Wordpress Theme for Werkules
Version: 1.0
License: GNU General Public License v2 or later
License URI:
Tags:
Text Domain: fyrestarter
*/


#wpadminbar {
    position: fixed !important;
}



/* builder */

.no-padd {
    padding: 0;
}
section {
    padding: 80px 0;
    overflow: hidden;
}
.middle-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#page .section-header {
    margin-bottom: 20px;
}
main img {
  width: auto !important;
}
.cover-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.grn-bg {
    background-color: #57947B;
}
.lt-grn-bg {
    background-color: #EFFFFF;
}
.blu-bg {
    background-color: #09425F;
}
.lt-blu-bg {
    background-color: #E7F7FF;
}
.drk-blu-bg {
    background-color: #001C2A;
}
.blu-grad-bg {
    background: linear-gradient(180deg, #002C3B 0%, #09425F 100%);
}

.section-header {
    padding-bottom: 40px;
}
@media (min-width: 1200px) {
  #navigation .container,
  #top-bar .container,
  footer .container,
  #fyre .wide-container {
      width: 1280px;
  }
}
@media (min-width: 1200px) {
  #fyre .wider-container {
      width: 1420px;
  }
}


/* btns */

.btn:hover {
    opacity: 1;
}
#fyre .btn {
    border: none;
    display: inline-block;
    outline: none;
    margin-bottom: 0;
    color: #ffffff;
	 font-size: 17px;
	 color: #FFFFFF;
	 text-align: center;
	 background-color: #57947B;
   border-radius: 5px;
	 padding: 17px 31px;
}
#fyre .btn.blu-btn {
    background-color: #09425F;
}
#main .btn {
    margin-top: 20px;
    max-width: 100%;
    min-width: 200px;
}


/* page */

#page-header {
    padding: 180px 0 150px;
}
#page-header h1 {
    margin-bottom: 0;
}
.header-wave {
    z-index: 1;
    position: absolute;
    overflow: hidden;
    min-width: 2400px;
    left: 50%;
    transform: translate(-50%,0);
    pointer-events: none;
    bottom: -3px;
}
.page-header-inner p {
    margin-bottom: 0;
    margin-top: 25px;
}
.page-header-inner {
    max-width: 715px;
    margin: auto;
}


/* modal */

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
    max-width: 1310px;
    padding: 30px;
}
#fyre .modal-dialog {
    margin-left: auto;
    margin-right: auto;
}
#myModal-app .modal-content {
    border: none;
    width: 100%;
    padding: 20px;
    background-color: #fafafa;
    box-shadow: 0 12px 24px 0 rgba(0,0,0,.1);
    border-radius: 2px;
    max-width: 420px;
    margin: auto;
}
#fyre .modal.fade.show {
    visibility: visible;
}
#fyre .modal {
    display: block !important;
    visibility: hidden;
    -webkit-transition: opacity .15s linear, visibility .25s linear;
    -o-transition: opacity .15s linear, visibility .25s linear;
    transition: opacity .15s linear, visibility .25s linear;
}
#fyre .modal-backdrop {
    background-color: #E5E5E5;
}
#fyre .modal-backdrop.show {
    opacity: .80;
}
#myModal-app img {
    max-height: 60px;
}
.app-links-modal {
	margin: 0 -10px;
}
.app-links-modal a {
    padding: 0 10px;
}
button#close-story {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background: 0 0;
    line-height: 1;
    padding: 20px !important;
    border: none;
    opacity: 0.39;
    font-size: 39px;
    color: #0571BD;
    letter-spacing: 0.11px;
    background: transparent;
    border: none;
}
button#close-story i {
  font-weight: 500;
}
/*#myModal-app .modal-body {
    padding: 30px;
    overflow: hidden;
}*/
#close-modal-content {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
    font-size: 26px;
    color: #000000;
    letter-spacing: 0;
    z-index: 1;
    font-weight: bold;
}



/* responsive */

#werkules-service-areas {
    position: relative;
    top: -150px;
}

@media (max-width: 1199px) {

}
@media (max-width: 991px) {
  section {
    padding: 80px 0;
  }
    #page-header {
        padding: 130px 0 120px;
    }
}
@media (max-width: 767px) {
    .page-header-inner p {
        margin-top: 15px;
    }
}
@media (max-width: 575px) {
    .container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    #page-header {
        padding: 110px 0 100px;
    }
	#myModal-app .modal-content {
		padding: 10px;
	}
	#close-modal-content {
		top: 10px;
		right: 10px;
	}
}
@media (max-width: 340px) {

}


