/*
Theme Name: PCMS Pro
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2019 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');

body {
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #283645;
    color: #73879c;
    font-size: 18px;
    line-height: 150%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    overflow-x: hidden!important;
}

html{
    scroll-behavior: smooth;
}
img{
    max-width:100%;
}
h1.entry-title {
    font-size: 35px;
    text-transform: uppercase;
}
.Navbar__Link-toggle {
    display: none;
}

.Navbar__Link-toggle {
    align-self: flex-end;
    display: initial;
    position: absolute;
    cursor: pointer;
}

.module {
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4) );
    position: relative;
    overflow: hidden;
    /*margin: 20px;*/
}

.module > header {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 10px;
}

.module > header > h1 {
    margin: 0;
    color: white;
    text-shadow: 0 1px 0 black;
}

* {
    box-sizing: border-box;
}

#justify {
    text-align: justify;
    text-justify: inter-word;
}

#thumbwrap {
    margin: 75px auto;
    width: 150px;
    height: 150px;
    right: 550px;
}

#_image {
    background-size: cover;
    /*margin-right: 150px;*/
    width: auto;
    max-width: 100%;
    height: auto;
}
.module {
    background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ),url(wp-content/themes/blankslate/assets/images/1680x885_SCOM_3.jpg');
    background-size: cover;
    left: auto;
    position: relative;
    float: left;
    padding-left: inherit;
}
ul {
    margin-left: 60px;
    margin-bottom: 0;
}
ul.no-margin-left {
    margin-left: 0px;
}
.flex{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.flex-center {
    align-items: center;
}
.justify-even{
    justify-content: space-evenly;
}
.justify-center{
    justify-content: center;
}
ul.icon li:before {
    font-family: 'Trebuchet MS';
    content: "\e800";
    float: left;
    width: 1.4em;
}
img.custom-logo {
    height: 49px;
    width: auto;
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-satellite:before {
    content: "\f7bf";
}
.sp{
	display: none;
}

.padding-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.as-section h2{
    margin: 0;
}
.ml-20{
    margin-left: 20px;
}
.mb-15{
    margin-bottom: 15px;
}
.features-section img {
    width: 40%;
}
img.modal-img-show {
    cursor: pointer;
}
img.modal-img-show:hover {
   opacity: 0.8;
}
.modal-img {
    display: block;
    position: fixed;
    top: -110%;
    left: -50px;
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    background: #2f4052;
    z-index: 100000;
    text-align: center;
    padding: 50px;
    box-sizing: border-box;
    transition: all ease-in-out 0.3s;
    box-sizing: border-box;
    margin: 100px;
}
i.fa.fa-window-close {
    font-size: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.modal-img img {
    max-height: 100%;
        border-radius: 10px;
}
ul#uls {
    list-style: none;
}
.main-list li:before {
    content: '\f046';
    font-family: 'fontawesome';
    color: #85bc42;
    display: inline-block;
    vertical-align: middle;
    text-indent: -25px;
}
.form-demo input, .form-demo textarea {
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 17px;
    padding: 10px;
    height: auto;
    max-height: 200px;
}
.form-demo .btn {
    margin: 0;
    width: auto;
}
ul.quicklinks {
    padding: 0;
}
ul.quicklinks i{
    margin-right: 5px;
}
.main-list {
    padding-left: 25px;
}
ul.contacts.no-margin-left {
    margin-top: 10px;
}
.page .inner {
    padding: 50px 0;
}
@media(max-width:1024px){
	.sp{
		display: block;
	}
	nav.nav.navbar-nav.float-right {
        display: none;
    }
    span.toggle.sp {
        width: 50px;
        text-align: right;
        cursor: pointer;
    }
    .navbar .container.flex-sp {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    span.toggle.sp i {
        font-size: 25px;
    }
    nav.nav {
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #dddddd96;
    padding-top: 10px;
}
    span.toggle.sp.toggle-up + nav {
        display: block;
        transition: all linear 0.3s;
    }
    span.toggle.sp.toggle-down + nav {
        display: none;
        transition: all linear 0.3s;
    }
    footer h4 {
    margin-top: 30px;

}
@media(max-width:768px){
    .padding-30px-left {
    padding-left: 0;
}
.sp-justify-left{
    justify-content: flex-start;
}
.pc{
    display: none;
}
.as-section h2 {
    margin-bottom: 20px;
}
.as-section p {
    text-align: justify;
}
.sp-col-reverse{
    flex-direction: column-reverse;
}
.padding-30px-left{
    padding-left: 0px;
}
.sm-margin-30px-bottom {
    margin-bottom: 30px;
}
.sp-mt-20{
    margin-top: 20px;
}
h2 {
    text-align: left;
}
.sp-justfify-left {
    justify-content: left;
}
.modal-img {
    margin: 10px;
    left: 0px;
    margin-top: 60px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}
i.fa.fa-window-close {
    font-size: 30px;
}
.modal-img {
    padding: 50px 10px;
}
ul.main-list {
    margin-left: 25px;
}

ul.no-margin-left {
    padding-left: 0;
}

}