/*!
Theme Name: InfoWars
Theme URI: http://underscores.me/
Author: Sara Dyson
Author URI: http://saradyson.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: iw
*/

/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/pt-sans-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('PT Sans'), local('PTSans-Regular'),
       url('fonts/pt-sans-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/pt-sans-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/pt-sans-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/pt-sans-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/pt-sans-v9-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/pt-sans-v9-latin-700.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Bold'), local('PTSans-Bold'),
       url('fonts/pt-sans-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/pt-sans-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/pt-sans-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/pt-sans-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/pt-sans-v9-latin-700.svg#PTSans') format('svg'); /* Legacy iOS */
}

/*
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'),
       url('fonts/pt-sans-v9-latin-regular.woff2') format('woff2'), 
       url('fonts/pt-sans-v9-latin-regular.woff') format('woff'); 
}

@font-face {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'),
       url('fonts/pt-sans-v9-latin-700.woff2') format('woff2'), 
       url('fonts/pt-sans-v9-latin-700.woff') format('woff'); 
}

*/

/* pt-serif-regular - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/pt-serif-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('PT Serif'), local('PTSerif-Regular'),
       url('fonts/pt-serif-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/pt-serif-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/pt-serif-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/pt-serif-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/pt-serif-v9-latin-regular.svg#PTSerif') format('svg'); /* Legacy iOS */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: #9f6614;
	text-decoration:none;
	transition: all .5s;
}

a:hover, a:focus, a:active {
	color: #AC6E16;
	text-decoration:underline;
}

a:focus {
	outline:none;
}

a:hover, a:active {
	outline: 0;
}

body {
	font-family: 'PT Sans', 'arial', sans-serif;
	color:#231f20;
	font-size:17px;
	margin:0;
	padding:0;
	line-height: 1.6;
}
h1, h2, h3{
	font-family: 'PT Serif', sans-serif;
	color:#231f20;
}
h4, h5, h6{
	font-family: 'PT Sans', 'arial', sans-serif;
}
img {
	max-width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.site-header-top .site-logo {
	text-align: center;
	padding:20px 0;
	line-height: 100%;
}
.site-header-top .site-logo a {
	color: #231f20;
	font-size: 30px;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 700;
    font-family: 'PT Serif', sans-serif;
}
.site-header-bottom nav.site-navigation {
	text-align: center;
}
.site-header-bottom nav.site-navigation ul {
	margin: 0;
    padding: 5px 15px 0;
    display: inline-block;
    border-top: 1px solid #333;
    line-height: 100%;
}
.site-header-bottom nav.site-navigation ul li{
	list-style: none;
	display: inline-block;
	position:relative;
	padding:0;
}
.site-header-bottom nav.site-navigation ul li a{
	font-size: 14px;
    font-weight:bold;
	text-transform: uppercase;
	color:#231f20;
	text-decoration:none;
}
.site-header-bottom nav.site-navigation ul li a:hover,
.site-header-bottom nav.site-navigation ul li.current-menu-item a,
.site-header-bottom nav.site-navigation ul li.current_page_parent a{
	color:#9f6714;
}
.site-header-bottom nav.site-navigation ul li::after {
    content: "/";
    font-size: .875rem;
    padding:0 5px 0 8px;
    font-weight:bold;
}
.site-header-bottom nav.site-navigation ul li:last-child::after,
.site-header-bottom nav.site-navigation ul ul li::after {
    content: "";
    padding: 0;
}

.site-header-bottom nav.site-navigation ul ul {
  display: none;
}
.site-header-bottom nav.site-navigation ul li:hover > ul {
  display: block; 
}
.site-header-bottom nav.site-navigation ul ul {
	  border-radius: 0px; 
	  padding: 0;
	  position: absolute; 
	  left:0;
	  top: 100%;
	  z-index:10;
	  min-width:180px;
	  text-align:left;
	  background: rgba(35, 31, 32, 0.9);
	  transition: all 0.2s;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #b07918;
}
.site-header-bottom nav.site-navigation ul ul ul{
  border-radius: 0px; 
  padding: 0;
  position: absolute; 
  left:100%;
  top:0px;
  z-index:10;
  min-width:180px;
  border:none;
}
.site-header-bottom nav.site-navigation ul ul li {
  float: none; 
  display:block;
  padding:8px 0px;
}
.site-header-bottom nav.site-navigation ul ul li a {
  padding:0px 15px;
  color: #fff !important;
  font-size:14px;
  text-align:left;
  font-weight:normal;
  display:block;
  width:100%;
} 
.site-header-bottom nav.site-navigation ul ul li:hover a,
.site-header-bottom nav.site-navigation ul ul li.current_page_item a,
.site-header-bottom nav.site-navigation ul ul li.active a{
  color: #b07918 !important;
}
.site-header-bottom nav.site-navigation ul ul ul li:hover a,
.site-header-bottom nav.site-navigation ul ul ul li.current_page_item a{
  color: #fff !important;
}
.home-section-1{
	font-size: 18px;
	line-height: 28px;
}
.cw-block-title{
	text-align:center;
}
.cw-block-title h3{
    font-size: 26px;
    border-bottom: 1px solid #cfd2d5;
    display: inline-block;
    font-weight: 500;
    margin: 0 0 25px;
    line-height: 100%;
    padding-bottom: 5px;
}
.cw-block-content h4{
	font-weight:600;
	font-size:20px;
	margin:0 0 10px 0;
	padding:0;
	line-height: 100%;
}
ul.iw-doc{
	margin:0;
	padding:0;
	list-style:none;
}
ul.iw-doc li a{
	position:relative;
	padding:0 0 10px 20px;
	display: block;
	line-height: 18px;
}
ul.iw-doc li a:hover,
ul.iw-doc li a:hover:before{
	color:#9f6714;
}
ul.iw-doc li a:before{
	content: "\f15c";
	position:absolute;
	font: normal normal normal 14px/1 FontAwesome;
	color:#AC6E16;
	left:0;
}
.home-section-2{
	padding:50px 0;
}
.cw-block-content ul.iw-doc{
	padding:0 0 15px 0;
}
.home-section-2 .cw-block .cw-block-main{
	border:10px solid #eee;
	padding:15px;
	border-top:0;
	margin-top:-7px;
}
.home-section-2 .cw-block img{
	width:100%;
}
.home-section-3{
	background:url(images/patient-bg.jpg) center no-repeat ;
	padding:50px 0;
	background-size:cover;
}
.video-text-box p{
	margin:0;
}
.video-text-box a.iw-button{
	border:2px solid #9f6714;
	background:#fff;
	color:#9f6714;
	padding:10px 15px;
	margin-top:16px;
	line-height: 100%;
	display: inline-block;
}
.video-text-box h2{
	margin:0 0 16px 0;
	padding:0;
	color:#9f6614;
	line-height: 100%;
}
.video-text-box a.iw-button:hover{
	border:2px solid #9f6714;
	background:#9f6714 ;
	color:#fff;
	text-decoration:none;
}
.home-section-2 .cw-block .view-all{
	text-align:center;
	margin-top:10px;
}
.home-section-2 .cw-block .view-all a{
	color:#9f6614;
	font-size:18px;
	text-decoration:underline;
}
.home-section-2 .cw-block .view-all a:hover{
	text-decoration:none;
	color:#AC6E16;
}
.home-section-4{
	padding:50px 0;
}
.home-section-4 .col-md-4{
	background:#eee;
	border:2px solid #fff;
}
.home-section-4 .iw-headings{
	text-align: center;
	margin: 0;
	padding: 0 0 35px;
	font-size: 42px;
	font-weight: 500;
	color:#9f6614;
}
.blog-post {
    padding: 30px 20px 50px;
    font-size:16px;
    display:inline-block;
}
.blog-post h3 {
    margin: 0;
    padding:0;
    font-size: 24px;
	line-height: 30px;
	font-weight: 600;
}
.blog-post h3 a{
	color:#231f20;
}
.blog-post h3 a:hover{
	color:#9f6714;
}
.blog-post a.post-more{
	float:right;
	color:#9f6614;
	font-size:18px;
	text-decoration:underline;
}
.blog-post a.post-more:hover{
	color:#AC6E16 ;
	text-decoration:none;
}
.home-about-section{
    font-size: 18px;
    line-height: 30px;
    border-top: 5px solid #9f6614;
    border-bottom: 5px solid #9f6614;
    padding: 20px 80px;
    margin: 20px 0 0 0;
}
.home-about-section blockquote{
	margin:0;
}



.home-services{
	padding:60px 0;
	background:url(images/home-service-bg.jpg) no-repeat;
	background-size:cover;
}
.service-box{
	border-radius:25px;
	border:5px solid #fff;
	overflow:hidden;
	height:100%;
	position:relative;
}
.home-services-main{
	margin-top:20px;
}
.service-box img{
	width:100%;
	height:100%;
}
.service-box a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	z-index:1;
}
.service-box h3{
	position:absolute;
	bottom:-2px;
	left:0;
	width:100%;
	background:rgba(0, 0, 0, 0.9);
	font-family: 'Open Sans', sans-serif;
	font-size:21px;
	font-weight:400;
	color:#fff;
	text-transform:uppercase;
	padding:10px 0;
	text-align:center;
	border-radius:0 0 25px 25px;
	margin:0;
	border-top:3px solid #fff;
}
.service-box:hover h3{
	background:#2e2e8a;
}

.site-footer{
    border-top:20px solid #AC6E16;
    padding:20px 0 10px 0;
}
.footer-copyright{
    text-align:right;
}
.footer-copyright{
    font-size: 11px;
    text-transform: uppercase;
}
.footer-copyright  p{
     margin-bottom:5px;
     margin-top:0;
}
.footer-copyright a{
     color:#9E6614;
}
.footer-copyright a:hover{
    text-decoration: underline;
}
.footer-copyright ul{
    margin:0;
    padding:0;
    list-style: none;
}
.footer-copyright ul li{
     display: inline-block;
    margin-left:10px;
}
.footer-address-box h3{
    margin-top:0;
    margin-bottom: 10px;
    text-transform: uppercase;
	color:#9E6614;
}
.iw-youtube-video{
   position: relative;
   overflow: hidden;
   padding-top: 56.25%;
   border:5px solid #9f6714;
}
.iw-youtube-video iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: 0;
}
#secondary h2 {
    color: #9f6614;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
	padding: 0 0 10px;
}
#secondary ul {
   margin:0;
   padding:0;
}
#secondary ul li {
    list-style: none;
    margin-bottom: 20px;
    font-size:16px;
    line-height:20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #9f6614;
    padding-bottom: 20px;
}
#secondary ul li a {
    color: #28241E;
}
#secondary ul li a:hover{
	color:#AC6E16;
}
#secondary .widget {
	margin-bottom:40px;
}
.site-main{
	padding:50px 0;
}
.site-main header h1.page-title {
    border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfd2d5;
	font-size: 36px;
	color: #9f6614;
	margin: 0 0 32px;
	padding: 0 0 10px 0;
	line-height:100%;
}
.site-content article{
	margin-top:0px;
	margin-bottom: 40px;
	border-bottom: 5px solid #eee;
	padding-bottom:40px;
}
.site-content article:last-child{
	margin-bottom:0px;
	border-bottom: 0px solid #eee;
	padding-bottom:0px;
}
.site-content article h2.entry-title a{
	color:#231f20;
	font-weight:normal;
	font-size:28px;
}
.site-content article h2.entry-title{
	line-height:28px;
	margin: 0;
	padding: 0 0 10px;
}
.site-content article h2.entry-title a:hover{
	color:#AC6E16;
}
.site-content article .entry-meta {
	color:#9f6614;
}
.news-button{
	text-align:center;
	margin-top:50px;
}
.news-button a{
	background: #fff;
	border: 2px solid #9f6614;
	color: #9f6614;
	font-size: 18px;
	border-radius: 0;
	width: auto;
	padding:10px 25px;
	line-height: 100%;
	text-decoration: none;
	display: inline-block;
}
.news-button a:hover{
	background:#9f6614;
	color:#fff;
}
.post-more{
	margin-top:25px;
	text-align: right;
}
.post-more a{
	background: #fff;
	border: 2px solid #9f6614;
	color: #9f6614;
	font-size: 18px;
	border-radius: 0;
	width: auto;
	padding:4px 16px 5px;
	text-decoration: none;
}
.post-more a:hover{
	background:#9f6614;
	color:#fff;
}
body.error404 form.search-form .screen-reader-text{
	display:none;
}
.search form.search-form input,
body.error404 form.search-form input{
	background:#eee;
	padding:8px 15px;
	width:auto;
	border:none;
	float:left;
}
.search form.search-form input.search-submit,
body.error404 form.search-form input.search-submit{
	background:#9f6614;;
	text-transform:uppercase;
	color:#fff;
	cursor:pointer;
	width:auto;
}
.search #sidebar input.search-field,
body.error404 #sidebar input.search-field{
  	float:none;
  	background:#AC6E16;
}
.single .entry-header h1.entry-title{
	font-size:26px;
	line-height:32px;
	padding:0 0 10px;
	margin:0;
	font-weight:normal;
}
.site-content article .iw-post-video,
.site-content article .post-thumbnail{
	padding-top:20px;
}
.site-content article .iw-post-video,
.home-section-4 .blog-post .iw-post-video{
   position: relative;
   overflow: hidden;
   padding-top: 56.25%;
   margin-top: 20px;
}
.home-section-4 .blog-post .iw-post-video,
.blog-post .post-thumbnail img{
	margin-top:0;
	margin-bottom:20px;
}
.site-content article .iw-post-video iframe,
.home-section-4 .blog-post .iw-post-video iframe{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: 0;
}
.site-content article .post-thumbnail img,
.blog-post .post-thumbnail img{
	width:100%;
	height:auto;
}
#responsive-menu-pro-container #responsive-menu-pro > li.responsive-menu-pro-item:first-child > a{
	border-top:0 !important;
}
.entry-content h3{
	margin-bottom:10px;
}
.news-box {
	border-bottom: 5px solid #9f6614;
    padding: 40px 0;
}
.news-box .col-md-6 {
	position: relative;
	background: #eee;
	padding: 20px 20px 80px;
	border: 2px solid #fff;
}
.news-section .news-list {
	text-align: center;
}
.news-section .news-list h2{
	margin: 10px 0 40px;
	padding:0;
	color:#9f6614;
	line-height: 100%;
}
.news-section .news-list img {
	max-width: 320px;
}
.news-section .news-list .news-btn {
	text-align: center;
}
.news-section .news-list .news-btn a{
	border:2px solid #9f6714;
	background:#fff;
	color:#9f6714;
	padding:10px 15px;
	margin-top: 20px;
	line-height: 100%;
	display: inline-block;
	position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -56px;
}
.news-section .news-list .news-btn a:hover{
	border:2px solid #9f6714;
	background:#9f6714 ;
	color:#fff;
	text-decoration:none;
}
.call-section-2 {
	padding-top: 80px;
}
.home-section-2 .cw-block {
	margin-bottom: 30px;
}