/*
 Theme Name:   robertequinn
 Theme URI:    http://anjan.com.np
 Description:  Talon Child Theme
 Author:       Anjan BHATTRAI
 Author URI:   http://anjan.com.np
 Template:     talon
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  talon
*/

@import url("../talon/style.css");



.footer-navigation, .site-info {
    margin-top: 0px;
}

.site-footer {
    padding: 40px 0;
}

.box-layout .panel-grid-cell {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.075);
	    min-height: 280px;
}

.box-layout-alt .panel-grid-cell {
    background: #f1f1f1;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.075);
	    min-height: 280px;
}

.box-layout .so-panel .widget-title {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: left;
    text-transform: none;
    font-weight: bold;
}

.box-layout-alt .so-panel .widget-title {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: left;
    text-transform: none;
    font-weight: bold;
}

.img-round img
{
	  background: #fff;
    border-radius: 50%;
    padding: 4px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.075);
}

.small-header .so-panel .widget-title {
	  font-size: 14px;
    margin-bottom: 15px;
    text-align: left;
    text-transform: none;
	font-weight:bold;
}

.blog-header-image
{
	margin-bottom: 50px;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
    -moz-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
    box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
}

#header-sticky-wrapper
{
	height:110px !important;
}

.three-sections img
{
	height:203px !important;
}

.three-sections .sow-image-container
{
	    background: #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.075);
}

.sow-image-container .sti-share-box,
.blog-header-image .sti-share-box,
.entry-thumb .sti-share-box,
.sow-slider-images .sti-share-box,
.single-thumb .sti-share-box
{
	display: none;
}

.custom-share .sow-image-container .sti-share-box
{
	display: block;
}

.custom-share .panel-grid-cell .so-panel {
    height: 180px;
}

.custom-share .sti.style-flat-small .sti-share-box .sti-btn {
    width: 25px;
    height: 25px;
}

.so-panel .widget-title
{
	text-transform: initial;
}

input
{
	width:100%;
}

@media only screen and (max-width: 780px) {
  .hidden-mobile {
    display: none;
  }
}