/*
Theme Name: Magazine
Theme URI: https://themehall.com/responsive-magazine-theme
Author: themehall.com
Author URI: https://themehall.com
Description: Magazine WordPress theme is a omega child wordpress theme built with Bootstrap 3, sleek and powerful mobile first front-end framework for faster and easier web development. 
Version: 0.2.1
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light, gray, black, blue, two-columns, one-column, right-sidebar, left-sidebar, full-width-template, theme-options, custom-menu, threaded-comments, sticky-post,featured-image-header, flexible-header, translation-ready, responsive-layout, fluid-layout

Template: omega

(C) 2012-2013 themehall.com.
*/


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */
@media (max-width:767px){
#text-3 {
display:none
}
.title-area {
display:block
}
.nav-secondary {
display:none 
}
.navbar-nav>li>a {
line-height:1.25;
}
}
body {
	padding-top: 5px;
}

::-moz-selection {
	background: #333;
	color: #fff;
}

::selection {
	background: #333;
	color: #fff;
}

ol, ul {
	list-style: none;
}

ul {
	list-style: disc outside;
	margin: 0 0 25px 48px;
	padding: 0;
}

ol {
	list-style-type: decimal;
	margin: 0 0 25px 48px;
}

ol ol {
	list-style: upper-roman;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: upper-alpha;
}

ol ol ol ol ol {
	list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 0 25px 5px;
}

dl dt {
	font-weight: bold;
	margin: 10px 0 0 0;
}

dl dd {
	margin: 5px 0 0 24px;
}

blockquote,
blockquote::before {
	
}

blockquote {
	margin: 0;
	padding: 24px 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

pre {
	background-color: #F9F9F9;
	overflow: scroll;
	padding: 0 20px;
	white-space: pre;
}

cite {
	font-style: normal;
}

/* Table
--------------------------------------------- */

table {
	border: 1px solid #e5e5e5;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 25px;
}

table caption {
	margin: 0 0 5px;
	font-size: 15px;
	font-variant: small-caps;
}

th, td {
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.widget th,
.widget td {
	padding: 5px 2px;
}

th {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	background: #f5f5f5;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
}

td {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
	width: auto\9; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background: #fff;
	border: 1px solid #ddd;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 14px;
	max-width: 100%;
	padding: 10px 10px;
}

input:focus,
textarea:focus {
	border: 1px solid #aaa;
	outline: none;
}

::-moz-placeholder {
	color: #999;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #428BCA;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	letter-spacing: 1px;
	padding: 5px 30px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background: #111;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */
body.admin-bar .navbar-fixed-top {
	top: 28px
}

body {
	font-family: Georgia,"Times New Roman",Times,serif;
	line-height: 1.6;
}

.site-container {}

.site-inner {	
	clear: both;
	padding-top: 10px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 600px;
}

.layout-2c-r .content {
	float: right;
}

.layout-2c-l .content {
	float: left;
}

.layout-1c .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 300px;
}

.layout-1c .sidebar-primary {
	display: none;
}

.layout-2c-r .sidebar-primary {
	float: left;
}

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}
.search-form input[type="search"] {
	height:26px !important;
	padding:2px;
}
.search-form input[type="submit"] {
	border: 0px none;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px
}

.sticky {
    background: #f2f2f2;
    padding: 10px 20px 20px;
    margin: 20px 0;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

.wp-caption {
	max-width: 100%;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto 20px;
}

.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
}

.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0 0 16px;
	text-align: center;
	list-style: none;
	padding: 0;
}

.gallery .gallery-item .gallery-icon {
	position:relative;
}

.gallery .gallery-item .gallery-icon img {
	width: auto;
	max-width: 89%;
	height: auto;
	padding: 5%;
	margin: 0 auto;
}

.gallery-caption {
	margin: 0 10px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar th {
	text-align: center;
	font-weight: bold;
}
.widget_calendar td {
	text-align: center;
}

.widget_search input.search-field {
	width: 100%;
}

.header-right {
	text-align: right;
}
.header-right .widget_search input.search-field  {
	max-width: 350px;
}

/* Headings
--------------------------------------------- */

.entry-title {
	word-wrap: break-word;
	line-height: 1.2;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #666;
}

.page-header {
    margin: 0px 0px 20px;
}   

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
	color: #2975B3;
}

/*
Site Header
----------------------------------------------------------------------------------------------------
.site-header {
	padding-top: 10px;
	margin-top: 10px;
}*/

.site-header > .wrap {
	padding: 40px 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	font-weight: 700;
	margin: 5px 0 0;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 36px;
	letter-spacing: 2px;
	line-height: 1;
	margin: 0 0 8px;
}

.site-title a,
.site-title a:hover {
	color: #000;
}

.site-description {
	color: #999;
	font-size: 13px;
	font-weight: 300;
	line-height: 1;
	margin: 0;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry, .hentry {
	margin-bottom: 30px;	
}

.entry-content {
	word-wrap: break-word;
	padding-top:20px;
}
.entry-content p:first-of-type{
	font-weight:bold;
}

.home .entry-content img {
	margin-bottom: 10px;
}

.entry-content img.wp-post-image {
	margin-bottom: 15px;
}

.entry-content img.medium,
.entry-content img.thumbnail {
	float: left;
	margin: 3px 24px 24px 0px;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-content-home {
	word-wrap: break-word;
}


.home .entry-content-home img {
	margin-bottom: 10px;
}

.entry-content-home img.wp-post-image {
	margin-bottom: 15px;
}

.entry-content-home img.medium,
.entry-content-home img.thumbnail {
	float: left;
	margin: 3px 24px 24px 0px;
}

.entry-content-home .attachment a,
.entry-content-home .gallery a {
	border: none;
}

.entry-content-home .wp-caption p {
	margin-bottom: 0;
}
.entry-content h2 {
	font-size:1.6rem;
}
.entry-meta {
	clear: both;
	color: #999999;
	font-size: 12px;
	font-style: italic;
}

.entry-meta a {
	color: #999999;
}

.entry-meta a:hover {
	color:#428bca;
	text-decoration: none;
}

.entry-header .entry-meta {
	margin-bottom: 14px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #e5e5e5;
	margin: 0;
	padding: 8px 0px 8px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Entry Navigation
--------------------------------------------- */

.navigation {
	clear: both;
	font-size: 14px;
	padding:0 0 40px;
	overflow: hidden;
}

.entry .navigation a {
	border-bottom: 1px solid #ddd;
}

.navigation li {
	display: inline;
}

.navigation li a {
	background: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #ffffff;
    background-color: #ff7f27;
	border-color-bottom: #ff7f27;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: #ff7f27;
	border-color-bottom: #ff7f27;
}

.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus {
    color: #cccccc;
    background-color: #ff7f27;
	border-color-bottom: #ff7f27;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: #ff7f27;
	border-color-bottom: #ff7f27;
}



/* Pagination
--------------------------------------------- */

.pagination .page-numbers {
	padding: 8px 12px;
	border: 1px solid #ddd;
}

.pagination .current {
	background-color: #ddd;
}


/* Comments
--------------------------------------------- */

.entry-comments,
#respond {
	background: #fff;
	border-radius: 3px;
}

.entry-comments,
.ping-list,
#respond {
	clear: both;
	margin-bottom: 40px;
}

.entry-comments a,
#respond a {
	border-bottom: 1px solid #ddd;
}

.entry-comments .comment-author {
	margin: 10px 0 10px;
}

.entry-comments .comment-content {
	clear: both;
}

#respond input[type="email"],
#respond input[type="text"],
#respond input[type="url"] {
	width: 50%
}

#respond label {
	display: block;
	margin-right: 12px;
}

ol.comment-list {
	margin: 0;
	padding: 0;
}

.comment-list li.ping, .comment-list li.comment {
	list-style-type: none;
}

.comment-list .comment-content > ol, 
.comment-list .comment-content > ul {
	margin-bottom: 24px;
}

li.comment,
li.pingback {
	border: 2px solid #fff;
	border-right: none;
}

li.comment .comment-item,
li.pingback .comment-item {
	background: #f5f5f5;
	margin: 12px 0;
	padding: 32px;
}

li.comment ol {
	margin: 0
}

.comment .avatar, .pingback .avatar{
	margin: 0 16px 24px 0;
}

.bypostauthor {
}

.form-allowed-tags {
	background: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	padding-bottom: 30px;
}

.widget-title {
	word-wrap: break-word;
	
	padding-top: 10px;
}
h4.widget-title {
	border-top: 1px solid #E5E5E5;
	font-size: 18px;
}
.sidebar ul,
.footer-widgets ul {
	margin: 0;
}

.sidebar li,
.footer-widgets li {
	display: inline;
	float:right;
	list-style-type: none;
	margin-bottom: 6px;
	padding: 0 10px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	padding: 0px 0 20px;
}

.header-right .widget {
	padding: 10px 0;
}

.sidebar .search-form {
	width: 100%;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #F5F5F5;
	padding: 40px 0 16px;
}

.footer-widgets .widget {
    margin-bottom: 24px;
}

.footer-widgets .col-3 .widget-area {
	float: left;
	padding: 0 3% 0 0;
    width: 33%;
}

.footer-widgets .col-4 .widget-area {
	float: left;
	padding: 0 3% 0 0;
    width: 25%;
}


.footer-widgets .widget-area:last-child {
	padding: 0;
	float: right;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	border-top: 1px solid #e5e5e5;
	padding: 40px 0;
	text-align: center;
	font-size: 13px;
}

.site-footer .footer-content {
	margin-left: 20px;
	margin-right: 20px;
}

.site-footer p {
	margin: 0;
}

p.copyright {
	float: left;
}

p.credit {
	float: right;
}

/*
Plugins Style
---------------------------------------------------------------------------------------------------- */

/* Jetpack
--------------------------------------------- */
input#subscribe-field {
	padding: 16px !important;
}

/* Bootstrap
--------------------------------------------- */
.navbar .navbar-brand {
    display: none;
}

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

/*.row {
margin-left:0px;
margin-right:0px;
}

#breadcrumbs {
margin-bottom:0px;
color:#999999;
font-size:10px;
padding-left:15px;
}*/

.carousel {
	margin-top: 10px;
}

.carousel-caption {
	background:rgba(25%, 55%, 79%, 0.5) url('images/trans.png') 0 0;
	left: 0;
	right: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	padding-left: 20px;
	color: #ff7f27;
	text-shadow: none
	}
.carousel-caption a {
	color: #fff;
	text-shadow: none;
	text-decoration: none;
}
.carousel-caption h4 {
	font-size:18px;
}
.thumbnail {
    border:none;
    border-radius: 0;
    padding: 0 0 10px;
}
.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: 0.3s ease-in-out left;
    transition: 0.3s ease-in-out left;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next, .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left, .carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,  0,  0,  0.6);
}
.carousel-control.left {
    background-image: -webkit-gradient(linear,  0% top,  100% top,  from(rgba(0,  0,  0,  0.5)),  to(rgba(0,  0,  0,  0.0001)));
    background-image: -webkit-linear-gradient(left,  color-stop(rgba(0,  0,  0,  0.5) 0%),  color-stop(rgba(0,  0,  0,  0.0001) 100%));
    background-image: -moz-linear-gradient(left,  rgba(0,  0,  0,  0.5) 0%,  rgba(0,  0,  0,  0.0001) 100%);
    background-image: url('linear-gradient(to%20right,%20rgba(0,%200,%200,%200.5');
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',  endColorstr='#00000000',  GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(linear,  0% top,  100% top,  from(rgba(0,  0,  0,  0.0001)),  to(rgba(0,  0,  0,  0.5)));
    background-image: -webkit-linear-gradient(left,  color-stop(rgba(0,  0,  0,  0.0001) 0%),  color-stop(rgba(0,  0,  0,  0.5) 100%));
    background-image: -moz-linear-gradient(left,  rgba(0,  0,  0,  0.0001) 0%,  rgba(0,  0,  0,  0.5) 100%);
    background-image: url('linear-gradient(to%20right,%20rgba(0,%200,%200,%200.0001');
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',  endColorstr='#80000000',  GradientType=1)
}

.carousel-control:hover, .carousel-control:focus {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -50px;
    margin-left: -10px;
    color:#428bca;
	font-family: sans-serif;
font-size:75px;
	
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
}

.carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,  0,  0,  0.6);
}
p.intro {
font-size:16px;
}


/* Masonry
--------------------------------------------- */
.mymasonry .grid {
	width: 49.8%;
	float: left;
}

@media (max-width:991px){
	.header-right,
	.title-area {
		text-align: center;
	}

}

@media (max-width:767px){
	.navbar .navbar-brand {
	    display: none;
	}
/*#carousel-example-generic {
		display:none;
	}*/
	li.menu-item {
	      padding-bottom: 10px;
	}

	.title-area {
		display: blocknavbar;
	}

	.navbar-collapse {
	    padding-left: 25px;
	}

	p.copyright,
	p.credit {
		float: none;
		text-align: center;
	}

	.mymasonry .grid {
		width: 100%;
		float: none;
	}
	.nav-secondary {
	display: none !important;
	}
	img.site-title {
	display:none;
	}
	}


.breadcrumb-trail {
		color: #999;
		font-size: 11px;
}
li.newsletter-signup {	
	display: inline-block;
	padding: 0 30px;
}
@media(min-width:991px) {.header-link ul, .header-link li {
	display: inline-block;
	padding: 0 5px;
	color: #bababa;
}
}
@media(max-width:990px) {.header-link ul, .header-link li {
	display: none;
	
}
}





@media screen and (min-width:768px) {
    .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 60px;
	color: #ff7f27;
}
}