/*
Theme Name: 360bound
Theme URI: https://www.360bound.us
Description: 360bound
Author: info@360bound.us
Author URI: https://www.360bound.us
*/
* {
  margin: 0;
  padding: 0;
}

html, body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.53;
	letter-spacing: normal;
	color: #1d1e1f;
	width: 100%;
	padding: 0;
    margin: 0 auto;
/*	height: 100%; */
}

body {
	padding-top: 163px;
}

:focus {
	outline: none;
}

a, a:hover { text-decoration: none; color: #0588c8; }

.page {
	min-height: 100%;
	position: relative;
}


/* H1-H6 */

h1 {
/*
.frontpagetitle {
font-family: Roboto; */
font-size: 40px;
font-weight: 500;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #555;
text-align: center;
width: 100%;
margin-bottom: 1em;
}

h1.frontpagetitle span { color: #1d1e1f; }

h2 {
font-size: 30px;
font-weight: 600;
line-height: normal;
letter-spacing: normal;
color: #7e7e7e;
margin-bottom: 1em;
}


/* Containers */

.header {
    background: #ffffff;
    height: auto;
    display: inline-block;
    width: 100%;
    position: absolute;
    z-index: 100;
    top: 0;
	border: 1px solid #ccc;
}

.site-branding {
	height: 100%;
	/*padding-top: 15px !important; */
}

.site-content, .inthebox {
	max-width: 1170px;
    padding: 0 2%;
    margin: 0 auto;
    height: 100%;
    width: auto;
}

.site-footer {
	position: relative;
	width: 100%;
	height: auto;
	color: #ffffff;
	padding: 2em 0;
	display: inline-block;
}

.site-footer a, .site-footer a:hover, .site-footer a:active {
	color: #ffffff;
	text-decoration: none;
}

.blue { color: #0588c8; }
.cblack { color: #1d1e1f;}
.cblue { font-weight: bold; color: #659bdf; }


/* Widgets */

.header-left {
	width: 25%;
	float: left;
	display: inline-block;
}

.header-left img {
	max-height: 100%;
	width: 250px;
	height: auto;
	padding-top: 2.5em;
	border: none;
}

.header-center {
	width: 46%;
	float: none;
	display: block;
	height: 100%;
	margin: 0 auto;
}

.header-right {
	width: 25%;
	float: right;
	display: inline-block;
	height: 100%;
	position: relative;
	text-align: right;	
}

.header-right .custom-html-widget {
	width: 200px;
	float: right;
}

.header-right .reception {
	padding-top: 3.8em;
	opacity: 0.7;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	color: #1d1e1f;
	text-align: left;
}

.header-right .phone {
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	font-weight: bold;
	line-height: normal;
	color: #357cd5;
	text-align: left;
	overflow: hidden;
}

.footer-1 {
	width: 100%;
	display: inline-block;
	height: 100%;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.69;
	text-align: center;
	color: #1d1e1f;
}



/* NEW MENU */

#menu-main-menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-around;
	-ms-flex-line-pack: justify;
	align-content: space-around;
	height: 100%;
	list-style: none;
	width: auto;
	max-width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 3em 0;
}

#menu-main-menu .menu-item {
	font-family: 'Lato', sans-serif;
	font-family: Lato;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #1d1e1f;
}

#menu-main-menu .menu-item a{
	color: #1d1e1f;
	padding-bottom: 0.5em;
	transition: all 0.2s ease;
}

#menu-main-menu .menu-item a:hover {
	color: #0588c8;
}

#menu-main-menu .current-menu-item a, #menu-main-menu .current-menu-parent a {
	color: #1d1e1f;
}

#menu-main-menu .sub-menu {
    display: none;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    -ms-flex-line-pack: justify;
    align-content: space-evenly;
	justify-content: space-around;
    list-style: none;
    position: absolute;
    top: 42px;
    z-index: 1000;
    width: 99vw;
    left: -31vw; 
    box-shadow: 0 2px 5px 0 #c9c9c9;
    background-image: linear-gradient(to bottom, #ffffff, #f8f8f8 8%, #f8f8f8 53%, #f8f8f8);
    padding: 18px 0;
    margin: 0 auto;
    overflow: hidden;
    height: 23px;
	opacity: 0;
}

#menu-main-menu .current-menu-parent .sub-menu{
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	justify-content: space-around;
}

#menu-main-menu .menu-item-has-children a:after {
  content: "\f107";
  margin-left: 8px;
  font-family: FontAwesome;
  font-weight: bold;
}

#menu-main-menu .newhover .sub-menu {
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

#menu-main-menu .menu-item-has-children .sub-menu .menu-item a {
	border-bottom: 4px solid rgba(100,100,100,0);
}

#menu-main-menu .menu-item-has-children .sub-menu a:after {
	content: none;
}

#menu-main-menu .current-menu-parent  .sub-menu .menu-item a {
	border-bottom: 4px solid rgba(100,100,100,0);
	padding: 17px 0;
	color: #455560;
	font-weight: normal;
	transition: all 0.2s ease;
}

#menu-main-menu .menu-item-has-children:hover .sub-menu .menu-item a {
	border-bottom: 4px solid rgba(100,100,100,0);
	padding: 17px 0;
	color: #455560;
	font-weight: normal;
	transition: all 0.2s ease;
}

#menu-main-menu .current-menu-parent  .sub-menu .menu-item a:hover
 {
	border-bottom: 4px solid #aebdca;
	padding: 17px 0;
	color: #46aa42;
	transition: all 0.2s ease;
}

#menu-main-menu .menu-item-has-children:hover .sub-menu .menu-item a:hover {
	border-bottom: 4px solid #aebdca;
	padding: 17px 0;
	color: #46aa42;
	transition: all 0.2s ease;
}

#menu-main-menu .current-menu-parent  .sub-menu .current-menu-item a  {
	border-bottom: 4px solid #455560;
	padding: 17px 0;
	color: #0b1e2d;
	transition: all 0.2s ease;
}

#menu-main-menu .menu-item-has-children:hover .sub-menu .current-menu-item a  {
	border-bottom: 4px solid #455560;
	padding: 17px 0;
	color: #0b1e2d;
	transition: all 0.2s ease;
}


/* Form module */

.formframe {
	height: 682px;
}

.formframe .wpb_wrapper { margin: 0 auto; width: 100%;}

.formframe  .formbg {
	max-width: 747px;
	width: 100%;
	margin: 0 auto!important;
	padding: 4%;
	background-color: #ffffff;
	float:none;
	box-shadow: 0 2px 14px 0 #dfdee0;
	text-align: center;
}

.formframe .formcomment {
	padding: 1em 0;
}

.formbg form input, .formbg form textarea, .formbg form button {
	font-family: 'Open Sans', sans-serif;
	border-radius: 6px;
	background-color: #efeef3;
	width: 94%;
	height: 46px;
	padding: 0 3%;
	margin: 0.7em 0;
	border: none;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.75;
	color: #51647b;
}

.formbg input[type="email"] {
		width: 42%;
		margin-right: 1%;
		float: left;
}

.formbg input[type="tel"] {
		width: 42%;
		margin-left: 1%;
		float:right;
}

.formbg form  input[type="submit"] {
	background-color: #1b4a86;
	color: #ffffff;
	width: 162px;
	margin-top: 1em;
}

.formbg form textarea {
	height: 98px;
    padding: 2% 3% 0 3%;
	resize: none;
}

.contactsblock {
	width: 400px;
}

.contactblock {
	width: 400px!important;
}

.formbg .your-name, .formbg .your-email {
    position: relative;
    display: block;

}

.formbg div.wpcf7-response-output {
	padding: 0.5em 0.5em;
	border: 2px solid #5cca6b;
	border-radius: 4px;
	text-align: center;
	margin-top: 1em;
	width: auto;
	line-height: 1em;
	font-size: 15px;
}

.formbg div.wpcf7-validation-errors, .formbg div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
}

.formbg span.wpcf7-not-valid-tip {
    color: #f00;
    font-weight: normal;
    position: absolute;
    top: 56px;
    font-size: 12px;
}

/* NEW STYLES */

table.requests { width: 100%; border-collapse:collapse; font-weight: 500; margin-bottom: 3em;}
table.requests tr { border: 0;     margin: 0;    padding: 0;} 

table.requests th, table.requests td {
    border: 1px solid #ccc;
    margin: 0;
    padding: 0;
    display: table-cell;
	padding: 1em;
	max-width: 169px;
	overflow: hidden;
}
.unreadmes { font-weight: 700;} 
.detailspage {display: inline-block; width: 100%;}
.detailsname { font-weight: 900; }	
	
	
	
	

/* Adaptive mode */

@media screen and (max-width: 767px) {
	
	body {
		padding-top: 58px;
	}
	p {
		padding-left: 6%;
		padding-right: 6%;
	}
	.vc_custom_heading {
		padding-left: 6%;
		padding-right: 6%;
	}
	.wpb_single_image.vc_align_left {
		padding: 0 6%;
	}
	.contactsblock { padding: 5% 0 5% 2%; }
	.contactblock { padding: 5% 0 5% 2%; }
	.header { height: 58px; }
}