/*
Theme Name: Writing Routines Theme
Author: F<>RM DIGITAL
Author URI: http://www.form-digital.com
Version: 1.0
*/

/*
===========================================================
	Layout Elements
===========================================================
*/

* { margin: 0; padding: 0; }
*:focus {
    outline: 0 !important;
}
a {
	outline: none !important;
	border: none;
	text-decoration: none;
    transition: all 0.1s ease-in 0.1s;
}
a:hover {
	text-decoration: none !important;
}
.transition {
	transition: all 600ms ease-in-out 0s;
}
body, html {
  height: 100%;
  font-family: 'Lato', sans-serif !important;
  color: #344456;
}
.animated { 
	visibility: visible !important; 
}
.screen {    
    /* Web browsers that does not support RGBa */
    background: rgba(0, 0, 0, 0.65);
    /* IE9/FF/chrome/safari supported */
    background: rgba(0, 0, 0, 0.65);
    /* IE 8 suppoerted */
    /* Here some time problem for Hover than you can use background color/image */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#A5000000, endColorstr=#A5000000)";
    
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 0;
}
.screen_dark {    
    /* Web browsers that does not support RGBa */
    background: rgba(0, 0, 0, 0.85);
    /* IE9/FF/chrome/safari supported */
    background: rgba(0, 0, 0, 0.85);
    /* IE 8 suppoerted */
    /* Here some time problem for Hover than you can use background color/image */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8000000, endColorstr=#D8000000)";
}
.screen_light {    
    /* Web browsers that does not support RGBa */
    background: rgba(0, 0, 0, 0.35);
    /* IE9/FF/chrome/safari supported */
    background: rgba(0, 0, 0, 0.35);
    /* IE 8 suppoerted */
    /* Here some time problem for Hover than you can use background color/image */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#59000000, endColorstr=#59000000)";
}
.screen_white {    
    /* Web browsers that does not support RGBa */
    background: rgba(255, 255, 255, 0.85);
    /* IE9/FF/chrome/safari supported */
    background: rgba(255, 255, 255, 0.85);
    /* IE 8 suppoerted */
    /* Here some time problem for Hover than you can use background color/image */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8FFFFFF, endColorstr=#59FFFFFF)";
}
.screen_white_light {    
    /* Web browsers that does not support RGBa */
    background: rgba(255, 255, 255, 0.35);
    /* IE9/FF/chrome/safari supported */
    background: rgba(255, 255, 255, 0.35);
    /* IE 8 suppoerted */
    /* Here some time problem for Hover than you can use background color/image */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8FFFFFF, endColorstr=#59FFFFFF)";
}
.screen_fade {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(0, 0, 0) -15%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0;
}
.screen_clip {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(243, 243, 243, 0) 0px, #f3f3f3 70%) repeat scroll 0 0;
    bottom: 0;
    display: block;
    height: 150px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}1

/*
===========================================================
	Fonts
===========================================================
*/

.proxima {
	font-family: "proxima-nova",sans-serif;
}
.nunito {
	font-family: 'Nunito Sans', sans-serif;
}
.roboto {
    font-family: 'Roboto Slab', serif;
}

/*
===========================================================
	Content Lead Section
===========================================================
*/
	
.content_lead {
	display: table;
	margin: 0;
    width: 100%;
}
.content_lead .col { 
	display: table-cell; 
	padding: 0 15px;
	position: relative;
	vertical-align: middle;
}
.content_lead .col_img.col_img_med img {
    max-height: 400px;
}
.content_lead .col_img img {
	width: auto;
	max-height: 250px;
	margin: 0 auto;
}
.col_half {
	width: 50%;
}
.col_one_third {
	width: 33.333%;
}
.col_two_thirds {
	width: 66.666%
}
.col_padding_none {
	padding: 0 !important;
}
.col_padding {
	padding: 0 15px !important;
}

/*
===========================================================
	General Section
===========================================================
*/

.content_width_main {
    margin: 0 auto;
    max-width: 1170px;
    width: 95%;
}
.opacity {
    opacity: 0.5;
}
.opacity_full {
    opacity: 1;
}
.hover {
    transition: .65s;
    position: relative;
    top: 0;
}
.hover:hover { 
    top: -3%; 
}
.border {
    border-radius: 2px;
    overflow: hidden;
}
.content_area {
    padding: 85px 0;
    position: relative;
}
.content_parent {
	padding: 85px 0;
}
.content_area_xxs {
    padding: 15px 0;
}
.content_area_xs {
    padding: 35px 0;
}
.content_area_small {
	padding: 65px 0;
}
.content_top {
	padding: 65px 0 0;
	position: relative;
}
.content_bottom {
	padding: 0 0 65px;
	position: relative;
}
.content_med {
    padding: 100px 0;
    position: relative;
}
.content_large {
    padding: 130px 0;
    position: relative;
}
.content_xl {
	padding: 165px 0;
	position: relative;
}
.content_width_xl {
    margin: 0 auto;
    width: 95%;
}
.content_width_large {
	width: 90%;
	margin: 0 auto;
}
.content_width {
	width: 85%;
	margin: 0 auto;
}
.content_width_med {
	width: 75%;
	margin: 0 auto;
}
.content_width_small {
	width: 65%;
	margin: 0 auto;
}
.content_width_xs {
	width: 50%;
	margin: 0 auto;
}
.content_light_grey {
    background-color: #f4f4f4;
}
.content_grey {
    background-color: #f3f3f3;
}
.content_white {
	background-color: #fff;
}
.content_dark {
	background-color: #2c3b46;
}
.content_red {
	background-color: #e04521;
}
.parallax {
	position: relative;
	background-attachment: fixed;
}
.opacity {
    opacity: 0.5;
}
.desktop_padding {
    padding: 0 10px;
}
.content_section {
	position: relative;
}
.margin-auto {
	margin: 0 auto;
}
.margin_top_xs {
	margin-top: 5px;
}
.margin_top_small {
	margin-top: 15px;
}
.margin_top {
	margin-top: 25px;
}
.margin_top_med {
	margin-top: 35px;
}
.margin_top_large {
	margin-top: 45px;
}
.margin_top_xl {
	margin-top: 65px;
}
.margin_bottom_xs {
	margin-bottom: 5px;
}
.margin_bottom_small {
	margin-bottom: 15px;
}
.margin_bottom {
	margin-bottom: 25px;
}
.nomargin_bottom {
	margin-bottom: 0 !important;
}
.margin_bottom_med {
	margin-bottom: 35px;
}
.margin_bottom_large {
	margin-bottom: 45px;
}
.margin_bottom_xl {
	margin-bottom: 65px;
}
ul.block_link {
	list-style: none;
	padding: 0;
}
ul.block_link li {
    border-right: 1px solid #231f20;
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
}
ul.block_link li:last-child {
	border-right: none !important;
	padding-right: 0 !important;
	margin-right: 0 !important;
}
.cursor {
	cursor: pointer;
}
.latest_cut {
	height: 400px;
	position: relative;
	overflow: hidden;
}
.latest_cut h3:first-child {
    margin: 0 !important;
}
.box_shaddow {
    box-shadow: 12px 15px 20px 0 rgba(46, 61, 73, 0.85);
}
.shaddow_hover:hover {
    box-shadow: 2px 4px 8px 0 rgba(46, 61, 73, 0.2);
}
.single_post a {
	color: #c01a1a;
}
.entry > p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
}
.single_content.entry p {
	font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    margin-top: 15px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.003em;
    line-height: 1.58;
}
.entry.single_content h3 {
    margin: 50px 0 0;
    font-size: 26px;
    color: #344456;
}
.entry.single_content h3:first-child {
    margin: 0 !important;
}
.entry ul, .panel-body ul {
	list-style: outside none none;
    padding: 0 !important;
    margin: 15px 0;
}
.entry ul li, .panel-body ul li {
    background-image: url("./assets/img/constants/list-item.png");
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    float: none;
    margin-bottom: 8px;
    padding-left: 25px;
    width: 100%;
    color: #1b75bb;
}
.newsletter_wrap.subscribe_page div.wpcf7-response-output, .subscribe_banner .newsletter_wrap div.wpcf7-response-output {
    color: #f7e700 !important;
}
.single_post {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent;
    padding: 35px;
}
.wp-caption-text {
    font-size: 12px !important;
    margin-top: 5px;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5 {
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
}
.entry h1 {
    font-size: 32px;
}
.entry h2 {
    font-size: 26px;
}
.entry h3 {
    font-size: 21px;
}
.entry h4 {
    font-size: 18px;
}
.entry h5 {
    font-size: 16px;
}
h1.one:before {
	content: "";
	display: block;
	border-top: solid 1px black;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 57%;
	z-index: 1;
}
h1.one span {
	background: #fff;
	padding: 0 45px;
	position: relative;
	z-index: 5;
	color: #e04420;
	font-size: 28px;
}
.title h6 {
	margin: 0;
	padding: 0;
    font-size: 14px;
}
.title.title_break {
	width: 50%;
}
.title.title_break_small {
	width: 30%;
}
.title hr {
    border-color: #ddd;
    border-width: 3px 0 0;
    margin: 20px auto 0 0;
    width: 35px;
}
.title.center hr {
    border-color: #ddd;
    border-width: 3px 0 0;
    margin: 20px auto;
    width: 50px;
}
.title h1 {
	margin: 0;
	padding: 0;
    font-size: 32px;
}
.title h2 {
	margin: 0;
	padding: 0;
    font-size: 26px;1
}
.title h3 {
	margin: 0;
	padding: 0;
    font-size: 20px;
}
.title h4 {
	margin: 0;
	padding: 0;
    font-size: 18px;
}
.title h5 {
	margin: 0;
	padding: 0;
    font-size: 16px;
}
.title h6 {
	margin: 0;
	padding: 0;
    font-size: 14px;
}
.excerpt_margin p {
    margin: 0 0 10px;
}
.excerpt.excerpt_xxs p {
	font-size: 13px;
}
.excerpt.excerpt_xs p {
	font-size: 15px;
}
.excerpt.excerpt_small p {
	font-size: 17px;
}
.excerpt p {
	margin: 0;
	font-weight: 300;
	font-size: 19px;
}
.entry .excerpt p {
	margin: 0 0 10px;
}
.excerpt.excerpt_med p {
	font-size: 21px;
}
.excerpt.excerpt_large p {
	font-size: 24px;
}
.uppercase {
	text-transform: uppercase;		    
    letter-spacing: 2px;
}
.letterspacing_xs {
	letter-spacing: 1px !important;
}
.letterspacing_small {
	letter-spacing: 2px !important;
}
.letterspacing {
    letter-spacing: 4px !important;
}
.text_link {
	font-size: 14px !important;
	border-bottom: 1px solid #e04420;
	padding-bottom: 5px;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.white {
	color: #fff !important;
}
.grey {
	color: #6d6e70 !important;
}
.red {
	color: #e04420 !important;
}
.block_table {
	display: table;
	width: 100%;
	position: relative;
}
.block_inner {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.vertical_bottom {
	vertical-align: bottom;
}
.img_block {
	height: 200px;
	position: relative;
}
.img_block_med {
	height: 300px;
	position: relative;
}
.img_block_large {
	height: 450px;
	position: relative;
}
.img_block_xl {
	height: 500px;
	position: relative;
}
.background_cover {
	background-size: cover;
}
.link_btn {
	width: 100%;
	display: block;
}
.link_icon {
    background-image: url("./assets/img/constants/arrow-icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 7px;
    border: 1px solid #fff;
    border-radius: 500px;
    display: inline-block;
    float: left;
    height: 20px;
    text-align: center;
    width: 20px;
}
.link_btn p {
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 2px 10px 0 0;
}
.link_btn_color .link_icon {
	background-image: url("./assets/img/constants/arrow-icon-color.png");
	border: 1px solid #1b75bb;
}
.link_btn_color p {
    color: #1b75bb;
}
.block_btn {
    background-color: #e04521;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 14px 22px;
    border-radius: 24px;
}
.block_btn:hover {
	color: #fff;
}
.block_btn.white:hover {
	color: #fff;
    background-color: #fff;
}
.border_btn {
    border: 2px solid #e04521;
    border-radius: 24px;
    color: #e04521;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 14px 22px;
}
.border_btn:hover {
    color: #e04521;
    border: 2px solid #e04521;
}
.border_btn.white {
	color: #fff;
	border: 1px solid #fff;
}
.border_btn.white:hover {
	color: #fff;
	border: 1px solid #fff;
}
.icon img {
	width: auto;
	height: 25px;
}
.icon_med img {
	width: auto;
	height: 45px;
}
.icon_large img {
	width: auto;
	height: 65px;
}
.icon_xl img {
    width: auto;
    height: 85px;
}
.margin-right {
	margin-right: 10px;
}
.margin-right-med {
	margin-right: 20px;
}
.margin-left {
	margin-left: 10px;
}
.margin-left-med {
	margin-left: 20px;
}
.padding-right {
	padding-right: 10px;
}
.padding-right-med {
	padding-right: 20px;
}
.padding-left {
	padding-left: 10px;
}
.padding-left-med {
	padding-left: 20px;
}
.img-margin {
	margin: 0 auto;
}
.inline-block {
	display: inline-block;
}
.inline {
	display: inline;
}
.thin_xx {
    font-weight: 100 !important;
}
.thin_x {
    font-weight: 200 !important;
}
.thin {
	font-weight: 300 !important;
}
.medium {
	font-weight: 500 !important;
}
.bold {
	font-weight: bold !important;
}
.background_section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.subscribe_banner {
    max-width: 525px;
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
}
.subscribe_bg {
	background-image: url("./assets/img/constants/pattern.jpg");
	background-size: auto auto;
	background-repeat: repeat;
}
.background_right {
	background-position: left center !important;
}
.background_left {
	background-position: right center !important;
}
.background_section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.position_absolute {
    position: absolute;
}
.position_bottom {
	bottom: 0;
}
.position_top {
	top: 0;
}
.position_left {
	left: 0;
}
.position_right {
	right: 0;
}
.placeholder {
	background-image: url("https://placeholdit.imgix.net/~text?txtsize=98&txt=1170%C3%97850&w=1170&h=850") !important;
}
.box_shaddow {
	box-shadow: 12px 15px 20px 0 rgba(46, 61, 73, 0.15);
}
.box_shaddow.shaddow_hover:hover {
    box-shadow: 2px 4px 8px 0 rgba(46, 61, 73, 0.2);
}

/*
===========================================================
	Header Section
===========================================================
*/

header {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    padding: 20px 0;
    position: absolute;
    transition: all 300ms ease-in-out 0s;
    width: 100%;
    z-index: 999;
}
.share {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 15px 0;
    position: fixed;
    top: -85px;
    transition: all 300ms ease-in-out 0s;
    width: 100%;
    z-index: 999;
}
.share_active {
	top: 0;
}
.share_title {
    position: relative;
    top: 4px;
}
ul.social-share {
    position: relative;
    top: 12px;
}
.at-icon-wrapper.at-share-btn {
    margin-bottom: 0 !important;
}
.at-resp-share-element {
    top: 5px;
}
.share_container {
    height: 50px;
}
.logo-container img {
    height: 60px;
}
.logo-container-share img {
    height: 40px;
}
.block_table.nav_table {
    height: 65px;
    margin-top: 7px;
}
.block_table.share_table {
    height: 40px;
    margin-top: 0;
}
.menu-primary-menu-container {
    display: inline-block;
}
.menu-primary-menu-container {
	margin-right: 15px;
}
.navbar-nav > li > a {
    color: #4e4646;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "proxima-nova",sans-serif;
    font-weight: 500;
}
.navbar-nav > li {
	background: transparent !important;
}
.navbar-nav > li.current_page_item > a {
    color: #e04521;
}
.navbar-nav > li.current_page_parent > a {
    color: #e04521;
}
.navbar-nav > li > a:hover {
    color: #e04521;
    background: transparent !important;
}
.nav-item {
    height: 65px;
}
.nav-item p {
    display: inline;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
    position: relative;
    right: 4px;
    top: 2px;
}
.header_modal {
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
}
.header_modal .block_table {
    height: 100%;
}
.header_modal .menu-primary-menu-container {
    margin-right: 0 !important;
}
.navbar-nav > li > a {
    color: #4e4646;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "proxima-nova",sans-serif;
    font-weight: 500;
}
ul.nav-menu {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.nav-menu li {
	margin: 10px 0;
	display: block;
	width: 100%;
}
ul.nav-menu li a {
    color: #ddd;
    font-family: "proxima-nova",sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
}
ul.nav-menu li.current_page_item > a {
    color: #e04521;
}
ul.nav-menu li.current_page_parent > a {
    color: #e04521;
}

/*
===========================================================
	Lightbox Gallery Section
===========================================================
*/

.pp_pic_holder.pp_default, .ppt, .pp_details, #fullResImage, .pp_content {
    height: auto !important;
    left: 0 !important;
    margin: 0 auto !important;
    max-width: 1100px !important;
    right: 0 !important;
    width: 100% !important;
}
a.pp_close {
    top: 20px !important;
}

/*
===========================================================
	Home Carousel Section
===========================================================
*/

.hero .screen {
	/* Web browsers that does not support RGBa */
    background: rgba(24,91,137,0.75);
    /* IE9/FF/chrome/safari supported */
    background: rgba(24,91,137,0.75);
    /* IE 8 suppoerted */
    /* Here some time problem for Hover than you can use background color/image */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF185B89, endColorstr=#BF185B89)";
}
.carousel_icon > img {
    height: auto;
    max-height: 100px;
    max-width: 300px;
    width: auto;
}
.carousel_content {
	display: table;
	height: 100%;
	width: 100%;
}
.carousel_inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    color: #fff;
}
.carousel_content_section {
	max-width: 825px;
	width: 100%;
	margin: 0 auto;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* just for demo purpose */
.carousel, .carousel-inner, .carousel-inner .item {
	height: 100%;
}
.hero .item {
	background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/*
===========================================================
	Hero Section
===========================================================
*/

.hero {
    color: #ffffff;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
}
/*
.hero .screen {
    background: rgba(0, 0, 0, 0.35);
    background: rgba(0, 0, 0, 0.35);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#59000000, endColorstr=#59000000)";
}
*/
.hero_wrap {
    display: table;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.hero_inner {
	display: table-cell;
	vertical-align: middle;
}
.hero_content {
    margin-top: 2.5%;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 99;
}
.hero_content .title h1 {
    font-size: 42px;
}
.hero_img img {
	height: 165px;
	width: auto;
}


/*
===========================================================
	Header Resp Section
===========================================================
*/

nav {
    display: table;
    height: 100%;
    width: 100%;
}
.resp_nav_wrap {
    display: table;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.resp_nav_inner.clearfix {
    display: table-cell;
    vertical-align: middle;
}
nav .links {
    margin: 25px 0 !important;
}
nav ul.links li.middle  {
	margin: 10px 0;
}
nav ul.social li {
	float: none;
}
.hr {
    border: 1px solid #495967;
    margin: 0 48%;
}
nav ul.social {
    margin: 25px 0 0;
}
ul.main_menu {
	padding: 0;
	margin: 0 0 15px;
}
ul.main_menu li {
    display: block;
    margin: 0 0 10px;
    width: 100%;
}
ul.main_menu li.active {
    margin: 0 0 15px;
}
ul.main_menu li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid transparent;
    transition: all 600ms ease-in-out 0s;
    padding-bottom: 0;
}
ul.main_menu li.active a, ul.main_menu li.current-page-ancestor a, ul.main_menu li.current_page_parent a, ul.main_menu li.current-menu-item a {
    border-bottom: 2px solid #318bd1;
    color: #fff;
    padding-bottom: 5px;
}
ul.main_menu li.current_page_item a {
    border-bottom: 2px solid #318bd1;
    color: #fff;
    padding-bottom: 5px;
}
nav ul.links {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
nav ul.links li {
    display: block;
    width: 100%;
}
nav ul.links li.middle {
    margin: 10px 0;
}
nav ul.links li img {
	display: inline-block;
	float: left;
	width: auto;
	height: 20px;
	margin-right: 10px;
}
nav ul.links li p {
	display: inline-block;
	float: left;
	color: #fff;
	margin: 0;
}

/*
===========================================================
	Breadcrumb Section
===========================================================
*/

.breadcrumb_wrap {
	background-color: #f5f5f5;
}
.breadcrumb_inner {
	padding: 20px 0;
}
.breadcrumb_inner {
    color: #48535b;
}
.breadcrumb_inner a {
    color: #7b7e80;
}
.bread_wrap {
    display: inline-block;
    float: left;
    margin-top: 8px;
}
.share_wrap {
    display: inline-block;
    float: right;
}
.share_wrap p {
    display: inline-block;
    margin: 6px 10px 0 0;
}
.share_wrap .addthis_inline_share_toolbox_1z2c {
	display: inline-block;
	float: right;
}

/*
===========================================================
	Social / Links Section
===========================================================
*/

ul.social {
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
}
ul.social li {
	display: inline-block;
	float: none;
	margin: 0 5px;
	opacity: 0.65;
	transition: all 0.1s ease-in 0.1s;
}
ul.social li:hover {
	opacity: 1;
}
ul.social li img {
	width: auto;
	height: 20px;
}
ul.social.social_contact li {
	opacity: 1;
}

/*
===========================================================
	Custom Section
===========================================================
*/

ul.dropdown-menu li.Articles {
	display: none;
}
.intro_section {
	padding: 200px 0 350px;
}
.intro_section .excerpt p {
    font-family: "Nunito Sans",sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.003em;
    line-height: 1.58;
}
.intro_section .title h1 {
    font-size: 42px;
}
.featured_wrap {
    margin-top: -350px;
    position: relative;
}
.featured_home {
	padding-left: 0;
	margin-bottom: 50px;
}
.featured_img {
	height: 550px;
	position: relative;
}
.featured_title {
	height: 125px;
	position: relative;
}
.featured_title .title {
	position: relative;
	z-index: 9;
}
.featured_title .filter-container {
	position: relative;
	z-index: 9;
}
.featured_title > img {
	position: absolute;
}
.featured_title.intro_title img {
    height: 125px;
    left: -100px;
    position: absolute;
    top: -25px;
}
.featured_title.latest_title img {
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
}
.featured_title.news_title > img {
    height: 100%;
    position: absolute;
    right: 0;
    top: -50px;
}
.news_title_single .title h1 {
	font-size: 68px;
}
.featured_home .title h1 {
	font-size: 42px;
}
.featured_home_sub .title h1 {
	font-size: 38px;
}
.featured_title.news_title_single > img {
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
}
.news_main_title {
	height: auto !important;
}
.featured_title.about_title img {
    height: 100px;
    left: -100px;
    position: absolute;
    top: -18px;
}
.news_img {
	height: 225px;
}
.news_img_featured {
	height: 300px;
}
.about_section {
	background-image: url("./assets/img/constants/about-bg.jpg");
}
.banner_section {
	padding: 200px 0 300px;
}
.single_section {
	padding: 200px 0 0;
}
.page_section {
	padding: 225px 0 125px;
}
.page_section .title h1 {
    font-size: 42px;
}
.icon_featured {
	right: 10px;
}
.icon_featured img {
	height: 25px;
}

/*
===========================================================
	Newsletter Section
===========================================================
*/

.newsletter_content .form_item_field input {
	background-color: #ececec;
}
.subscribe_footer  .form_item_field input {
	background-color: #fff;
}
.form_item_field input {
    background-color: #fff;
    border-radius: 1px;
    border: none !important;
    box-shadow: none !important;
    color: #565555;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    line-height: 1.42857;
    padding: 4px 12px 6px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    border-radius: 500px;
    width: 354px;
}
.newsletter_wrap .form_item_field input {
    padding: 4px 12px 4px 20px;
}
.newsletter_wrap .block_btn_circle {
    background-image: url("./assets/img/constants/icon-newsletter-white.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 15px;
    text-indent: -9999px; 
    width: 40px;
    height: 40px;
    padding: 0 !important;
    border: none !important;
}
.newsletter_wrap .form_item_btn {
    position: absolute;
    right: 8px;
    top: 5px;
}
.newsletter_wrap span.wpcf7-not-valid-tip {
    margin: 5px 0 !important;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #fff !important;
}
.newsletter_wrap div.wpcf7-response-output {
	color: #fff !important;
}
.single_content .newsletter_wrap div.wpcf7-response-output {
    color: #e04521 !important;
}
.single_content div.wpcf7-mail-sent-ok {
    border: 2px solid #e04521 !important;
}
.newsletter_wrap div.wpcf7-response-output {
    color: #fff;
}
div.wpcf7-response-output {
    display: inline-block !important;
    margin: 0 !important;
    padding: 5px 10px !important;
}
.newsletter_wrap .ajax-loader {
    display: none !important;
}

/*
===========================================================
	Filtering Section
===========================================================
*/

.filter_item .bootstrap-select {
    width: 100% !important;
}
.filter_item p {
    color: #b8b8b8;
    margin: 0 0 0 10px;
    padding: 0;
}
.filter_item .bootstrap-select .btn {
	padding: 12px 18px;
}
.filter.news_filter .filter_item {
    width: 115px;
    margin-left: 15px;
}
.filter.news_filter .filter_item_cat {
    width: 150px;
}
.filter_item .dropdown {
    width: 100% !important;
}
.filter_item .dropdown .btn {
    padding: 12px 18px;
    text-align: left !important;
    width: 100%;
}
.filter_item .form-control {
	padding: 12px;
}
.filter_item .bs-caret span {
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 2px;
	margin-top: 2px;
    margin-top: -2px;
    position: absolute;
    right: 12px;
    top: 50%;
    vertical-align: middle;
}
.block_content img {
    display: inline-block;
    height: 20px;
    margin: -1px 5px 0 0;
    width: auto;
}
.block_content p {
	color: #e04521;
    display: inline-block;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
}
.filter_item ul.dropdown-menu > li input {
	background: none;
	box-shadow: none;
	border: none;
	color: #333;
    font-size: 12px;
    letter-spacing: 2px;
    margin-top: 2px;
    text-transform: uppercase;
    padding: 8px 20px;
    width: 100%;
    cursor: pointer;
    text-align: left !important;
    transition: all 0.1s ease-in 0.1s;
}
.filter_item ul.dropdown-menu > li input:hover {
    background-color: #f5f5f5;
    color: #262626;
    text-decoration: none;
}

/*
===========================================================
	Modal Section
===========================================================
*/

.modal {
  text-align: center;
  padding: 0!important;
  /*
  background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
  */
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-content {
    padding: 30px !important;
}
.modal-content p {
	font-weight: 300;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: #acacac !important;
    font-size: 50px !important;
    opacity: 0.65;
    position: absolute;
    right: 10px;
    top: -5px;
    transition: all 0.1s ease-in 0.1s;
    z-index: 9;
}
.close:hover {
    opacity: 1;
}
.modal-header {
    padding: 0 !important;
    position: relative;
}
.modal-footer {
    border-top: medium none !important;
    padding: 0 !important;
}

/*
===========================================================
	Owl Slider Settings / Testimonial Section
===========================================================
*/

.owl-carousel .content_width_large {
    padding-right: 30px;
}
.owl-controls {
    margin: 15px 0 0;
    text-align: center;
}
.owl-carousel .owl-stage {
    cursor: move;
}
.service_slide .owl-theme .owl-controls {
    margin-top: 65px;
    text-align: center;
}
.owl-nav {
    display: none;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: transparent;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #fff;
    text-decoration: none;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
}
.owl-theme .owl-dots .owl-dot span {
    border: 1px solid #ddd;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 200ms ease 0s;
    width: 10px;
    border-radius: 500px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #d2d2d2;
    border: 1px solid #d2d2d2;
}
.owl-nav {
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 40%;
    width: 100%;
}
.owl-prev {
    display: none !important;
}
.owl-next {
    float: right;
}

/*
===========================================================
	Contact Section
===========================================================
*/

.google_map {
    margin: 0;
}
.gmap3 {
    height: 450px;
    margin: 0 auto;
}

/*
===========================================================
	Back To Top Section
===========================================================
*/

.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	z-index: 9999;
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(224,69,33, 0.85) url("./assets/img/constants/cd-top-arrow.svg") no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .85;
}
.cd-top:hover {
	opacity: 1;
}
.no-touch .cd-top:hover {
	background-color: #e86256;
}

/*
===========================================================
	About Section
===========================================================
*/

.img_block_dummy {
    margin-top: 65%;
}
.img_element {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/*
===========================================================
	Footer Section
===========================================================
*/

.footer {
    background-color: #2d2a2b;
    color: #d9d9d9;
}
.footer p {
	font-size: 15px;
}
.footer a {
	color: #d9d9d9;
}
.footer a:hover {
	color: #fff;
}
.footer_block {
	display: table-cell;
	vertical-align: top;
}
.footer_block_1 {
	max-width: 450px;
}
.logo_footer {
    margin-top: -15px;
    position: relative;
}
.logo_footer img {
    height: auto;
    max-width: 285px;
}
.footer_bottom {
	margin-top: 65px;
}
.footer .form_item_field {
    margin: 0;
}

/* Custom Min Width ----------- */
@media (min-width: 1450px) {

}

/* Custom Min Width ----------- */
@media (max-width: 1450px) {
.news_title_single .title h1 { font-size: 38px; }
.featured_title.intro_title img { left: -5%; }
.featured_title.about_title img { left: -5%; }
.single_section { padding: 150px 0 0; }
}

/* Custom Min Width ----------- */
@media (max-width: 1300px) {
.featured_title.intro_title img { left: -2.5%; }
.featured_title.about_title img { left: -2.5%; }
}

/* Custom Min Width ----------- */
@media (max-width: 1250px) {
.intro_section .excerpt p { font-size: 17px; }
}

/* Custom Min Width ----------- */
@media (max-width: 1200px) {
.content_width_main { width: 100%; padding: 0 15px; }
.nav > li > a { padding: 10px 13px !important; }
}

/* Custom Min Width ----------- */
@media (max-width: 1100px) {
.intro_section .title h1 { font-size: 38px; }
.intro_section .excerpt p { font-size: 16px; }
.featured_home .title h1 { font-size: 38px; }
.news_title_single .title h1 { font-size: 32px; }
.logo-container img { height: 55px; }
}

/* Custom Min Width ----------- */
@media (max-width: 1050px) {
.logo-container img { height: 55px; }
.nav > li > a { padding: 10px 8px !important; }
.block_table.nav_table { height: 60px; }
.nav-item { height: 60px; }
.menu-primary-menu-container { margin-right: 5px; }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
.modal { z-index: 99999 !important; }
}

/* Custom Min Width ----------- */
@media (max-width: 1024px) {
.content_area { padding: 45px 0; }
.content_parent { padding: 45px 0; }
.content_area_small { padding: 45px 0; }
.content_top { padding: 45px 0 0; }
.content_bottom { padding: 0 0 45px; }
.content_med { padding: 80px 0; }
.content_large { padding: 110px 0; }
.margin_top { margin-top: 15px; }
.margin_top_med { margin-top: 25px; }
.margin_top_large { margin-top: 35px; }
.margin_top_xl { margin-top: 45px; }
.margin_bottom { margin-bottom: 15px; }
.margin_bottom_med { margin-bottom: 25px; }
.margin_bottom_large { margin-bottom: 35px; }
.margin_bottom_xl { margin-bottom: 45px; }
.title h1, .entry h1 { font-size: 28px; }
.title h2, .entry h2 { font-size: 24px; }
.title h3, .entry h3 { font-size: 19px; }
.title h4, .entry h4 { font-size: 16px; }
.title h5, .entry h5 { font-size: 15px; }
.excerpt.excerpt_small p { font-size: 16px; }
.excerpt.excerpt_med p { font-size: 19px; }
.excerpt.excerpt_large p { font-size: 21px; }

ul.social li:hover { opacity: 0.65; }
.shaddow_hover { box-shadow: 2px 4px 8px 0 rgba(46, 61, 73, 0.2); }
.featured_title { height: 100px; }
.ipad_large_padding { padding: 0 10px; }
.entry.single_content h3 { font-size: 24px; }
.single_content.entry p { font-size: 16px; }
.banner_section {padding: 185px 0 300px; }
.footer { padding: 65px 0; }
.intro_section { padding: 200px 0 285px; }
.featured_wrap.featured_home { margin-top: -255px; }
.featured_home .title h1 { font-size: 38px; }
.featured_home_sub .title h1 { font-size: 36px; }
.intro_section .title h1 { font-size: 38px; }
.featured_title.intro_title img { height: 100px; }
.featured_title.about_title img { height: 65px; top: -32px; }
.latest_cut { height: 385px; }
.featured_wrap { margin-top: -325px; }
.single_section { padding: 125px 0 0; }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
.navbar-resp { top: -15px !important; position: relative; }
.modal { z-index: 99999 !important; }
}

/* Custom Min Width ----------- */
@media (max-width: 1000px) {
.content_width_xs { width: 65%; }
.content_width_small { width: 75%; }
.content_width { width: 90%; }
.content_width_med { width: 90%; }
.content_width_large { width: 90%; }

.page_section .title h1 { font-size: 36px; }
.single_content.entry p { font-size: 18px; }
.featured_img { height: 400px; }
.featured_title { height: 85px; }
/*.single_section { padding: 185px 0 0; }*/
.banner_section { padding: 165px 0 225px; }
.featured_wrap { margin-top: -250px; }
.intro_section .title h1 { font-size: 38px; }
.resp_margin_bottom_small { margin-bottom: 25px; }
.intro_section .title h1 { font-size: 32px; }
.ipad_large_padding { padding: 0 10px; }
h1.one span { padding: 0 25px; font-size: 24px; }
}

/* Custom Min Width ----------- */
@media (max-width: 900px) {
.about_title .title h1 { font-size: 24px; }
}

/* Custom Min Width ----------- */
@media (max-width: 850px) {

}

/* Custom Min Width ----------- */
@media (min-width: 768px) {

}

/* Portrait and Landscape */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {
ul.main_menu { padding-top: 85px; }
.navbar-resp { top: 0 !important; position: relative; }
.modal { z-index: 99999 !important; }
}

/* Custom Min Width ----------- */
@media (max-width: 767px) {
.content_area { padding: 35px 0; }
.content_parent { padding: 35px 0; }
.content_area_small { padding: 35px 0; }
.content_top { padding: 35px 0 0; }
.content_bottom { padding: 0 0 35px; }
.content_med { padding: 45px 0; }
.content_large { padding: 65px 0; }
.content_xl { padding: 85px 0; }
.margin_top_med { margin-top: 15px; }
.margin_top_large { margin-top: 25px; }
.margin_top_xl { margin-top: 35px; }
.margin_bottom_med { margin-bottom: 20px; }
.margin_bottom_large { margin-bottom: 25px; }
.margin_bottom_xl { margin-bottom: 35px; }
.title h1, .entry h1 { font-size: 24px; }
.title h2, .entry h2 { font-size: 21px; }
.title h3, .entry h3 { font-size: 18px; }
.title h4, .entry h4 { font-size: 16px; }
.title h5, .entry h5 { font-size: 15px; }
.excerpt.excerpt_small p { font-size: 15px; }
.excerpt.excerpt_med p { font-size: 17px; }
.excerpt.excerpt_large p { font-size: 19px; }
.excerpt p { font-size: 17px; }
.subscribe_content .excerpt p { font-size: 16px; }
.content_width_xs { width: 85%; }
.content_width_small { width: 100%; }
.content_width { width: 100%; }
.content_width_med { width: 100%; }
.content_width_large { width: 100%; }
.gmap3 { height: 250px; }
.navbar-resp { top: 0 !important; position: relative; }

.content_width_main { padding: 0; }
.resp_margin_bottom { margin-bottom: 25px; }
.resp_margin_bottom_small { margin-bottom: 15px; }
.resp_margin_bottom_xs { margin-bottom: 10px; }
.resp_margin_top { margin-top: 25px; }
.resp_margin_top_small { margin-top: 15px; }
.resp_margin_top_xs { margin-top: 10px; }
.resp_padding { padding: 0 15px; }
.resp_block { display: block !important; width: 100% !important; float: none !important; }
.filter_wrap { width: 100%; }
.filter_item { width: 100%; }
.filter_item .dropdown { display: block; width: 100%; }
.filter_item .dropdown .btn { padding: 12px 38px 12px 18px; width: 100%; }
.resp_block .reset { width: 100%; display: block; text-align: center; }
.dropdown-menu { min-width: 265px; }
.filter_item ul.dropdown-menu > li input {width: 100%; text-align: center !important; }
.dropdown-menu { min-width: 100% !important; text-align: center; width: 100% !important; }
.logo-container img { height: 40px; }
.nav-item { height: 40px; }
.close { opacity: 1; }
.resp_block_table { display: block; }
.resp_col_block { display: block !important; width: 100%; }
.footer { text-align: center; }
.footer_block { display: block; width: 100%; }
.footer_block_1 { max-width: 100%; }
.footer_block_3 { float: none; }
.footer_block_2 { margin-top: 35px; }
.footer_bottom { margin-top: 25px; }
.logo_footer img { margin: 0 auto; }
.form_item_field input { width: 285px; }
.logo_footer img { max-width: 250px; }
.single_content.entry p { font-size: 16px; }
.page_section .title h1 { font-size: 28px; }
.page_section { padding: 125px 0 65px; }
ul.nav-menu li { margin: 5px 0; }
ul.nav-menu li a { font-size: 17px; font-weight: 400; letter-spacing: 2px; }
.featured_img { height: 225px; }
.featured_home .featured_img { height: 350px; }
.menu_inner { margin-top: 35px; }
.single_section { padding: 100px 0 0; }
.featured_title { height: 65px; }
.resp_block_table { display: block !important; height: auto !important; }
.ipad_large_padding { padding: 0 20px; }
.featured_title { margin-bottom: 0; }
.filter.news_filter .filter_item { margin-left: 0; }
.news_img { height: 185px; }
.res_block_inner { display: block; width: 100%; }
.filter.news_filter .filter_item_cat { width: 100%; }
.banner_section { padding: 100px 0 145px; }
.featured_wrap { margin-top: -165px; }
.news_title_single .title h1 { font-size: 24px; }
.entry.single_content h3 { font-size: 18px; }
.single_post { padding: 20px; }
.footer { padding: 45px 0; }
.featured_title.intro_title img { height: 65px; }
.about_title .title h1 { font-size: 21px; }
.featured_title.intro_title img { top: -19px; }
.latest_cut { height: 265px; }
.featured_home .title h1 { font-size: 28px; }
.featured_home_sub .title h1 { font-size: 26px; }
.intro_section { padding: 115px 0 225px; }
.featured_wrap.featured_home { margin-top: -215px; margin-bottom: 50px; }
.intro_section .title h1 { font-size: 24px; }
.screen_fade { background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(0, 0, 0) -5%, rgba(0, 0, 0, 0) 115%) repeat scroll 0 0; }
.about_section { background-color: #f2f2f2; background-image: none; }
.entry.single_content h3 { margin: 35px 0 0; }
.news_main_title .filter_item .dropdown .btn { text-align: center !important; }
.subscribe_banner { max-width: 400px; top: -25px; }
h1.one span { padding: 0 15px; font-size: 21px; }
}


/* Custom Min Width ----------- */
@media (max-width: 480px) {

}