/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 2.1
Author: 320press
Author URI: http://320press.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* micro clearfix: http://nicolasgallagher.com/micro-clearfix-hack/ */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* wp-specific classes */
.wp-caption{
	
}

.wp-caption-text{
	
}

.sticky{
	
}

.gallery-caption{
	
}

/* layout */

body{
	padding: 0;
}

/* Admin Top Navigation fixes */

body.admin-bar .navbar-fixed-top{ 
	top: 28px; 
}

.navbar .brand{
	color: #000 !important;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
	font-weight: bold !important;
}

.nav-container{
	padding-left: 0;
	padding-right: 0;
}

#inner-header{
	width: 100%;
}

/*input, textarea, select, .uneditable-input {
	margin-bottom: 0;
}*/

.navbar-form, .navbar-search {
	margin: 0 0 9px;
}

.navbar-search{
	padding-left: 0;
}

#s{
	width: 100px;
}

#content{
	padding: 35px 0 0;
}

.more-link{
	white-space: nowrap;
}

.footer-links{
	float: right;
	margin-bottom: 18px;
}

.footer-links .menu{
	list-style-type: none;
	margin-left: 0;
}

.footer-links .menu li{
	float: left;
	margin-left: 10px;
}

/* post styling */

#main {margin: 45px 0 60px;}

#main p.meta{
	font-style: italic;
	color: #808080;
}

#main article{
	margin-bottom: 18px;
	border-bottom: 1px solid #6699FF;
	padding: 0 0 9px;
}

.sidebar{
	margin-top: 18px !important;
}

#main article footer{
	border-top: none;
	margin-top: 0;
	padding-top: 0;
	position: relative;
	min-height: 20px;
}

#main article footer a.edit-post{
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.post:hover a.edit-post{
	display: inline;
}

p.tags{
	line-height: 20px;
}

div[id*='attachment_']{
	max-width: 100%;
	height: 100%;
}

#credit320{
	background: url('images/320press_mini.png') no-repeat left top transparent;
	padding-left: 20px;
}

#main .hero-unit img{
	margin-bottom: 1em;
}

#main article img{
	height: auto;
	max-width: 100%;
}

img.alignleft{
	margin-right: 10px;
	float: left;
}

img.alignright{
	margin-left: 10px;
	float: right;
}

img.aligncenter{
	display: block;
	margin: 0 auto;
}

.post header img{
	margin-bottom: 18px;
}

.archive #main .post h3{
	line-height: 24px;
	margin-bottom: 10px;
}

video {
	max-width: 100%;
	height: auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-wrapper {
	width: 630px;
	max-width: 100%;
	margin-bottom: 18px;
}

/* page styling */

#featured-carousel .item{
	width: 970px;
	height: 600px;
}

.carousel-caption p{
	display: none;
}

.page-template-page-homepage-php #main article{
	border-bottom: none;
}

.page-template-page-homepage-php .hero-unit,
.blog .hero-unit{
	padding: 1em;
}

.hero-unit h1 {
	font-size: 3em;
}

/* comments */



#comments{
	line-height: 24px;
	margin-bottom: 18px;
}

ol.commentlist,
ol.commentlist ul.children{
	list-style-type: none;
	margin-left: 10px;
}

.comment .vcard div{
	margin-top: 8px;
	padding: 0 10px;
}

ol.commentlist time{
	font-size: .8em;
	/*color: #6699FF;*/
}

ol.commentlist div.comment-author{
	position: relative;
}

ol.commentlist a.comment-edit-link{
	color: #ffffff;
	text-decoration: none;
	padding-left: 5px;
}

ol.commentlist span.edit-comment{
	position: absolute;
	right: 0;
	top: 8px;
}

ol.commentlist li.bypostauthor{
	background-color: #dddddd;
}

ol.commentlist ul.children li{
	background-color: #cccccc;
}

ol.commentlist ul.children li ul.children li{
	background-color: #bbbbbb;
}

ol.commentlist ul.children li ul.children li ul.children li{
	background-color: #aaaaaa;
}

ol.commentlist article{
	border-bottom: none !important;
}

a.comment-reply-link{
	/*position: absolute;
	right: 0;
	bottom: 0;*/
    display: block;
    float: right;
}

#comment-nav ul{
	list-style-type: none;
	margin: 0;
}

#comment-form-elements{
	list-style-type: none;
	margin: 0;
}

.comment .vcard .avatar{
	padding-right: 0;
}

/*.comment .vcard .comment-text{
	margin-left: 0;
}*/

img.avatar{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-left: 1px solid #ddd;
	
}

ol.commentlist li{
	/*padding-right: 10px;*/
	background-color: #F0F0F0;
}

#pings{
	margin-bottom: 9px;
}

ol.pinglist{
	list-style-type: none;
	margin: 0 0 9px 0;
}

#comment{
	width: 270px;
}

ol.commentlist #respond{
	padding: 5px 10px;
}

/* specific post-type styles */

/* image attachment */

.attachment #main .post_content img{
	max-width: 100%;
}

.ie8 #main .media-grid img{
	max-height: none !important;
	max-width: none !important;
}

.attachment-img{
	margin-bottom: 18px;
}

.metadata p.alert-message{
	margin-right: 0;
	margin-bottom: 18px;
}

#gallery-nav{
	list-style-type: none;
	margin-left: 0;
}

li.next a, li.previous a{
	position: relative;
}

li.next a:hover:before{
	content: "\2190";
	position: absolute;
	display: block;
	top: 42%;
	left: 0;
	background-color: #BFBFBF;
	color: #6699FF;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

li.previous a:hover:before{
	content: "\2192";
	position: absolute;
	display: block;
	top: 42%;
	right: 0;
	background-color: #BFBFBF;
	color: #6699FF;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}


/* widget styles */

.widget{
	margin-bottom: 18px;
}

.widgettitle{
	margin-bottom: 9px;
}

#tag-cloud{
	margin-bottom: 18px;
	line-height: 160%;
}

/* for some reason the bs version currently available for download doesn't have this style */
.label{
	text-transform: uppercase;
}

/* override standard link hover for the tag cloud widget */
#tag-cloud a:hover,
.tags a:hover{
	color: #ffffff;
	text-decoration: none;
}

#tag-cloud a{
	white-space: pre;
	text-transform: uppercase;
}

/* change default form padding for search */

.widget_search form{
	padding-left: 0;
}

/*.widget_search input{
	width: 121px;
}*/

/* calendar widget */

#calendar_wrap{
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}

#wp-calendar{
	width: 100%;
	
}

#wp-calendar caption{
	font-weight: bold;
	padding: 8px;
}

#wp-calendar tr{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#wp-calendar tr:last-child{
	border-bottom: none;
}

#wp-calendar td{
	text-align: center;
	padding: 8px 0;
}

blockquote.pull-left{
	padding-right: 15px;
}

/* CUSTOM - jenny */

a.brand {font-weight: 300; font-size: 40px; color: #bdb8ad;}
a.brand:hover {text-decoration: none;}

a.no-hover:hover {text-decoration: none;}

/*article button,*/ article input, article select, article textarea {background: #f7f7f7;}

.after-uline {display: table; white-space: nowrap; width: 100%;}
.after-uline span {
    display: table-cell;
    /*width: 96.5%;*/
    position: relative;
}
.after-uline span span {
    display: block; /*position: absolute; bottom: 10px;*/ border-bottom: 1px solid #dcdde0; left: 20px;
}

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

.banner { position: relative; background-size: 100% auto;}
.banner img {width: 100%; max-height: 500px;}

.bg-blue {background: #6699FF;}
.bg-c3 {background-color: #c3c3c3;}

.bold {font-weight: bold;}

.btn-blue {
    background: #6699FF; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2N2VlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjU2YWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #6699FF 0%, #ebe7e0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#667ee2), color-stop(100%,#4256af)); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  #6699FF 0%,#ebe7e0 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  #6699FF 0%,#ebe7e0 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  #6699FF 0%,#ebe7e0 100%); /* IE10+ */
/*background: linear-gradient(to bottom,  #6699FF 0%,#ebe7e0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#667ee2', endColorstr='#4256af',GradientType=0 ); /* IE6-8 */

    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 1px 4px rgba(0, 0, 0, 1);
    box-shadow:         0px 1px 4px rgba(0, 0, 0, 1);
    width: 100%;
    border: 1px solid #667ee2;
    /*padding: 5px 0;*/
    color: #bdb8ad;
}

button {
    background: #ebe7e0; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2N2VlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjU2YWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #6699FF 0%, #ebe7e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#667ee2), color-stop(100%,#4256af)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #6699FF 0%,#ebe7e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #6699FF 0%,#ebe7e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #6699FF 0%,#ebe7e0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #6699FF 0%,#ebe7e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1E0FF', endColorstr='#ebe7e0',GradientType=0 ); /* IE6-8 */

    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 1px 4px rgba(0, 0, 0, 1);
    box-shadow:         0px 1px 4px rgba(0, 0, 0, 1);
    border: 1px solid #667ee2;
    /*padding: 5px 0;*/
    color: #666666;
    
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

#content.content-10 {padding-top: 10px;}

.font-os-light, h1.font-os-light, h2.font-os-light, h3.font-os-light, h4.font-os-light, h5.font-os-light, h6.font-os-light {font-weight: 300;}

.font-size-14 {font-size: 14px;}
.font-size-28 {font-size: 28px;}
.font-size-42 {font-size: 42px;}

footer {
    border-top: 5px solid #6699FF;
    background: #242424;
    color: #b3b3b3;
    font-size: 16px;
}

footer h2 {color: #fefefe;}

footer ul.menu {list-style-type: none; margin: 0;}
footer ul.menu li {line-height: 30px;}

footer .textwidget {line-height: 30px;}
footer .widget {margin-top: 35px;}

#gmap {
    -moz-box-shadow: 0 0 14px -1px #000;
    -webkit-box-shadow: 0 0 14px -1px #000;
    box-shadow: 0 0 14px -1px #000;
    width: 100%; 
    height: 360px;
}

#gmap.gmap-sidebar {
    height: 188px;
}

#gmap img {width: auto;}

.h2-uline {
    font-weight: 300;
    margin-bottom: 25px;
}

input#search {
    border: none; 
    width: 100%; 
    margin-bottom: 0;
    margin-left: 5px; 
    height: auto;
    font-size: 15px;
}

input[type="image"] {height: auto;}

input#search:focus {outline: none;}

input[type="date"]::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
}

input[type="date"]:focus::-webkit-inner-spin-button {background: transparent;}

.lineheight-1 {line-height: 1;}
.lineheight-14 {line-height: 14px;}
.lineheight-27 {line-height: 27px;}

.no-border {border: none;}
.no-shadow {box-shadow: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important;}

.postmeta-comment {margin-left: 3px; position: relative; }
.postmeta-comment .count {padding: 8px 8px 9px;}
.postmeta-comment .tail {position: absolute; top: 100%;}
.postmeta-div {margin: 10px 0;}
.postmeta-date-div {padding: 0 8px 8px; margin: 0;}

.rad-40 {border-radius: 40px; padding: 7px 15px;}

.read-more-blog {position: absolute; width: 100%; top: -16px; left: 0;}
.read-more-blog-inner {margin: 0 auto; padding: 0 20px; background: #ffffff; width: 124px;}

.search-div {
    border: 1px solid #d1d2d3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    border-radius: 40px;
  
  line-height: 30px;
}

.search-div div[class*="span"] {min-height: 0;}

select.responsiveMenuSelect {margin-bottom: 0;background: #ffffff;}

.shadow-283 {text-shadow: -1px 1px 2px #28325e;}

.text-color-fff {color: #fefefe;}
.text-color-1d2 {color: #1d2234;}
.text-color-425 {color: #99ccff;}

.titlebar {padding: 17px 0;}

.uline {border-bottom: 1px solid #dcdde0; }

.upcase {text-transform: uppercase;}

.widget-home-app {
    background: #546cd3; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU0NmNkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzQyNTRhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #546cd3 0%, #99ccff 30%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546cd3), color-stop(30%,#99ccff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #546cd3 0%,#99ccff 30%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #546cd3 0%,#99ccff 30%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #546cd3 0%,#99ccff 30%); /* IE10+ */
    background: linear-gradient(to bottom,  #546cd3 0%,#99ccff 30%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#546cd3', endColorstr='#99ccff',GradientType=0 ); /* IE6-8 */

    padding: 30px 60px;
}

.widget-home-app input, .widget-home-app select {border-radius: 40px; background-color: #33417b; border: 1px solid #33417b; color: #fefefe; padding-left: 15px;}
.widget-home-app input[type="submit"] {padding-left: 0; border: none;}

.widget_sp_image {font-size: 18px;}
.widget_sp_image .widgettitle {font-size: 20px; margin-bottom: 0; font-weight: normal;}

.wpcf7-form .ajax-loader {margin: 0 auto; display: block;}

.wpcf7-list-item {margin-right: 10px;}

@media only screen and (min-width: 768px) {
	.carousel-caption p{
		display: block;
	}
}

@media only screen and (min-width: 980px) {
	/*body{
		padding-top: 60px;
	}*/
	
	.container-fluid{
		max-width: 970px;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#inner-footer{
		padding: 0;
	}
	
	#content{
		padding-left: 0;
		padding-right: 0;
	}
	
	.topbar-inner{
		padding: 0;
	}
	
	.topbar form.pull-right {
		float: right;
	}
	
	.navbar-form, .navbar-search {
		margin-top: 6px;
		margin-bottom: 0;
	}
	
	.navbar-search{
		padding-left: 0;
	}
	
	.sidebar{
		margin-top: 0 !important;
	}
	
	
	.blog .hero-unit{
		margin-top: 10px;
	}
	
	.page-template-page-homepage-php .hero-unit,
	.blog .hero-unit{
		padding: 60px;
	}
	
	.hero-unit h1 {
		font-size: 60px;
	}
	
	/* hide edit comment button and show on hover on desktop version */
	.edit-comment{
		display: none;
	}
	
	.vcard:hover .edit-comment{
		display: inline-block;
	}
	
	#s{
		width: 210px;
		margin-bottom: 6px;
	}
	
	/*.widget_search input{
		width: 209px;
	}*/
	
	.comment .vcard .comment-text{
		padding-left: 0;
		padding-right: 10px;
	}
}

@media (max-width: 798px) {
    nav {padding: 0 20px;}
} 

@media (max-width: 480px) {
    .after-uline {white-space: normal;}
    .after-uline span {display: none;}
    .after-uline span span {display: none;}
    .banner {height: 200px; background-size: cover; background-repeat: no-repeat;}
    
    .container.home-welcome, .container.home-welcome .container {margin: 0;}
    .container.home-welcome .font-size-42 {font-size: 30px; line-height: 1.5em;}
    .home-blog div.span4 {margin-bottom: 40px;}
    .widget-home-app {padding: 15px 30px;}
    .widget-home-app select {background: #ffffff; color: #000000;}
}

#read-more {display:none;}

#read-more a {color:#808080!important;
	-webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#read-more a:hover {color:#3b4c9a!important;
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#show-more, a#hide-less {
     color:#808080!important;
}

.kk-footer-container { display: block;
    width: 100%;
}
.kk-footer {
    display: flex;
justify-content: space-between; margin: 0 auto;
max-width: 1180px;
padding: 50px 10px;
width: 95%; }

.kk-footer a{
color:#b3b3b3!important;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
}
.kk-footer ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.kk-footer a:hover{
color:#b3b3b3!important; -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
}
@media (max-width: 799px) { .kk-footer {
padding: 20px 10px 0;
text-align: center; 
display:block;}
}


.kk-tag-home a { color:#777!important;
  -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
 -o-transition: all 0.4s ease-in-out; 
 transition: all 0.4s ease-in-out;
}

.kk-tag-home a:hover{color:#A3DC18!important;
  -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out; 
 transition: all 0.2s ease-in-out;
}

#kk-footer p {
    text-decoration: underline;
}



