/*
 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");
.panel-grid-cell .so-panel a {
    font-size: 15px;
}

.online-class-rows {
    margin: 0!important;
}
.podcast-heading .widget-title {
    margin-bottom: 0;
}
.online-speaking p {
    background-color: #fff;
    margin: 10px 0;
    padding: 20px;
}
.page-id-2732 article {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
h1.sow-headline a {
    font-size: 25px!important;
}
.panel-grid-cell .so-panel h4 {
    margin: 0;
}
.page-id-2732 .entry-header {
    display: none;
}
.page-id-2732 .hentry {
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: unset!important;
    background-color: transparent!important;
}
.page-id-2732 .site-content {
    margin: 0;
}
.podcast-rows .panel-grid-cell .siteorigin-widget-tinymce h4,
.podcast-rows .panel-grid-cell .siteorigin-widget-tinymce h4 a {
    margin: 0;
    color: #000!important;
    font-weight: 500;
}
.page-id-2695 .site-main .hentry {
    background-color: transparent!important;
    box-shadow: unset;
}
.podcast-rows .panel-grid-cell .siteorigin-widget-tinymce h2 {
    margin-bottom: 0;
}
.podcast-rows .panel-grid-cell .siteorigin-widget-tinymce h2 {
    font-size: 21px;
    margin-bottom: 14px;
    font-weight: 700;
}
.btn-learn {
    background-color: #41a9d5;
    color: #fff!important;
    padding: 10px 30px;
}
.tweets-class ul li{
	padding:10px 0;
}
.tweets-class ul li:nth-child(n) a {
    color: #41a9d5;
}
.tweets-class ul li:nth-child(2n+1) a {
    color: #000;
}
.siteorigin-widget-tinymce p a {
    color: #4f5d75;
}

.siteorigin-widget-tinymce p a:hover {
    color: #41a9d5;
}
.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);
}
@media (max-width: 767px) { 
	.second-video-rows{
		flex-direction:column-reverse!important;
	}
	.second-video-rows .panel-grid-cell{
		margin-bottom:20px!important;
	}
	.prodcasts-mobile-row .panel-grid-cell {
		margin-bottom: 40px!important;
	}
}