.widget .live iframe{
	width:100%;
    height:400px;
}
.widget .live-sidebar iframe{
	width:100%;
    height:250px;
}
.embed-youtube iframe {
    width:100%;
    height:400px;
}
.widget  {
	margin-bottom: 3%;
}
.widget h1 {
  font-size: 20px;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 24px;
}
.widget p img {
	width:100%;
	border: 2px solid #ddd; /* Gray border */
	border-radius: 4px;  /* Rounded border */
	padding: 5px; /* Some padding */
}
.widget .image {
	width:100%;
	border: 2px solid #ddd; /* Gray border */
	border-radius: 4px;  /* Rounded border */
	padding: 5px; /* Some padding */
}
.wp-video {
	width: 100%;
	height:300px;
}
.underline {
  border-bottom: 2px solid #F00;
}
a.viewall {
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  float: right;
  margin-top: 2px;
  margin-bottom: 20px;
  font-size: 10px;
  padding: 3px 10px;
  border-radius: 3px;
  color: #fff;
  background: #e74c3c;
}
a.viewall:visited {
  color: #fff;
}
a.viewall:hover {
  background: #222;
}

.viewall:after {
  content: '>>';
  cursor: pointer;
  display: inline;
  margin-left: 0.3em;
  font-weight: normal;
  font-family: 'FontAwesome';
}
.widget ul {
	padding:0;
	margin:0;
}
.widget ul li {
	list-style: none;
	padding-top:1%;
	padding-bottom:2%;
	
}
.widget ul li a{
	color:#066;
}


/** ------------------------------ tablet layout --------------------- **/

@media screen and (max-width:768px){
.widget .live iframe{
	width:100%;
    height:350px;
}
.widget .live-sidebar iframe{
	width:100%;
    height:300px;
}
.embed-youtube iframe {
    width:100%;
    height:300px;
}
.widget  {
	margin-bottom: 2%;
}
.widget h1 {
  font-size: 20px;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 24px;
}
.widget p img {
	width:100%;
}
.widget .image {
	width:100%;
}
.wp-video {
	width: 100%;
	height:260px;
}
.underline {
  border-bottom: 2px solid #F00;
}
a.viewall {
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  float: right;
  margin-top: 2px;
  margin-bottom: 20px;
  font-size: 10px;
  padding: 3px 10px;
  border-radius: 3px;
  color: #fff;
  background: #e74c3c;
}
a.viewall:visited {
  color: #fff;
}
a.viewall:hover {
  background: #222;
}

.viewall:after {
  content: '>>';
  cursor: pointer;
  display: inline;
  margin-left: 0.3em;
  font-weight: normal;
  font-family: 'FontAwesome';
}
.widget ul {
	padding:0;
	margin:0;
}
.widget ul li {
	list-style: none;
	padding-top:1%;
	padding-bottom:2%;
	
}
.widget ul li a{
	color:#066;
}

}

/** ------------------------ Mobile Landscap Layout ------------------------- **/
@media screen and (max-width:480px){
.widget .live iframe{
	width:100%;
    height:250px;
}
.widget .live-sidebar iframe{
	width:100%;
    height:250px;
}
.embed-youtube iframe {
    width:100%;
    height:250px;
}
.widget  {
	margin-bottom: 2%;
}
.widget h1 {
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 20px;
}
.widget p img {
	width:100%;
}
.widget .image {
	width:100%;
}
.wp-video {
	width: 100%;
	height:200px;
}
.underline {
  border-bottom: 2px solid #F00;
}
a.viewall {
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  float: right;
  margin-top: 2px;
  margin-bottom: 10px;
  font-size: 10px;
  padding: 3px 8px;
  border-radius: 3px;
  color: #fff;
  background: #e74c3c;
}
a.viewall:visited {
  color: #fff;
}
a.viewall:hover {
  background: #222;
}

.viewall:after {
  content: '>>';
  cursor: pointer;
  display: inline;
  margin-left: 0.3em;
  font-weight: normal;
  font-family: 'FontAwesome';
}
.widget ul {
	padding:0;
	margin:0;
}
.widget ul li {
	list-style: none;
	padding-top:1%;
	padding-bottom:2%;
	
}
.widget ul li a{
	color:#066;
}

}

/** ------------------------ Mobile 320 Layout ------------------------- **/
@media screen and (max-width:320px){
.widget .live iframe{
	width:100%;
    height:220px;
}
.widget .live-sidebar iframe{
	width:100%;
    height:200px;
}
.embed-youtube iframe {
    width:100%;
    height:200px;
}
.widget  {
	margin-bottom: 2%;
}
.widget h1 {
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 20px;
}
.widget p img {
	width:100%;
}
.widget .image {
	width:100%;
}
.wp-video {
	width: 100%;
	height:200px;
}
.underline {
  border-bottom: 2px solid #F00;
}
a.viewall {
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  float: right;
  margin-top: 2px;
  margin-bottom: 10px;
  font-size: 10px;
  padding: 3px 6px;
  border-radius: 3px;
  color: #fff;
  background: #e74c3c;
}
a.viewall:visited {
  color: #fff;
}
a.viewall:hover {
  background: #222;
}

.viewall:after {
  content: '';
  cursor: pointer;
  display: inline;
  margin-left: 0.3em;
  font-weight: normal;
  font-family: 'FontAwesome';
}
.widget ul {
	padding:0;
	margin:0;
}
.widget ul li {
	list-style: none;
	padding-top:1%;
	padding-bottom:2%;
	
}
.widget ul li a{
	color:#066;
}

}