/*
Theme Name: Reinsurance News
Author: Roweena Web Design
Version: 1.0
*/

body, h1, h2, h3, h4, h5, h6, p, li {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
    
}

h1 {
	font-size: 1.8em;
	 font-family: "Roboto Condensed"; 
	 font-weight: 600;
	 color: #003366
}

h2 {
	font-size: 1.8em;
	 font-family: "Roboto Condensed"; 
	 font-weight: 600;
	 color: #003366
}	

h3 {
	font-size: 1.2em;
	 font-family: "Roboto Condensed"; 
	 font-weight: 600;
	  color: #003366
}	

h4 {
	font-size: 1.1em;
	 color: #003366;
	  font-family: "Roboto Condensed"; 
	 font-weight: 600;
}	

.gradient {
	background: #c8d7dc;
	margin: 30px 0 0 0
}

.gradient h3 {
	font-size: 1.4em;
}

.alignleft {
	float: left;
	margin: 0 15px 0 0	
}

.alignright {
	float: right;
	margin: 0 0 0 15px	
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.small {
	font-size: 85%;
	margin: -5px 0 0 0;
	line-heigth: 100%;
	clear: left	
}

/* HEADER --------------------------------------- */
.row-top {
    padding-top: 15px; 
    padding-bottom: 15px
}

    @media screen and (max-width: 680px) {
     .row-top {
            padding-bottom: 0
        }
	}
/* NAVIGATION ------------------------------------ */
.title-bar {
    display: none
}

	@media screen and (max-width: 680px) {
        .title-bar {
            display: block
        }
	}

#main-menu {
	background: #286ea9	
}

#main-menu ul  {
	background: none !important	
}

#main-menu li a {
	background: #286ea9;
	transition: background-color 0.7s ease;
	color: #fff;
	margin-right: 4px
}

#main-menu li.current-menu-item a, #main-menu li.current_page_parent a, #main-menu li:hover a {
	background: #003366;
}

#main-menu .submenu {
	border: none !Important;
	z-index: 802 
}

.button.warning {
	color: #1b1b1b;
	font-weight: 600	
}

#logo {
	width: 350px;  
	height: 48px;
	margin-top: 20px 	
}

#menu-item-18 > a {
    width: 78px
}

#menu-item-15339 > a {
    width: 72px
}
#menu-item-12 > a {
    width: 80px 
}


/* TOP BANNER ------------------------------------ */
#image-wrap {
	background: url(img/bg-banner.jpg) left center no-repeat; 
	min-height: 210px; 	
}

	@media screen and (min-width: 1800px) {
        #image-wrap {
            background: url(img/bg-banner.jpg) left center no-repeat; 
            min-height: 210px; 
            width: 100%; 
            background-size: 100%;
        }
	}

#image-wrap2 {
	background: url(img/bg-banner.jpg) center center no-repeat; 
	background-attachment:fixed; 
	min-height: 170px; 
	width: 100%; 
	background-size: cover;
	
}
	@media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 3) { 
		#image-wrap {
			background: url(img/bg-banner.jpg) center center no-repeat; 
			background-attachment: scroll; 
			width: 100%; 
			background-size: auto
		}
		
		#image-wrap2 {
			background: url(img/bg-banner.jpg) center center no-repeat; 
			background-attachment: scroll; 
			min-height: 140px; 
			width: 100%; 
			background-size:  auto
			
		}
	}
	
	@media screen and (max-width: 768px) {
		#image-wrap {
			min-height: 225px; 
		}
	}
	@media screen and (max-width: 680px) {
		#image-wrap {
			background: url(img/bg-banner.jpg) center center no-repeat; 
			background-attachment: scroll; 
			width: 100%; 
			background-size: 680px
		}
		
		#image-wrap2 {
			background: url(img/bg-banner.jpg) center center no-repeat; 
			background-attachment: scroll; 
			min-height: 140px; 
			width: 100%; 
			background-size:  680px
			
		}
	}



#title-wrapper {
	margin: 50px 0;
	background: rgba(17,34,65,0.9); 
	padding: 25px 25px 15px 25px; 
	color: #fff;  
	overflow: auto; 
}

#title-wrapper h1, #title-wrapper p{
	 color: #ffcc33; text-shadow: 1px 1px 1px #000; 
	 line-height: 140%; 
	font-weight: 600;
	font-size: 2.4em;
	font-family: "Roboto Condensed"; 

}

#title-wrapper p {
	margin-bottom: 10px	 
}

	@media screen and (max-width: 480px) {
		#title-wrapper h1 {
		 font-size: 1.6em
		}
		
		#title-wrapper {
			margin: 30px 0;
		}
	}


/* FORM WRAPPER ------------------------------------ */

#signup-wrapper {
	 background: rgba(17,34,65,0.9); 
	 padding: 10px 15px 9px 15px; 
	 color: #fff;  
	 margin: 23px 15px 20px 15px; 
	 overflow: auto; 
    display: none;
    min-height: 160px
}

#signup-wrapper h1, #signup-wrapper h2 {
	 color: #ffcc33; text-shadow: 1px 1px 1px #000; 
	 line-height: 140%; 
	 text-align: center; 
	font-weight: 600;
	font-size: 1.8em;
}
#signup-wrapper h3{
	color: #fff;
	font-weight: 400
}

#signup-wrapper p {
	text-align: center	
}
	@media screen and (max-width: 1024px) {
		#signup-wrapper h1, #signup-wrapper h2 {
			font-size: 1.6em;
		}
	}
	@media screen and (max-width: 680px) {
		#signup-wrapper h1, #signup-wrapper h2 {
			font-size: 1.4em;
		}
		
		#signup-wrapper h1 br {
			display: none
		}
	}
	@media screen and (max-width: 767px) {
		
		#signup-wrapper {
		 background: rgba(7,34,65,0.9); padding: 12px; color: #fff;  margin-top: 30px; overflow: auto	
		}	
		
        #main-menu {
            display: none
        }
        
		#main-menu .top-bar-left li {
			width: 100% !important;
			display: block
		}		
	}
	
	@media screen and (max-width: 480px) {
		#signup-wrapper h1, #signup-wrapper h2 {
		 font-size: 1.2em
		}
	}

.form-wrapper ul li,
#gform_wrapper_1 .button {
    display: none
}

.form-wrapper ul li:first-child {
    display: block
}
/* ARTICLES LIST  ------------------------------------ */

#articles-section {
	border-left: 6px solid #ffcc33;
	padding: 0 0 0 25px;
	margin-bottom: 30px;
	margin-top: 55px;
	width: 100%	
}

	@media screen and (max-width: 480px) {
		#articles-section {
			padding: 0 0 0 15px;
		}
	}

.wp-caption, #articles-section img {
	max-width: 100% !important;
}

.wp-caption-text {
	padding: 4px 10px;
	background: #efefef;
	font-size: 90%;
	font-style: italic;
	display: inline-block;
}

.date {
	font-size: 0.9em;
	color: #666;
	margin: -5px 0 5px 0	
}

.read-more {
	color: #286ea9;

	border-bottom: 1px dotted #286ea9;
}

.read-more:hover {
	color: #1b1b1b 
}

.home-post {
	margin-bottom: 20px	
}

.home-post h3 a, h3 a, h4 a {
	color: #286ea9;
}

.home-post h3 {
	font-size: 130%; 
	line-height: 120%	
}

.home-posts-header {
	 font-weight: 600; 
	 margin: 15px 0 20px 0; 
	 background: #ffcc33; 
	 padding: 5px 16px; 
	 display: inline-block; 
	 font-size: 150%	
}

.home-posts-header .fa {
	color:#fff; 
	margin: 8px 10px 0 0; 
	font-size: 120%
}


.home-post h3 a:hover, h3 a:hover {
	color: #1b1b1b;	
}

.recent-posts-extended li {
	font-size: 1rem !important	
}

.home-post img {
	width: 100%; 
	margin: 3px 0 7px 0; 
	z-index: 0 	
}

.home-post2 {
	 margin-bottom: 10px	
}
	
.crop {
	height: 165px;
	width: 100%;
	overflow: hidden;
	margin: 5px 0 10px 0;
	display: block	
}

.crop2 {
	height: 56px;
	width: 100%;
	overflow: hidden;
	margin: 5px 0 7px 0;
	display: block		
}

.crop3 {
	height: 65px;
	width: 100%;
	overflow: hidden;
	margin: 5px 0 7px 0	;
	display: block	
}

.crop4 {
	height: 115px;
	width: 100%;
	overflow: hidden;
	margin: 5px 0 10px 0;
	display: block	
}

.crop img, .crop2 img, .crop3 img, .crop4 img {
    width: 100% !important;
    height: auto;
    
}

.img3height {
	max-height: 61px;
	overflow: hidden;
	margin: 4px 0 7px 0	
}
		@media screen and (max-width: 768px) {
			.crop {
				height: 145px;
				width: 100%;
				overflow: hidden;
			}
			
			.crop3 {
			height: 55px;

		}
		}
	@media screen and (max-width: 640px) {
		.home-post {
			margin-bottom: 15px	
		}
	
		.home-posts-header {
			 width: 100%
		}
		
		.crop {
			width: 100px;
			float: left;
			height: 75px;
			margin: 4px 10px 0 0
		}
		
		.crop3 {
			height: 45px;
			width: 100%;
			overflow: hidden;
			margin: 4px 0 7px 0	
		}
		
		.crop4 {
			height: 65px;
		}
		
		.home-post2 .post1, .home-post2 .post2  {
			display: inline-block !important;
			width: 120px;
			float: left;
		   
		}
		
		.home-post2 .post1 a, .home-post2 .post2 a {
			background-size: cover !important;
			height: 75px;
		}
		
		.home-post2 .text1, .home-post2 .text2  {
			width: 67% !important;
			float: left  !important;
			padding-left: 0 !important;
			margin-left: 0 !important
		}
		
		.home-post2 .post2 {
			margin-bottom: 16px
		}	


	}
	
	@media screen and (max-width: 380px) {
		.crop {
			width: 90px;
			float: left;
			height:80px;
			margin: 4px 10px 0 0
		}
		
		.home-post2 .post1, .home-post2 .post2  {
			width: 110px;
			height:80px;
		} 
		
		.home-post h3 {
			font-size: 120%; 
		}
		
		 .crop3 {
			height: 25px;
			width: 100%;
			overflow: hidden;
			margin: 4px 0 7px 0	
		}
		.crop4{
			height: 35px;
		}
	}
	
	@media screen and (max-width: 350px) {
		.home-post2 .text1, .home-post2 .text2  {
			width: 62% !important;
		}
	}
	
	@media screen and (max-width: 320px) {
		.home-post2 .text1, .home-post2 .text2  {
			width: 50% !important;
		}
	}
.padleft0 {
	padding-left: 0	
}
	@media screen and (max-width: 640px) {
		.home-post2 .padleft0  {
			padding-left: 10px	
	}	}

.tag-title {
	 font-weight: 600;  
	 font-size: 150%; 
	 margin: 0 0 10px 0; 
	 border-left: 6px solid #ffcc33; 
	 padding: 0 0 0 20px
}
.tag-title a {
	color: #003366	
}

/* SOCIAL ICONS ------------------------------------ */

.fa {
	padding: 7px;
	text-align: center;
	font-size:  130%;
	width: 30px; 
	height: 30px;
	margin: 5px 0 0 7px;
	float: left;
	color: #fff;
	opacity: 1;
   	transition: opacity .25s ease-in-out;
   	-moz-transition: opacity .25s ease-in-out;
   	-webkit-transition: opacity .25s ease-in-out;	
}

.fa:hover {
	opacity: 0.6;
	
}

.fa-external-link:hover, a:hover  .fa-external-link {
	opacity: 1;
	color: #1b1b1b !important
}
.home-post .fa-clock-o, .fa-bolt {
	color: #666 ;
	opacity: 1  ;
	padding: 0 ;
	text-align: center;
	font-size:  130% ;
	width: 20px ; 
	height: 20px ;
	margin: 3px 2px 0 0;

}


.social-small .fa.fa-facebook {
	background: #3350ae;
}

.social-small .fa.fa-twitter {
	background: #00c4fc
}

.social-small .fa.fa-linkedin {
	background: #0084d7	
}

.social-small .fa.fa-google-plus {
	background: #d83d2d	
}

.social-small .fa.fa-rss {
	background: #f38314	
}

.social-small img {
	width: 30px; 
	height: 30px;
	margin: 5px 0 0 5px	
}

.apss-social-share .fa /* social share plugin */ {
	padding: 3px;
	text-align: left;
	font-size: 100%;
	width: auto; 
	height: auto;
	margin: 3px 0 0 0;
}

/* LINKS / BUTTONS --------------------------------- */
.link-button {
	padding: 5px 10px;
	background: #003366;
	transition: background-color 0.7s ease;	
	color: #fff	
}

.link-button .fa {
	float: none;
	width: auto;
	height: auto;
	color:#fff;
	padding: 0px;
	margin: 5px 0 0 4px;
}

.link-button:hover {
	color: #fff;
	background: #286ea9;
}

.link2 {
	margin: 13px;
	display: inline-block;
	font-size: 85%;
	margin-left: -10px
}


/* SEARCH -------------------------------------- */

#btn-search, #btn-search-mob {
	color: #fff;
	font-size: 90%;
	font-weight: 700;
	float: right;
	padding:5px 7px;
	height: 32px;
	text-transform:uppercase;
	display: block;
	margin: 4px 0 0 20px;
}

#btn-search-mob {
margin: 0px 0 0 20px;	
}

#btn-search:hover {
	cursor: pointer	
}

#btn-search.btn-bg { /* applied on click */
	background: #235c8c	
}

#searchbox {
	display: none;
	padding: 15px;
	background: #235c8c;

}
#searchbox form {
	max-width: 1170px; 
	margin:  0 auto;	
}

#searchbox #s {
	width: 96%;
	font-size: 130%;
	padding: 3px 5px;
	border: none;
	float: left;
	height: 45px
}

#search-btn {
	background: #101638;
	color: #fff;
	font-size: 130%;
	padding: 4px 10px;
	border: none;height: 45px
}

#searchbox-mob input {
	width: 75%;
	font-size: 100%;
	padding: 3px 5px;
	border-radius: 10px;
	border: 1px solid #ccc;
	margin: 10px 0 0 0;
	float: right	
}

.fa-search {
	color: #fff;
	font-size: 130% !Important ;
	margin: -5px 2px 0 0;
	float: left;
	
}

	@media (max-width: 680px) {
		.social-small {margin-top: 15px}
		.fa {
			margin-left:3px;
		}
		
		.top-bar {position: relative}
		#searchbox #s {
			width: 85%;
			font-size: 130%;
			padding: 5px;
		}
		
		#search-btn {
			font-size: 140%;
			padding: 5px;
			
		}
		
		#btn-search {
			margin: 4px 0 0 5px;
			position: absolute;
			top: 10px;
			right: 10px;
			z-index: 1000;
			display: none !Important
		}
		
		
		
		.hidden-xs, .hidden-sm {display: none}

	}

/* SIDEBAR ------------------------------------ */

#sidebar {
	margin-top: 40px	
}

.home #sidebar {
	margin-top: 5px	
}

.widget-box .textwidget {
	max-width: 320px; 
	color: #fff; 
	font-size: 90%; 
	background: #666; 
	margin: 5px 0 20px 0; 
	text-align: left; 
	float: right;
	padding: 15px
}

.widget-box .textwidget a {
	color: #fff;
	border-bottom: 1px dotted #fff	
}
.widget-box .textwidget a:hover {
	color: #333;
	border-bottom: 1px dotted #333		
}

.widget-title {
	color: #fff	
}

/* PAGINATION -------------------------------- */

#pagination {
	clear: left;	
	padding-top: 15px
}

ul.page-numbers {
    list-style: none;
    margin: 0;
	text-align: center
}

.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: inline;
    margin: 0 4px 4px 0;
    text-align: center;
}

.page-numbers a,
.page-numbers span {
    line-height: 100%;
    display: inline-block;
    padding: 5px 12px;
    height: 32px;
	width: 35px;
    line-height: 18px;
    font-size: 17px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    color: #fff;
	background: #000
}

.page-numbers li:first-child a, .page-numbers li:first-child span,
.page-numbers li:last-child a, .page-numbers li:last-child span {
	width: auto;
    color: #000;
	background: #fff
}

.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #000;
    background: #ebc807;
    text-decoration: none;
}

.page-numbers:hover { text-decoration: none }

/* GRAVITY FORMS  ------------------------------------ */
input {
	color: #1b1b1b; 
	font-size: 16px;
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	}
	
::-webkit-input-placeholder {
	font-size: 16px !important;
	font-family:'Roboto', Arial, Helvetica, sans-serif !important;
	color: #666 !important;
	opacity: 1 !important;
}
:-moz-placeholder { /* older Firefox*/
	font-size: 16px !important;
	font-family:'Roboto', Arial, Helvetica, sans-serif !important;
	color: #666 !important;
	opacity: 1 !important;
}
::-moz-placeholder { /* Firefox 19+ */
	font-size: 16px !important;
	font-family:'Roboto', Arial, Helvetica, sans-serif !important;
	color: #666 !important;
	opacity: 1 !important;
}
:-ms-input-placeholder {
	font-size: 16px !important;
	font-family:'Roboto', Arial, Helvetica, sans-serif !important;
	color: #666 !important;
	opacity: 1 !important;
}

input-placeholder {
	font-size: 16px !important;
	font-family:'Roboto', Arial, Helvetica, sans-serif !important;
	color: #666 !important;
	opacity: 1 !important;
}

#gform_wrapper_1 #field_1_1 ::-webkit-input-placeholder {
	text-align: center
}
#gform_wrapper_1 #field_1_1 :-moz-placeholder {
	text-align: center
}
#gform_wrapper_1 #field_1_1 ::-moz-placeholder {
	text-align: center
}
#gform_wrapper_1 #field_1_1 :-ms-input-placeholder {
	text-align: center
}
#gform_wrapper_1 #field_1_1 input-placeholder {
	text-align: center
}

.form-email {
	width: 50%; 
	margin: 0 auto; 
}
	@media screen and (max-width: 768px) {
		.form-email {
		width: 60%;
	}

	}
	@media screen and (max-width: 767px) {
		.form-email {
		width: 100%;
	}

	}
#email-icon {
  position: relative;
  z-index: 1;
  left: 26%;
  top: -5px;
  color: #ccc;
  cursor: none;
  width: 0;
  font-size: 22px
}


	@media screen and (max-width: 680px) {
		#email-icon {
		  position: absolute;
		  z-index: 1;
		  left: 10px;
		  top: -3px;
	}	
	}
	
	@media screen and (max-width: 680px) {
		#email-icon {
		  display: none
		}
		
		
	}
.gform_button {
	font-size: 16px;
	padding: 10px 25px
}

.gform_wrapper li {
	list-style: none
}

#gform_wrapper_1 li {
	width: 23%; 
	float: left;
	margin: 0 10px	
}

@media screen and (max-width: 1024px) {
	#gform_wrapper_1 li {
	width: 30%; 

}
}

.blog #gform_wrapper_1 li, .single #gform_wrapper_1 li, .page-template-default #gform_wrapper_1 li  {
	width: 47%; 

}

#gform_wrapper_1 li:first-child {
	width: 50%;
	float: none;
	margin: 0 auto;
	text-align: center
}

#gform_wrapper_1 li:first-child input {
	padding-left: 30px
}


#gform_wrapper_1 #field_1_1 .ginput_container, #gform_wrapper_1 #field_1_1 {
	text-align: center;
}

#gform_wrapper_1 #field_1_9 /* paragraph field */ {
	width: 100%; 
	float: none;
	text-align: center;
	margin: 0 0 10px 0	
}

#gform_wrapper_1 label {
	display: none	
}



#gform_wrapper_1 .button {
	background-color: #ffae00;
    color: #fefefe;
	width:22.5%;
	margin-left: 10px
}

.blog #gform_wrapper_1 .button, .single #gform_wrapper_1 .button, .page-template-default #gform_wrapper_1 .button  {
	width:45.5%;	
}

#gform_wrapper_1 #field_1_10 {
	display: none !important
}

.validation_error {display: none}

.validation_message {
	margin-top: -5px;
	color: #ffcc33	
}

 #gform_confirmation_message_1 {
		text-align: center;
		padding-top: 5px 
 }

@media screen and (max-width: 680px) {
	#gform_wrapper_1 input, #gform_wrapper_1 li {
		width: 100% !important
	}
	
	#gform_wrapper_1 ul, #gform_wrapper_1 ul li, .gform_wrapper_1 .button {
		margin-left: 0px	
	}
}

/* FOOTER ------------------------------------ */
#footer-wrapper {
	background: #1b1b1b;
	padding: 30px 0;
	margin: 40px 0 0 0;
	color: #fff;
	/* font-weight: 300 */
}

.home #footer-wrapper {
	margin: 0;
}


#footer-wrapper p {
	font-size: 90%;
}

#footer-wrapper h2, #footer-wrapper h3, #footer-wrapper h4, #footer-wrapper h5 {
	color: #fff	
}

#footer-wrapper a {
	color: #fff;
	border-bottom: 1px dotted #999	
}

#footer-wrapper .social-small {
	margin: -5px 0 25px -5px;
	padding-bottom: 25px	
}



#copyright a, #copyright p {
	color: #999	
}

#copyright {
	padding-top: 15px; 
	
	border-top: 1px solid #333	
}

/* ADVERTS -------------------------------------- */
#header-ad p {
	margin: 0px	
}

.two-ads img {
	float: right;
	margin-left: 20px

}

#middle-ads {
    margin: 25px 0 0 0;
    text-align: center
}

#middle-ads img {
    width: 728px !Important;
    height: auto !important
}

#articles-section div[class^='renew-'], #articles-section div[class*='renew-']{
    margin-top: 25px;
    margin-bottom: 25px;
    overflow: auto
}

@media screen and (max-width: 1150px) {
#logo {
	margin-top: 0px 	
}

.two-ads p {display: inline !important;}
.two-ads img {
	width: 46% !Important;
	height: auto !important;
	margin-left: 0;
}

.two-ads p:nth-of-type(2)  img {
	margin-right: 5px;
}

}

@media screen and (max-width: 1140px) {
#header-ad img {
	width: 45% !Important;
}

#header-ad img#full-width {
	width: 728px !Important;
}

}

@media screen and (max-width: 1100px) {

#header-ad img#full-width {
	width: 100% !Important;
}

}

@media screen and (max-width: 1024px) {
.two-ads img {
	width: 49% !Important;
}
    #reins-724935064 {max-width: 100% !important; height: auto!important}
    #middle-ads img {
        width: 95% !important;
        height: auto !important
    }

}

@media screen and (max-width: 870px) {
.two-ads img {
	width: 48.5% !Important;
}
#header-ad img#full-width {
	width: 95% !Important;
	display: block;
	margin: 0 auto !Important
}
    
    #middle-ads img {
        max-width: 95% !important;
        height: auto !important
    }    
}

@media screen and (max-width: 640px) {
.two-ads img {
	width: 49% !Important;
}

#header-ad img {
	width: 45% !Important;
	margin: 0 2.5%  !Important
}
#header-ad img#full-width {
	width: 95% !Important;
	display: block !Important;
	margin: 0 auto !Important;
	float: none !Important;
	margin-left: 10px !Important
}
    

}
@media screen and (max-width: 767px) {
#top-banner {margin-top: 20px}
.banner-advert {width: 320px; margin: 0 auto !Important; display: block; margin-bottom: 15px !important; float: none !important}	
}
@media screen and (max-width: 680px) {
#logo {
	width: 100%;
	height: auto;
	margin-top: 15px 	
}
#header-ad {
	margin-top: 20px	
}

#home-ad {
	text-align: center	
}

.widget-box {
	max-width: 320px;
	margin: 0 auto	
}


.social-small {text-align: center}
.social-small .fa {
	font-size: 160%;
	width: 40px;
	height: 40px;
	margin: 0 7px 10px 0
}

}

@media screen and (max-width: 480px) {
#logo {
	margin: 0 auto;	
	margin-top: 20px;
	display: block;
    max-width: 90%
}


.two-ads p:last-of-type img {
	float: left; 
}
}

@media screen and (max-width: 380px) {
#logo {
	width: 80%;
	margin: 0 auto;	
}

}

/* rowan new update #sidebar for homepage */
.home-feed {
	margin-bottom: 25px;
	float: left !important	
}
.feed-box {
	min-height: 90px	
}

.cycle-slideshow {
	margin-top: -3px;
	width: 100%;
	overflow: hidden
}


.home-post a {
	position: relative	
}

.home-post .crop-slide {
	height: 165px;
	width: 100%;
	overflow: hidden;
	margin: 5px 0 10px 0;
	display: block	
}

.home-post a span.featured {
	color:#fff;
	font-size: 85%;
	background: #286ea9;
	padding: 2px 5px;
	position: absolute;
	bottom: 0;
	left: 0
}

.blog .home-post a span.featured {
	color:#fff;
	font-size: 85%;
	background: #286ea9;
	padding: 2px 5px;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0
}

    @media screen and (max-width: 680px) {
        .blog .home-post a.mob-margin {
            padding-top: 25px;
            text-align: center;
            display: block;
            height: 95px
        }
        
        .blog .home-post a span.featured {
           width: 100%
        }
        
       .blog .crop4 {
           background-position: center top !important
        }
        
        .blog .home-post a.mob-margin.crop4 {
           background-position: center center !important
        }
        
        header {min-height: 178px}
        
    }

 @media screen and (max-width: 381px) {
        header {min-height: 150px;}
        
    }


.cycle-prev, .cycle-next{ 
	position: absolute; 
	top: 65px; 
	opacity: 1; 
	filter: alpha(opacity=0); 
	z-index: 800; 
	cursor: pointer; 
	color: #333;
	background: #fff;
	width: 40px;
	height:40px;
	border-radius: 50%;
}

.cycle-prev .fa, .cycle-next .fa {
	color: #333	;
	font-size: 30px;
	display: block;
	}

.cycle-prev .fa {
	margin: -4px 0 0 10px	
}

.cycle-next .fa {
	margin: -4px -2px 0 0	
}

.cycle-prev {
	left: -20px	
}

.cycle-next {
	right: -20px	
}

@media screen and (max-width: 680px) {
   
    #homeslides {
        min-height: 350px;
    } 
    .cycle-prev {
	    left: 2px;
        background:none;
        width: 20px;
        display: none
    }
    
    .cycle-prev .fa, .cycle-next .fa {
        margin: 0;
        
    }

    .cycle-next {
        right: 5px;
        background: none;
        width: 25px;
        display: none
    }
    
    .cycle-prev .fa, .cycle-next .fa {
        font-size: 40px
    }
}

.item-inner {
	background: #fff	
}

.cat-description {
	padding: 10px;
	margin: 0 0 35px 0;
	background: #efefef	
}
	


