/*
Theme Name: Scope Security
Theme URI: http://www.scopesecurity.com.au
Author: Zahoor Ahmad
Author URI: https://www.fiverr.com/zratpomp
Description: Conversion of scopesecurity from static html and bootsrip to wordpress
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: scopesecurity

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html{
	margin: 0;
	padding: 0;
}

body{
	margin: 0 !important;
	padding: 0;
}

body, input, button, select, textarea {
    font-family: "Lato",sans-serif;
}

.flex-container{
	min-height: 80px;
	background-color: #fafafa;
}

.phone{
	font-size:2em !important;
	color:#283283 !important;
	text-decoration:none !important;
	padding:0px 20px;
	padding-top:10px;
	float: right;
}
/*
.main-img{
	background-image: url("photos/Sydney-Skyline.jpg");
	height: 450px;
	width: 100%;
	background-size:100% 100%;
}
*/
.logo{
	text-align: center;
}

.logo img{
	max-height: 30%;
	max-width: 20%; 
	padding-top: 26px;
}

.navbar-nav li > a{
	color: white;
 	padding: 0px 30px;
  	font-size: 14px;
  	font-family: "Roboto",sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0em;
    text-transform: uppercase;
   text-decoration: none;
}

.navbar-nav li ul {
	border: none;
}

.navbar-nav li ul li{
	padding-top: 12px;
}

.navbar-nav li ul li > a{
	font-size: 14px;
	letter-spacing: normal;
	font-weight: normal;
	text-transform: none;
}
.sol-item a,
.sol-item a:hover{
	text-decoration: none;
	color: inherit;
}
.sol-item:hover{
	text-decoration: none;
	color: inherit;
	border: 2px solid #0e0e98; 
}
.sol-item{
	text-align: center;
	min-height: 300px;
	padding: 6px 8px;
	margin: 8px 12px;
    line-height: 1.7;
    border: 1px solid #ddd;
    border: 1px solid rgba(0,0,0,0.15);
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -webkit-transition: border 0.3s ease,box-shadow 0.3s ease;
    transition: border 0.3s ease,box-shadow 0.3s ease;
}
.sol-item img{
	width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
.col-sm-12 h2{
	text-align: center;
	margin: 20px 0px;
	width: 100%;
	padding: 20px 0px;
	border-bottom: 2px solid #cccaca;
}

/*full screen container*/
.fulWidth-container{
	margin: 0px 0px 40px 0px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 1.05em 0;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.4;
    text-shadow: 0 1px 0 rgba(255,255,255,0.55);
    text-transform: uppercase;
    background-color: rgba(0,0,0,0.0225);
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.715);
}

.info-page h2{
	margin: 0px 0px 20px 0px;
}

.info-page{
	text-align: justify;
}

.big-container{
	margin: 50px 0px;
	padding: 35px 0px 55px 0px;
	background-color: #fafafa;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid rgba(0,0,0,0.085);
    box-shadow: 0 -0.125em 0.25em 0 rgba(0,0,0,0.075);
}
.big-container2{
	margin:0px;
	margin-top: 50px;
	padding: 35px 0px;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid rgba(0,0,0,0.085);
    box-shadow: 0 -0.125em 0.25em 0 rgba(0,0,0,0.075);
	background-color: #fafafa;
}

.big-container2 img{
	padding: 10px 0px;
}

.list-items li{
	font-size: 20px;
	color: black;
	padding: 6px 0px;
}

.col-sm-12 h4{
	text-align: center;
	margin: 20px 0px;
	width: 100%;
	padding: 20px 0px;
	text-decoration: underline;
	font-size: 20px;
}

.center{
	text-align: center;
	align-items: center;
}

.footer-nav{
	display: table;
	margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  letter-spacing: 2px;
}

.footer-nav ul li{
	float: left;
	list-style: none;
	margin: 0 0.5em;
	color: #283383;
}

/*.footer-nav > div{
	padding-bottom: 40px;
}*/

.upgrade{
	background-color: #5d5b5b;
	margin: 20px 0px;
	padding: 60px 0px;
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	color: white;
	letter-spacing: 2px;
	font-family: "Lato",sans-serif;
}

.brands img{
	padding: 0px 10px;
	max-width: 100%;
}

.container-margin{
	margin: 50px 0px;
}

#gmap_canvas,
.gmap_canvas{
	width: 100%;
	height: 500px;
}

.big-font{
	font-size: 22px;
	margin-top:  20px;
}

.article{
	margin: 20px 0px;
	padding: 10px;
	border-bottom: 2px solid #d4d4d4;
	border-bottom-style: dotted;
}

.article:last-child{
	border-bottom: none;
}
.article h1{
	font-weight: 300;
	font-size: 26px;
}

.article a{
	color: #283383;
}

.article img{
	width: 100%;
	float: left;
	margin: 10px 20px 10px 0px;
}
.banner-img img{
	height: 300px;
}

.article .meta{
	margin-top: -10px;
	color: #7a7a7ac4;
	font-size: 0.8rem;
}

.edit-content{
	text-align: center !important;
	align-items: center;
}
.avatar img{
	width: auto;
	height: auto;
}

.icons-top{
	display: flex;
	float: left;
}

.icons-top .fab{
	color: #283383;
	font-size: 30px;
	text-align: center;
	padding: 20px 20px;
}

.icons{
	text-align: center;
	display: flex;
	padding: 0px 40%;

}

.fab{
	color: #283383;
	font-size: 20px;
	text-align: center;
	padding: 20px 20px;
}

.footer-nav ul{
	margin-left: -35px;
}

ul.nav li.dropdown:hover ul.dropdown-menu{
display: block;
}

@media (max-width: 480px){
	.navbar-nav li{
		padding: 10px 0px;
		border: 1px solid white;
		margin-top: 10px;
	}
	.navbar-nav li ul li{
		padding: 0px 20px;
		border: none;
		margin-top: 10px;
	}

	.icons-top .fab{
	font-size: 20px;
	padding: 15px 20px;
	}

	.icons{
	text-align: center;
	display: flex;
	padding: 0px 30%;
	}

	.phone{
	font-size:1em !important;
	}

	.main-img img{
	height: 350px;
	}
	.flex-container{
	min-height: 50px;
	}
}