/*
Theme Name: DM Corporate
Theme URI: http://www.digitalmonopoly.com.au/
Author: DigitalMonopoly
Author URI: http://www.digitalmonopoly.com.au/
Description: Description
Version: 1.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* =Global
----------------------------------------------- */

html, body {
	height: 100%;
	width: 100%;
	margin-top: 0!important;
}
#page{
	min-height: 100%;
}

body,
button,
input,
select,
textarea {
	color: #a8a8a8;
	font-size: 14px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;

}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #000000;
	font-family: 'Oswald', sans-serif;
}

h1{ font-size: 32px; }
h2{ font-size: 36px; }
h3{ font-size: 24px; }
h4{ font-size: 20px; }
h5{ font-size: 18px; }
h6{ font-size: 16px; }

/*h2:after{
	content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #29aab0;
    margin: 15px auto 50px;
}
h3:after{
	content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #29aab0;
    margin: 15px 0;
}*/
hr {
	background-color: #eee;
	border: 0;
	height: 1px;
	margin-bottom: 1.2em;
}

/* Text elements */
p {
	margin-bottom: 1.2em;
}
ul, ol {
	margin: 0 0 1.2em 0;
	padding-left: 20px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 00px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.2em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	background: none repeat scroll 0 0 #eee;
	margin: 0 0 1.2em;
	padding: 30px;
}
address {
	margin: 0 0 1.2em;
}
pre {
	background: none repeat scroll 0 0 #eee;
	border-radius: 0;
	font-family: "Courier 10 Pitch",Courier,monospace;
	font-size: 1em;
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	white-space: pre-wrap;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.2em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible; /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #29aab0 ;
	border: medium none;
	box-shadow: none;
	color: #000000;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
	padding: 6px 15px;
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Oswald', sans-serif;
    min-width: 125px;

}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #444444;
    border-color: #444444;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #000000;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
	color: #666;
	border: 1px solid #eee;
	width:250px;
	max-width: 100%;
	background: #ffffff;
	border-radius: 4px;
	font-size: 13px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email],
input[type=password] {
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 3px 10px 10px 10px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
	height:120px;
	font-size: 13px;
}

select{
	height: 34px;
	line-height: 34px;
	padding: 5px;
	font-size: 13px;
}

/* Links */
a,
a:visited {
	color: #29aab0;
	text-decoration:none;
}
a:hover,
a:focus,
a:active {
	color: #29aab0;
	text-decoration:underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.2em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.2em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* =Content
----------------------------------------------- */
.sticky {}
.hentry {
	margin: 0 0 1.2em;
	padding: 0 0 1.2em;
}
.hentry .entry-header{ margin-bottom: 1.2em; }
.hentry .entry-header .entry-title{ margin-bottom:0px; }
.hentry .entry-header .entry-title a{color: #1a1a1a;}
.single .hentry,
.page	.hentry{ border-bottom:none; padding:0; margin:0; }
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-thumbnail{
	padding:0;
	margin-bottom: 20px;
}
.entry-summary {
	margin: 1.2em 0 0;
}
.entry-title{}

.entry-content{
	margin:auto;
}
.page-links {
	clear: both;
	margin: 0 0 1.2em;
}

.page-header{
    border-bottom: medium none;
    text-align: center;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

.page-header .entry-title {
	font-size: 44px;
	line-height:50px;
	margin: 0;
	padding: 185px 0 0;
	color: #ffffff;
}

.contact-header{}
.contact-header .entry-title{ margin-bottom: 0;}

.entry-attachment{}
.entry-attachment .attachment{}
.attachment .entry-meta{ clear:none; }

#image-navigation{ text-align:right; }

.clear{ clear:both; }

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	display:block;
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
	margin-bottom: 1.2em;
	
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.2em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text { text-align: center; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; }
.entry-content .gallery{
	margin: 0 -10px!important;
}
.gallery a img {
	border: medium none;
	display: block;
	height: auto;
	max-width: 100%!important;
	border: none!important;
	margin-bottom: 0;
	width: 100%;
}

.gallery dd { margin: 0; }

.gallery .gallery-item{
	float: left;
	margin-top: 0px!important;
	text-align: center;
	margin-bottom: 20px!important;
	position: relative;
	padding: 0 10px;
}
.gallery .gallery-item .gallery-caption{ 
	visibility: hidden; 
	position: absolute; 
	left: 10px; 
	bottom: 0; 
	right: 10px; 
	padding:10px; 
	background-color: rgba(0,0,0,0.5); 
	color: #fff; 
}
.gallery .gallery-item:hover .gallery-caption{ 
	visibility: visible; 
}

.gallery-columns-4 .gallery-item {}
.gallery-columns-4 .gallery-item img {}

.dm-gallery{  max-width: 1440px; margin: auto; margin-bottom: 50px; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Widgets
----------------------------------------------- */
.widget-title{
	color: #000000;
	font-size: 20px;
	margin-bottom: 10px;
}
.widget-title:after{
	content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #29aab0;
    margin: 15px 0;
}
.widget {
	margin: 0 0 1.2em;
}
.widget ul{ padding:0; margin:0; list-style:none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
#searchform .field{ width:166px; }
#searchsubmit {padding: 0 15px;}


.widget_categories{}
.widget_categories .widget-title{}
.widget_categories ul{}
.widget_categories ul li{}
.widget_categories ul li a{
	border-bottom: 1px solid #eee;
	display: block;
	padding: 10px 0;
	font-size: 14px;
}
.widget_categories ul li.current-cat > a{}

.widget_nav_menu{}
.widget_nav_menu .widget-title{}
.widget_nav_menu .menu{}
.widget_nav_menu .menu li{ position: relative;}
.widget_nav_menu .menu li a{
/*	border-bottom: 1px solid #eee;
	display: block;
	padding: 10px 0;
	font-size: 14px;*/
	color: #9c9c9c;
}
.widget_nav_menu .menu li:last-child a{ border:none; }
.widget_nav_menu .menu li:hover a,
.widget_nav_menu .menu li.current-menu-item a{ }

.widget_nav_menu .menu-item-has-children{
	border-bottom: 1px solid #eee;
}
.widget_nav_menu .menu-item-has-children > a{ 

}
.widget_nav_menu .menu li .sub-menu{ 
	
}
.widget_nav_menu .menu li .sub-menu > li{}
.widget_nav_menu .menu li .sub-menu > li > a{ 
	border:none; font-size: 14px;
	border-bottom: 1px solid #eee;
	padding-left: 20px;
}
.widget_recent_entries ul{}
.widget_recent_entries ul li{}
.widget_recent_entries ul li a{
	color: #ffffff;
}
.widget_dm_address_widget {}
.widget_dm_address_widget .dm-address .phone,
.widget_dm_address_widget .dm-address .fax,
.widget_dm_address_widget .dm-address .email{
	color: #4c4c4c;
	margin-bottom: 0;
	display: block;
	padding: 0px;
    border-right: 0px solid #b9b9b9;
}

/* DM Address widget */
.dm-address{}
.dm-address .location{ clear: none; }
.dm-address .image-map{ float: right;margin-left: 10px; margin-right: -10px; }

.dm-address .phone,
.dm-address .fax,
.dm-address .email{
	color: #4c4c4c;
	margin-bottom: 0;
	display: inline-block;
	padding: 0 10px;
    border-right: 1px solid #b9b9b9;
}
.dm-address .phone{}
.dm-address .fax{}
.dm-address .email{
	border-right: 0px solid #b9b9b9;
	padding-right: 0;
}
.dm-address .address{
	padding-left: 0px;
	position: relative;
	margin-bottom: 10px;
}
.dm-address .phone .fa,
.dm-address .fax .fa,
.dm-address .email .fa,
.dm-address .address .fa{
	position: absolute;
	left: 0;
}
.dm-address .text{width: 70px; display: inline-block; font-weight: bold; text-align: left;}
.dm-address .phone br,
.dm-address .email br{display: none;}
.dm-address a{
 	color: #4c4c4c;
 	font-weight: initial;
}
.dm-address h4{
	font-weight: 900;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 0;
	text-transform: capitalize;

}


#footer-sidebar{}
#footer-sidebar .widget{ }
#footer-sidebar .widget-title{
	color: #29aab0;
    font-size: 19px;
    line-height: 53px;
    font-weight: 700;
}
#footer-sidebar .widget-title:after{
	height: 0px;
	margin: 0;
}
#footer-sidebar .widget_nav_menu .menu {}
#footer-sidebar .widget_nav_menu .menu li{}
#footer-sidebar .widget_nav_menu .menu li a{
	border-bottom: 0px solid #333;
	display: block;
	font-size: 14px;
	line-height: 25px;
	padding: 0;
	color: #ffffff;
}

#footer-sidebar .widget_nav_menu .menu li:last-child,
#footer-sidebar .widget_nav_menu .menu li:last-child a{ border-bottom: none; }
#footer-sidebar .widget_nav_menu .menu li.current-menu-item a {}
#footer-sidebar .widget_nav_menu .menu li.current-menu-item ul.sub-menu a {}
#footer-sidebar .widget_nav_menu .menu ul.sub-menu {}
#footer-sidebar .widget_nav_menu .menu .current_page_parent ul.sub-menu {}
#footer-sidebar .widget_nav_menu .menu .current_page_ancestor ul.sub-menu {}
#footer-sidebar .widget_nav_menu .menu li.current-menu-item ul.sub-menu {}
#footer-sidebar .widget_nav_menu .menu ul.sub-menu li.current-menu-item ul.sub-menu {}
#footer-sidebar .widget_nav_menu .menu ul.sub-menu ul.sub-menu {}
#footer-sidebar .widget_nav_menu .menu ul.sub-menu li.current_page_ancestor ul.sub-menu {}
#footer-sidebar .widget_text{}
#footer-sidebar .widget_text .text-upper{color: #ffffff;}
#footer-sidebar #text-9 .textwidget {max-width: 220px;}
#footer-sidebar #text-9 .textwidget

#footer-sidebar .dm-address{}
#footer-sidebar .dm-address h4{display: none;}
#footer-sidebar .dm-address .text{}
#footer-sidebar .dm-address br{display: none;}
#footer-sidebar .dm-address a{color: #ffffff;}

#footer-sidebar .dm-address .address{margin-bottom: 10px;}
#footer-sidebar .dm-address .address br{display: block;}

#footer-sidebar .dm-address .socials {margin-bottom: 15px;}
#footer-sidebar .dm-address .socials li{line-height: 40px;}
#footer-sidebar .dm-address .socials li a{
	background: #ffffff;
	color: #281323;
}
#footer-sidebar .dm-address .socials li a:hover{
	background: #29aab0;
}
#footer-sidebar .dm-address .socials li:first-child a{
	margin-left: 0;
}

/* =Comments
----------------------------------------------- */
.comment-content a { word-wrap: break-word; }
.bypostauthor {}

#comments{ margin:0 0 1.2em; }
#comments h2{
	background: none repeat scroll 0 0 #F6F6F6;
	margin-bottom: 20px;
	padding: 10px;
}

.commentlist{ padding:0; margin:0; list-style:none;}
.commentlist li.comment{ padding: 0; min-height:70px; }
.commentlist li.comment .comment-content {
	padding-bottom: 0px;
	padding-left: 54px;
}
.commentlist li.comment .comment-author{}
.commentlist li.comment .comment-author img{ float:left; margin-right:10px;}
.commentlist li.comment .comment-meta{
	float: right;
	font-size: 11px;
	font-style: oblique;
	margin-top: -30px;
}
.commentlist li.comment .reply{
	background: none repeat scroll 0 0 #CCCCCC;
	color: #FFFFFF;
	font-size: small;
	margin-top: 0;
	padding: 5px;
	position: absolute;
	top: 60px;
}
.commentlist li.comment .reply a{
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 10px;
}
.commentlist li.comment .footer{}

.commentlist li.comment .children{
	list-style: none outside none;
	margin: 5px 0 5px 54px;
}
.commentlist li.comment article.comment{ background:#f6f6f6; padding:10px; margin-bottom:5px; position:relative; min-height: 90px; }
.commentlist li.comment article.comment .comment-content p{ margin:0; }

#respond{}
#respond #reply-title{ padding: 20px 0; }

#commentform{
	background: none repeat scroll 0 0 #F6F6F6;
	margin-bottom: 30px;
	padding: 30px;
}
#commentform p{ margin-bottom:10px;}
#commentform .comment-notes{}
#commentform label{ width:100%; display:block;}
#commentform .comment-form-author{}
#commentform .comment-form-email{}
#commentform .comment-form-url{}
#commentform .comment-form-comment{}
#commentform .form-allowed-tags{}
#commentform textarea{
	height: 100px;
	line-height: 16px;
	overflow: auto;
	padding: 11px 7px 7px;
	vertical-align: top;
	width: 90%
}
#commentform .form-submit{}

.nocomments{ display:none; }

/* =Layout: Content-Sidebar
----------------------------------------------- */

#content {}
#sidebar {}
#sidebar .widget{ margin-bottom: 40px;}
#sidebar .widget .gform_wrapper{
	background: #eeeeee;
    padding: 15px;
}
.archive-content{ }
.page-content{ }

/* =Main Layout
----------------------------------------------- */
.site-header{ 
	width: 100%;
	background: #ffffff;
/*  	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -o-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -ms-transition: background .5s ease-in-out,padding .5s ease-in-out;
     transition: background .5s ease-in-out,padding .5s ease-in-out;
}
.site-header.sticky{
	position: fixed;
	width: 100%;
  	left: 0;
  	top: 0;
  	z-index: 100;
  	border-top: 0;
  	-moz-transition: height 0.5 ease;
    -webkit-transition: height 0.5 ease;
    -o-transition: height 0.5 ease;
    transition: height 0.5 ease;

}
.site-header .navbar-brand {
	display: block;
	float: left;
	font-size: 18px;
	line-height: 40px;
	padding: 40px 0;
}
.site-header .navbar-brand img{ 
	display: block; 
	margin-bottom: 0;
	-moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
}

.site-header .site-contact .site-phone{
	margin: 0px 0px 0px 40px;
	padding: 0;
    color: #fff;
    font-size: 18px;
    line-height: 85px;
    display: inline-block;
    text-transform: uppercase;
}
.site-header .site-contact .site-phone li a {color: #ffffff;}
.site-header .site-contact .site-phone li a:hover {color: #29aab0;}
.site-header .site-contact .site-phone .fa{
	padding: 5px;
	background: #ffffff;
	border-radius: 50%;
	width: 25px;
	margin-right: 10px;
	color: #29aab0;
}

.is-sticky .site-header{ width: 100% ;}	
.is-sticky .site-header .navbar-brand{}
.is-sticky .site-header .site-contact {}
.is-sticky .navbar-collapse.collapse{}
.is-sticky .navbar-default{}
.is-sticky .navbar-default .navbar-nav > li > a {}

.admin-bar .is-sticky .site-header{ top:32px!important; }
.admin-bar .site-header.sticky{ top:32px!important; }

.site-header.sticky .navbar-brand{padding: 17px 0;}
.site-header.sticky .navbar-brand img{max-height: 30px;}

.site-header.sticky .navbar-collapse.collapse {padding: 0px 0;}
.site-header.sticky .navbar-default{ background: rgba(0,0,0,0.5);}
.site-header.sticky .navbar-default .navbar-nav > li > a { line-height: 60px; }
.site-header.sticky .socials li {line-height: 60px; }
.site-featured{ margin:auto; }

.site-header-image-bg{ height:250px!important; }

.site-tagline{
	border-bottom: medium none;
	color: #fff;
	font-size: 28px;
	line-height: 50px;
	padding: 40px 0;
	text-transform: uppercase;
}
.site-tagline .btn,
.site-tagline .btn:visited{}

.container{ }
.site-main{margin:0; min-height: 500px;}
.site-footer{
	background: #404040 none repeat scroll 0 0;
	color: #ffffff;
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 25px;
}
.site-footer .footer-content{
	clear: both;
	float: left;
	margin: auto;
	padding: 50px 0;
	position: relative;
	width: 100%;
}
.site-footer .footer-info {
    background: #000000 none repeat scroll 0 0;
    clear: both;
    float: left;
    margin: auto;
    padding: 12.5px 0;
    position: relative;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    color: #7c7d7f;
    line-height: 25px;
    color: #4e4e4e;
}
.site-footer .footer-info p{margin-bottom: 0;}
.site-footer .footer-info a{}
.site-footer .footer-info .site-copyright{ }
.site-footer .footer-info .site-copyright span{
	color: #29aab0;
}
.page .entry-header{ }
.page .entry-header .entry-title{}

.has-breadcrumbs{ position:relative; }
.has-breadcrumbs .breadcrumbs{
	font-size: 11px;
	font-style: oblique;
	margin: 0;
	padding-top: 4px;
	position: absolute;
	z-index: 20;
	width: 100%;
}


/* =Menu
----------------------------------------------- */
.sticky-wrapper{ 
	width: 100%; 
	z-index: 75; 
	position: absolute; 
}

.navbar{ margin: 0; }
.navbar-default {
	background-color: transparent;
	border: medium none;
	width: 100%;
	position: absolute;
}
.navbar-brand {
	color: #29aab0;
	height: auto;
}
.navbar-brand:hover,
.navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-text {
	color: #777777;
}

.navbar-collapse.collapse{
	padding: 40px 0;
}
.navbar-default .navbar-nav > li > a {	
	color: #ffffff;
	font-size: 18px;
	line-height: 36px;
	padding:0;
	margin-right: 40px;
	text-transform: uppercase;
	border-bottom: 5px solid transparent;
	font-family: 'Oswald', sans-serif;
}
.navbar-default .navbar-nav > li:first-child > a{}
.navbar-default .navbar-nav > li:last-child > a{}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: transparent;
	color: #29aab0;
	border-bottom: 5px solid #29aab0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #ffffff;
	border-bottom: 5px solid transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #eee;
	background-color: transparent;
}

.navbar-default .navbar-nav > li.menu-item-object-page.active a{
	background-color: transparent;
	color: #29aab0;
	border-bottom: 5px solid #29aab0;
}

.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #29aab0;
	border-bottom: 5px solid #29aab0;
}
.navbar-collapse,
.navbar-form {
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #555555;
}
.navbar-collapse.in .navbar-nav{ margin-bottom: 0;}
.navbar-collapse.in .navbar-nav > li > a{
	line-height: 30px;
}

.dropdown-menu {
	background-clip: padding-box;
	background-color: #fff;
	border: none;
	border-radius: 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	display: none;
	float: left;
	font-size: 14px;
	left: 0;
	list-style: none outside none;
	margin: 2px 0 0;
	min-width: 180px;
	padding: 5px 0;
	position: absolute;
	top: 100%;
	z-index: 1000;
}
.navbar-nav > li:hover > .dropdown-menu{
	display: block;
}
.navbar-toggle {
    border-color: transparent !important;
    border-radius: 0;
    color: #dddddd;
    font-size: 21px;
    height: 40px;
    line-height: 36px;
    margin-top: 0px;
    padding: 5px;
    width: 40px;
    margin-right: 0;
    position: absolute;
    right: 5px;
    top: 0px;
    min-width: auto;
}
.navbar-toggle:hover,
.navbar-toggle:focus,
.navbar-toggle:active {
	background-color: transparent!important;
}
.navbar-toggle .fa{}
.navbar-toggle .fa-bars{}
.navbar-toggle .fa-times{ display: none;}
.navbar-toggle.active{ border-color: #dddddd;}
.navbar-toggle.active .fa-bars{ display: none; }
.navbar-toggle.active .fa-times{ display: inline-block;}


.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {} 
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background: #29aab0 none repeat scroll 0 0;
	color: #fff;
}

.footer-menu{ padding:0; margin:0; list-style:none; width:100%; }
.footer-menu li{ float:left; }
.footer-menu li a{ display:block; float:left; padding:3px 10px; }
.footer-menu li:first-child a{ padding-left:0; }
.footer-menu li:hover > a {}
.footer-menu li.current_page_item a,
.footer-menu li.current-menu-item a { }


.socials{ 
	list-style:none; 
	color: #ffffff; 
	margin: 0px 20px; 
	padding: 0;
	display: inline-block;
	float: none;
}
.socials li{ 
	display: inline-block; 
	line-height: 120px; 
	font-size: 10px;
	text-transform: uppercase;
}
.socials li a{
    background: #3b5998;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    height:30px;
    width: 30px;
    margin: 0 0 0 5px;
    opacity: 1;
    text-align: center;
    border-radius: 50%;
}

.socials li a:hover{ 
	/*opacity:0.8;*/
	background:#ffffff;
	color: #29aab0;
}


/* =Reset BXSlider
----------------------------------------------- */
.bx-wrapper {
	margin: 0;
	padding: 0;
	position: relative;
}
.bx-wrapper .bx-viewport {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	box-shadow: none;
	left: 0;
}
.bx-wrapper .bx-controls-direction a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #fff;
	font-size: 48px;
	height: 60px;
	line-height: 60px;
	margin-top: -30px;
	outline: 0 none;
	position: absolute;
	text-align: center;
	text-indent: 0;
	top: 50%;
	width: 40px;
	z-index: 65;
}
.bx-wrapper .bx-prev{ left: 0; }
.bx-wrapper .bx-next{ right: 0; }
.bx-wrapper .bx-pager .bx-pager-item, 
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {}

.bx-wrapper .bx-pager{
    font-size: 0;
    margin: 0 auto;
    padding: 0px;
    right: 0;
    width: auto;
    z-index: 55;
    left: 0;
    bottom: -50px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #363636;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 16px;
	outline: 0;
	border-radius: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #29aab0;
	z-index: 65;
}

/* Custom Post type Slidshow */
.slidercontainer{ margin:auto; background:#f5f5f5; position: relative;}
.sliderarea{ width:100%; height:822px; display:block; padding:0px;}
.sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:822px; background:none!important; }
.custom-slideshows > .slide-item{ width:100%!important; height:822px; background-size: cover!important; position: relative; }

.custom-slideshows > .slide-item .slide-content{

}
.custom-slideshows > .slide-item .slide-content .slide-info{
	position: absolute;
	z-index: 65;
	color: #ffffff;
	font-size: 17px;
	line-height: 27px;
	max-width: 480px;
	top: 30%;
}
.custom-slideshows > .slide-item .slide-content .slide-info h1{
	font-size: 50px;
	font-weight: 600;
	line-height: 58px;
	color: #ffffff;
	text-transform: none;
}
.custom-slideshows > .slide-item .slide-content .slide-info h1:after{height: 0;}
/* =Custom .item-carousel
----------------------------------------------- */
.item-carousel{}
.item-carousel .item{ position: relative;}
.item-carousel .item .thumbnail{}
.item-carousel .item .thumbnail a{ display: block; }
.item-carousel .item .thumbnail img{ float: none; }
.item-carousel .item:hover .thumbnail img{ opacity: 0.15; }
.item-carousel .item .item-title{
	bottom: 0;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	vertical-align: middle;
	display: none;
	background-color: rgba(0,0,0,.5);
}
.item-carousel .item:hover .item-title{ display: block;}
.item-carousel .item .item-title a{
	color: #fff;
	display: block;
	font-size: 28px;
	padding: 24.5% 0;
	text-align: center;
	vertical-align: middle;
	
}
.item-carousel .item:hover .item-title a{ text-decoration: none;}


/* =Custom .mixitup
----------------------------------------------- */
.mixitup{ padding:20px 0;  margin-bottom: 0px; }
.mixitup .nav-pills{ margin-bottom: 20px; }
.mixitup .nav-pills > li > a{}
.mixitup .nav-pills > li > a.active{
	background: #29aab0;
	color: #fff;
}
.mixitup .mix{ display: none; max-width: 100%; }
.mixitup .item{ text-align: center; }
.mixitup .item h3{ padding:10px 0 20px 0; margin-bottom: 0}

/* =Custom .gallery
----------------------------------------------- */
.item-gallery{ position: relative; margin-bottom: 20px;}
.item-gallery .item-thumbnail{}
.item-gallery .caption{
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	z-index: 10;
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	opacity: 0
}
.item-gallery:hover .caption{
	opacity: 1;
}
.item-gallery .title{ 
	font-size: 18px;
	left: 20px;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 50%;
	color: #fff;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


/* =Custom Page template
----------------------------------------------- */
.not-found{
	margin-bottom: 100px;
	margin-top: 50px;
	padding-top: 120px;
	text-align: center;
}
.not-found strong {
	color: #022a3b;
	display: block;
	font-size: 222px;
	font-weight: normal;
	margin-bottom: 100px;
	text-align: center;
}
.not-found #searchform{ margin-bottom: 50px;}
.not-found hr {
	margin: 20px auto;
	width: 365px;
}

.home .site-main{ padding:0;margin: 0; }
.home .site-header-image-bg{ height:0px!important; }
.home .site-footer .footer-content{padding: 0;}
.home .front-content{ padding:20px 0; }
.home .front-content .entry-header{ margin:0; height:auto;}

.home .testimonials{
	padding: 70px 0 50px;
	text-align: center;
}

#tagline{
	color: #ffffff;
	font-size: 28px;
	line-height: 50px;
	text-transform: uppercase;
	background: #29aab0;
	letter-spacing: 1px;
	padding: 23px 0;
}
#cta{}
#cta .cta-thumbnail{
	display: inline-block;
}
#cta .cta-title{
	font-size: 24px;
}
#banner .vc_custom_heading a:hover{
	color: #29aab0!important;
}

#welcome{
	position: relative;
}
#welcome:after{
	top: 0;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(235, 235, 235, 0);
	border-top-color: #362A2A;
	border-width: 20px;
	margin-left: -20px;
}
#welcome .text-welcome{
	color: #787878;
}


#what-we-do .icon_box h4{margin-bottom: 10px}
#what-we-do .icon_box{
	display: inline-block;
	margin-bottom: 30px;
	min-height:320px;
}
#what-we-do .icon_box .image_wrapper{
	width: 20%;
	float:left;
	text-align: center;
	margin-top: -7px;
}
#what-we-do .icon_box .desc_wrapper{
	width: 80%;
	float: right;
}
#what-we-do .content-left{
	width: 40%;
}
#what-we-do .content-left .image_wrapper{float: right!important;}
#what-we-do .content-left .desc_wrapper{}
#what-we-do .content-left ul{
    /*direction: rtl;*/
    padding-left: 0;
    padding-right: 0px;
    text-align: left;
    list-style: none;
}
#what-we-do .content-left ul li {
	background: url(images/icon-ul-li.png) no-repeat right 3px;
	padding-right: 20px;
	margin-bottom: 5px;
}
#what-we-do .content-center{
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	width: 20%;
	
}
#what-we-do .content-center .vc_column-inner{
    min-height: 600px;
    max-width: 360px;
    float: none;
    display: inline-block;
    padding: 50px 18px!important;
}
#what-we-do .content-center h3{
	font-size: 32px;
	line-height: 50px;
	color: #ffffff;
	margin-bottom: 70px;
	margin-top: 50px;
	display: block;
}
#what-we-do .content-center a{
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}
#what-we-do .content-right{
	width: 40%;
}
#what-we-do ul li{margin-bottom: 5px;}
#what-we-do{
	position: relative;
}
#what-we-do::after{
	top: 0;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(235, 235, 235, 0);
	border-top-color: #f5f5f5;
	border-width: 20px;
	margin-left: -20px;
}

#testimonials{}
#testimonials .testimonial {
	text-align: center;
}
#testimonials .testimonial .text{
	font-weight: 400;
	margin-bottom: 30px;
	padding: 0 70px;
}
#testimonials .testimonial .info{
	font-size: 14px;
	color: #363636;
}

#contact{
	position: relative;
}
#contact:after{
	top: 0%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(235, 235, 235, 0);
	border-top-color: #ebebeb;
	border-width: 20px;
	margin-left: -20px;
}

#contact-map{
	height: 175px;
	width: 100%;
	position: relative;
}
#contact-map:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    background: url(images/bg-after-contact-arrorw.png) no-repeat center center;
    background-size: cover;
    z-index: 999;
}

/* =Custom .single-attachment
----------------------------------------------- */
.single-attachment{}
.single-attachment .site-featured{ display: none; }
.content-area.image-attachment{ background: #F5f5f5; padding:0!important; }
.image-attachment{}
.image-attachment .page-header{ margin-bottom: 0; margin-top: 0; padding: 0 }

.sidebar-image{ padding:20px;}
.image-header{ margin-bottom: 20px; }
.image-header .entry-title{ margin-bottom: 0; }

#image-navigation{}
#image-navigation .previous-image{ float: left}
.entry-attachment .attachment img {
	margin: 0;
}

/* = Custom Plugins
------------------------------------------------*/
.pace .pace-progress{
	background: #29aab0 none repeat scroll 0 0;
}

/* Plugin WP Pagenavi */
.wp-pagenavi{}
.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #BFBFBF;
	margin: 2px;
	padding: 0 8px!important;
	text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #333;
}
.wp-pagenavi .pages{ border:none; }
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{ border:none;}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 0px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #29aab0;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #29aab0;
	background-color: #eeeeee;
	border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #29aab0;
	border-color: #29aab0;
	cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #999999;
	background-color: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}


/* = Custom Gravity Forms
------------------------------------------------*/
.gform_wrapper {text-align: center;}
.gform_wrapper ul { padding:0; }
.gform_wrapper ul li { margin: 10px 0px;  list-style-image: none !important; list-style: none !important; }
.gform_wrapper ul li:last-child{margin-bottom: 50px;}
.gfield_label {  font-weight: bolder; }
.gfield_required { color: #29aab0 !important; font-weight: lighter !important; }
.ginput_container input { width: 100%;  }
.ginput_container .large{ width: 100%; }

.ginput_container input:focus,
.ginput_container textarea:focus { }
.gform_wrapper .gform_footer { clear: both;; padding: 0; float: none;  margin-top: -30px;  margin-bottom: 50px;}

.gform_button {}
.gform_button:focus,
.gform_button:hover { }
.gform_validation_container { }
.row_wrapper .gform_footer{ padding:10px; }

.gsection{ padding-top: 40px;  }
.gsection_title{ font-size: 18px; border-bottom: #F5f5f5 solid 1px;}

.gfield_checkbox li{ margin:0!important;}
.ginput_complex{ margin-left: -10px; margin-right: -10px; }
.ginput_complex .ginput_full{ width: 100%; display: block; padding:0 10px; }
.ginput_complex .ginput_left{ width: 50%;  padding:0 10px; display: inline-block; float: left; }
.ginput_complex .ginput_right{ width: 50%; padding:0 10px; display: inline-block; float: right; }
.ginput_complex input{ width: 100%; }
.ginput_complex label{  font-size: 11px; font-style: italic; font-weight: normal; line-height: 16px; display: block; }

.ginput_complex .address_city,
.ginput_complex .address_state,
.ginput_complex .address_zip{display:block; width: 33.3333%; float: left;  padding-left: 10px; padding-right: 10px;}

.gfield.file_upload{}
.gfield.file_upload .gfield_label{}
.gfield.file_upload .ginput_container{ float: right;}


.gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message { padding: 0 !important; }
.validation_error { color: #790000 !important; font-size: 12px !important; font-weight: lighter !important; margin: 0 !important; }
.gfield_error { background: none !important; border: 0px !important; color: #70a7c5 !important; padding: 0px !important; }
.gfield_error .gfield_label { color: #2b424b !important; font-weight: lighter !important; }
.validation_message { color: #790000 !important; padding: 2px 0px 0px 0px !important; }
.gfield_error input,
.gfield_error textarea { border: 1px #29aab0 solid !important; }
.gfield_error input:focus,
.gfield_error textarea:focus { color: #fff !important; }
.ginput_recaptcha { margin: 0 auto; display: table; }

#scrollUp{ position: fixed; right: 10px; bottom: 10px;}

/* = Custom Bootstrap
------------------------------------------------*/

.btn{ 
	text-transform: uppercase;
}
.btn-xs{ line-height: 18px; height: 20px; padding:0 10px;}
.btn-sm{ line-height: 22px; height: 24px; padding:0 15px;}
.btn-lg{ 
	line-height: 48px;
	height: 50px;
	padding: 0 40px;
}

.lead{ font-size: 18px; font-weight: normal;}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {}

.btn:active,
.btn.active {}

.btn-default,
.btn-default:visited {
	background-color: #29aab0;
	border-color: #29aab0;
	color: #ffffff;
}

.btn-default:hover,
.btn-default:focus {
	background-color: #444444;
	border-color: #444444;
    color: #ffffff;
}

.btn-default:active,
.btn-default.active {}

.btn-primary,
.btn-primary:visited {}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {}

.btn-success {}
.btn-success:hover,
.btn-success:focus {}
.btn-success:active,
.btn-success.active {}

.btn-info {}
.btn-info:hover,
.btn-info:focus {}
.btn-info:active,
.btn-info.active {}

.btn-warning,
.btn-warning:visited { color: #fff;}
.btn-warning:hover,
.btn-warning:focus { color: }
.btn-warning:active,
.btn-warning.active {}

.btn-danger {}
.btn-danger:hover,
.btn-danger:focus {}
.btn-danger:active,
.btn-danger.active {}


.thumbnail,
.img-thumbnail {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	display: block;
	line-height: 1.42857;
	margin-bottom: 1em;
	padding: 0;
}

.alert {}
.alert-success {}
.alert-info {}
.alert-warning {}
.alert-danger {}

.progress {}
.progress-bar {}
.progress-bar-success {}
.progress-bar-info {}
.progress-bar-warning {}
.progress-bar-danger {}

.list-group {}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {}

.panel {}
.panel-default > .panel-heading {}
.panel-primary > .panel-heading {}
.panel-success > .panel-heading {}
.panel-info > .panel-heading {}
.panel-warning > .panel-heading {}
.panel-danger > .panel-heading {}

.well{}

.pager li > a, .pager li > span {
	background-color: #fff;
	border: 0 none;
	border-radius: 0;
	display: inline-block;
	padding: 0;
}
.pager li > a:hover, .pager li > span:hover{
	background: transparent;

}
.pager li > a:hover{
	text-decoration: underline;
}

.nopadding { padding: 0 !important; margin: 0 !important; }
.nopadding .thumbnail{ display:block; margin:0; }
.nopadding .thumbnail img{ display: inline-block; }

.thumbnail img{width: 100%;}


/*Style Placeholder Text*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8d8d8d!important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #8d8d8d!important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #8d8d8d!important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #8d8d8d!important;
}


.text-upper{
	text-transform: uppercase!important
}
.text-white{
	color: #ffffff;
}

/* = Custom VC
------------------------------------------------*/
.contact-info {
	font-size: 18px;
	line-height: 30px;
	color: #4c4c4c;
	margin-bottom: 30px;
}
.contact-info h3{
	font-family: unset;
	font-size: 18px;
	line-height: 30px;
	text-transform: unset;
	color: #4c4c4c;
	margin-bottom: 0;
}
.contact-info .socials{
	margin-top: 10px;
}
.contact-info .socials li{
	line-height: 40px;
}
.vc_sep_width_10 {
    width: 5%!important;
}