/*

Theme Name: Langford

Theme URI: #

Author: Webdeveloper

Author URI: beautifulwebsites.com.au

Description: The Langford theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.

Version: 1.0

License: GNU General Public License v2 or later

Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/ 

@font-face { font-family: 'gotham_boldregular'; src: url('fonts/gotham-bold-webfont.woff2') format('woff2'), url('fonts/gotham-bold-webfont.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'gotham_bookregular'; src: url('fonts/gotham_book_regular-webfont.woff2') format('woff2'), url('fonts/gotham_book_regular-webfont.woff') format('woff'); font-weight: normal; font-style: normal; }
body { margin: 0; padding: 0; list-style: none; border: none; font-family: gotham_bookregular; padding-top: 138px; }
img { max-width: 100%; }
.header { border-radius: 0; background: #fff; box-shadow:0 0 5px rgba(0,0,0,0.3); border: none; margin: 0; position: fixed; top: 0; width: 100%; left: 0; z-index: 9999; }
.header .navbar-brand { height: auto; padding: 40px 20px; width: 320px; }
.header .navbar-brand img { }
.number_design { text-align: right; }
.navbar-default .navbar-nav > li > a { color: #1875bb; text-transform: uppercase; font-family: 'gotham_boldregular'; }
.number_design { padding: 15px 0; font-size: 33px; color: #f05423; font-family: 'gotham_boldregular'; margin: 0; }
/* .number_design i { margin-right: 20px; } */
.donate_btn { margin-left: 20px; }
.navbar-default .navbar-nav > li.donate_btn a { padding: 12px 16px; background: #f05423; color: #fff; border-radius: 3px; }
.navbar-default .navbar-nav > li.donate_btn:hover a { color: #1875bb; opacity: 0.8;background: #f05423; }
.navbar-default .navbar-nav > li.donate_btn a i { margin-right: 5px; }
.top_bar { background: #f05423; background: -moz-linear-gradient(left, #f05423 0%, #1875bb 100%); background: -webkit-linear-gradient(left, #f05423 0%, #1875bb 100%); background: linear-gradient(to right, #f05423 0%, #1875bb 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05423', endColorstr='#1875bb', GradientType=1 );
height: 5px; width: 100%; }
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover { color: #f05423; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover { color: #f05423; background: none; }
.banner_wrapper .carousel-inner > .item > a > img, .banner_wrapper .carousel-inner > .item > img { width: 100%; }
.carousel-caption { bottom: 0; background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 12%, rgba(0,0,0,1) 100%); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 12%, rgba(0,0,0,1) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 12%, rgba(0,0,0,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0 );
width: 100%; left: 0; text-align: left; padding: 80px 0 20px; }
.carousel-caption h2 { color: #f05423; text-shadow: none; font-family: 'gotham_boldregular'; }
.carousel-caption p { text-shadow: none; }
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { left: 20px; margin-left: 0; }
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { right: 20px; margin-right: 0; }
.service_txt { background: #f05423; color: #fff; margin-bottom: 30px; padding: 10px 0 0; width: 100%; transition: all 0.3s ease 0s; }

/*.service_txt h3 {color:#fff; font-size: 12px; float: left; width: 100px; font-family: 'gotham_boldregular'; margin: 0; padding: 8px 10px 8px 0; border-right: 1px solid rgba(255,255,255,0.5); text-transform: uppercase; transition: all 0.3s ease 0s; padding-left: 10px; }
*/
.service_txt h3 {
    color: #fff;
    font-size: 12px;
    font-family: 'gotham_boldregular';
    margin: 0;
    padding: 8px 10px 8px 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    padding-left: 10px;
    margin: 0 auto;
    text-align: center;
}




.service_list:hover .service_txt h3 { color: #fff; }
.service_txt p { font-size: 11px; height: 42px; overflow: hidden; opacity: 0.7; padding: 5px 5px 5px 0; margin: 0 0 0 110px; }
/* .service_txt a { float: left; width: 100%; text-align: center; color: #fff; font-size: 12px; background: #cb3c0f;; padding: 10px 10px; text-transform: uppercase; transition: all 0.3s ease 0s; margin-top: 10px; } */

.service_txt a {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #F05423;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    margin-bottom: 10px;
}


.service_txt a i { margin-left: 5px; }
.service_list:hover .service_txt { background: #f05423; }
/* .service_list:hover .service_txt a { background: #cb3c0f; } */
.section_heading { text-align: center; margin-bottom: 50px; }
.section_heading h2 { font-size: 35px; margin: 0 0 10px; color: #f05423; font-family: 'gotham_boldregular'; text-transform: capitalize; }
.section_heading p { font-size: 16px; text-align: center; color: #666666; font-family: 'gotham_boldregular'; }
.services_image { padding: 80px 0; }
.message_bx { background: #1875bb; padding: 50px 0; }
.message_bx p { font-size: 30px; margin-bottom: 30px; color: #fff; font-family: 'gotham_boldregular'; }
.about_section { padding: 80px 0; }
.about_list { border: 1px solid #dddddd; transition: all 0.3s ease 0s; padding: 50px 10px; text-align: center; border-radius: 3px; }
.about_list h3 { font-size: 27px; color: #1875bb; text-transform: capitalize; margin: 20px 0; font-family: 'gotham_boldregular'; }
.about_list p { font-size: 13px; margin-bottom: 30px; color: #666; }
.about_list a { color: #f05423; }
.about_list:hover { background: #f7f7f7; }
.orange_section { background: #f05423; color: #fff; padding: 60px 0; }
.orange_section h2 { font-family: 'gotham_boldregular'; color:#fff; font-size: 30px; margin: 40px 0 20px; }
.orange_section p { font-size: 16px; font-family: 'gotham_boldregular'; margin-bottom: 30px; }
.orange_section a { border: 2px solid #fff; display: inline-block; font-family: 'gotham_boldregular'; color: #fff; font-size: 14px; text-transform: uppercase; padding: 8px 20px; border-radius: 3px; }
.orange_section a:hover { background: #fff; color: #f05423; text-decoration: none; }
.news_media { padding: 50px 0; }
.news_img { width: 83px; float: left; }
.news_content { margin-left: 100px; }
.news_content h3 { font-size: 16px; margin: 0 0 5px; font-family: 'gotham_boldregular'; color: #f05423; }
.news_content h3 a { color: #f05423; }
.news_content ul { margin: 0; padding: 0; }
.news_content ul li { margin: 0; color: #666; font-size: 11px; list-style: none; border-left: 2px solid #666; line-height: 16px; display: inline-block; padding: 0 10px; }
.news_content ul li:first-child { padding-left: 0; border-left: none; }
.news_content ul li a { color: #666; line-height: 16px; }
.news_content p { font-size: 12px; }
.news_content p a { color: #f05423; }
.footer { background: #6b6969; color: #696868; padding: 70px 0 40px; }
.footer h2 { margin-bottom: 30px; font-size: 16px; font-family: 'gotham_boldregular'; color: #fff; }
.footer li { list-style: none; margin: 0 0 10px; padding: 0; }
.footer ul { margin: 0; padding: 0; }
.footer li a { color: #fff; font-size: 13px; opacity: 0.6; }
.footer li a:hover { opacity: 1; color: #f05423; }
.newsletter_ftr p { font-size: 12px; }
.ftr_logo { padding-top: 40px; }
.news_letter_form { padding-right: 80px; margin-bottom: 30px; position: relative; }
.news_letter_form input[type="submit"] { position: absolute; width: 80px; top: 0; right: 0; border: none; border-radius: 0; bottom: 0; background: #f05423; color: #fff; }
.news_letter_form input[type="submit"]:hover { opacity: 0.6; }
.news_letter_form input[type="text"], .news_letter_form input[type="email"] { width: 100%; padding: 10px; background: #353636; border: none; }
.social_icons li { display: inline-block; margin-right: 20px; color: #fff; opacity: 1; font-size: 30px; }
.social_icons li a { color: #fff; opacity: 1; font-size: 20px; }
.btm_ftr { padding: 15px 0; color: #fff; background: #222323; text-align: center; font-size: 12px; opacity: 0.8; }
.btm_ftr p { margin: 0; }
.inner_banner { background: #555; color: #fff; font-weight: 300; height: 50px; }
.inner_banner h2 { margin: 0; padding: 3px 0; font-size: 40px; color: #fff; }
.grey_bg { background: #f7f7f7; }
.common_section { padding: 80px 0; }
.cmn_content h3 { font-size: 30px; color: #f05423; margin-bottom: 20px; font-family: 'gotham_boldregular'; }
.cmn_content p { font-size: 14px; color: #666; margin-bottom: 15px; }
.cmn_content h3:first-child, .cmn_content h2:first-child, .cmn_content h1:first-child, .cmn_content h4:first-child, .cmn_content h5:first-child, .cmn_content h6:first-child { margin-top: 0; }
.about_mission .about_list { min-height: 330px; }
.section_cmn { padding: 30px 0; }
.thumbnail_image { height: 250px; overflow: hidden; width: 350px; float: left; }
.caption h3 a { color: #f05423; font-size: 24px; font-family: 'gotham_boldregular'; }
.caption p { color: #666; margin-bottom: 20px; }
.btn-orange { background: #f05423; color: #fff; font-family: 'gotham_boldregular'; }
.blog_listing .caption { margin-left: 380px; }
.blog_links { padding: 15px; border: 1px solid #dddddd; border-radius: 3px; margin-bottom: 30px; }
.blog_links h3 { margin: 0 0 15px; color: #f05423; font-size: 20px; font-family: 'gotham_boldregular'; }
.blog_links li a { display: block; color: #333; border-bottom: 1px solid #ccc; padding: 8px 10px; }
.blog_links li, .blog_links ul { margin: 0; padding: 0; list-style: none; }
.blog_links li a:hover { background: #f7f7f7; text-decoration: none; }
.blog_detail { margin-top: -18px; }
.blog_detail_image { overflow: hidden; margin-bottom: 30px; float: left; padding: 0 15px 0 0px; }
.blog_content p { line-height: 25px; font-size: 14px; color: #444; margin-bottom: 25px; }
.form-field label { color: #333; font-size: 14px; font-family: 'gotham_boldregular'; display: block; margin-bottom: 10px; }
.form-field input[type="text"], .form-field input[type="email"], .form-field input[type="tel"], .form-field input[type="date"] { border: 1px solid #ccc; border-radius: 3px; display: block; width: 100%; padding: 10px; }
.form-field textarea { height: 150px; border: 1px solid #ccc; border-radius: 3px; display: block; width: 100%; padding: 10px; resize: none; }
.form-field { margin-bottom: 20px; }
.google_map iframe { width: 100%; height: 300px; }
.contact_details { margin-top: 50px; }
.contact_details ul { margin: 0; padding: 0; }
.contact_details li { list-style: none; padding: 0; margin: 0; font-size: 14px; margin-bottom: 10px; }
.contact_details li span { display: inline-block; width: 80px; font-family: 'gotham_boldregular'; }
.btm_ftr a { padding: 15px 0; color: #fff; background: #222323; text-align: center; font-size: 12px; opacity: 0.8; }
aside { padding: 15px; border: 1px solid #dddddd; border-radius: 3px; margin-bottom: 30px; }
aside h2.widget-title { margin: 0 0 15px; padding: 0 10px; color: #f05423; font-size: 20px; font-family: 'gotham_boldregular'; }
aside ul, aside li { margin: 0; padding: 0; list-style: none; }
aside ul li a { display: block; color: #333; border-bottom: 1px solid #ccc; padding: 8px 10px; }
aside ul li a:hover { background: #f7f7f7; text-decoration: none; color: #333; }
.news_media { background: #f7f7f7; }
.cmn_content li { font-size: 14px; color: #666; margin-bottom: 15px; text-transform: capitalize; }
form.search-form label { width: 100%; }
form.search-form input.search-field { border: 1px solid #ccc; border-radius: 3px; display: block; width: 100%; padding: 10px; }
form.search-form input.search-submit { background: #f05423; color: #fff; font-family: 'gotham_boldregular'; display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 4px; width: 100%; }
.pagination { text-align: center; width: 100%; }
.pagination span.page-numbers.current { background-color: #fff; border: 1px solid #ddd; padding: 10px; border-radius: 4px; }
.pagination a.page-numbers { background-color: #fff; border: 1px solid #ddd; padding: 10px; border-radius: 4px; color: #f05423; }
form.search-form { padding: 15px; }
.section_heading { text-align: justify; margin-bottom: 50px; }
.blog_content p { margin-bottom: 10px; }
.section_heading h2 { text-align: center; }
.form-field.checkboxlist span { width: 100%; font-weight: 700; margin: 0; }
.form-field.send-btn input { width: auto !important; }
input.wpcf7-form-control.wpcf7-submit.btn.btn-orange { width: 200px !important; border-radius: 0; padding: 10px; }
.form-field.send-btn { text-align: center; }
h1, h2, h3, h4, h5 { color: #f05423; }
.blog_detail h3 { margin-bottom: 22px; font-family: 'gotham_boldregular'; }
.dropdown_submenu { display: none; cursor: pointer; }
.page-id-186 .blog_content { text-align: justify; }
.service_image img {height: auto;}
 @media screen and (min-width:1025px) {
.header.navbar-default .navbar-nav li.dropdown:hover .dropdown-menu { display: block; }
}
 @media screen and (max-width:1199px) {
.nav > li > a { padding: 10px; }
.header .navbar-brand { padding: 35px 10px; width: 250px; }
.service_txt p { height: 52px; }
.number_design { font-size: 25px; padding: 10px 0; }
body { padding: 120px 0 0; }
.donate_btn {margin-left:0;}
.navbar-default .navbar-nav > li > a {padding:10px 8px;}
.inner_banner {margin-top: 0px;}
}
@media (max-width: 1024px) {
.navbar-header { float: none; }
.navbar-left, .navbar-right { float: none !important; }
.navbar-toggle { display: block; }
.navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); }
.navbar-fixed-top { top: 0; border-width: 0 0 1px; }
.navbar-collapse.collapse { display: none!important; }
.navbar-nav { float: none!important; margin-top: 7.5px; }
.navbar-nav>li { float: none; }
.navbar-nav>li>a { padding-top: 10px; padding-bottom: 10px; }
.collapse.in { display: block !important; }
.dropdown_submenu { display: block; position: absolute; top: 5px; right: 5px; border: 2px solid #000; border-radius: 3px; padding: 2px 10px; margin: 0; }
.dropdown_submenu span { border-top-color: #000; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover { color: #000; background: rgba(0,0,0,0.2); }
.navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #000; }
.navbar-nav .open .dropdown-menu { background: rgba(0,0,0,0.5); }
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover { color: #000 }
.header {position:static;}
body {padding:0;}
.navbar-default .navbar-toggle {border-color:#fff;}
.navbar-default .navbar-toggle .icon-bar {background:#f05423; height:3px;}
.navbar-toggle {margin-top:35px;}
.number_design {text-align:center; border-top:1px solid #ccc;}
.carousel-caption {position:static; padding:20px 10px; background:#333;}
.carousel-caption h2 {margin-top:0;}
.dropdown-menu {position:static; float:none;}
.navbar-nav {margin:0; padding:15px 0;}
.news_list {margin-bottom: 20px;}
.inner_banner {margin-top: 0px;}
.thumbnail_image {height: 160px; width: 250px;}
.blog_listing .caption {margin-left:280px;}
}

@media screen and (max-width:767px){
.orange_section h2 {margin:0 0 20px;}
.orange_section {padding:30px 0;}
.message_bx p {font-size:20px;}
.services_image {padding:40px 0;}
.service_image img {width:100%;}
.orange_section, .orange_section .text-right {text-align:center;}
.inner_banner {margin-top: 0px;}
.thumbnail_image {float:none; width:100%; height:auto;}
.thumbnail_image img {width:100%;}
.blog_listing .caption {margin:0;}
}
/*Donation CSS*/
.multistepform .gform_wrapper .gf_step { margin: 0; position: relative; text-align: center; float: left; width: 100px; height: auto; }
.multistepform .gform_wrapper .gf_page_steps { }
.multistepform .gform_wrapper .gf_step span.gf_step_number { display: block; width: 50px; height: 50px; border-radius: 50%; background: #f05423; color: #fff; position: relative; display: block; margin: 0 auto 10px; text-align: center; line-height: 50px; }
.multistepform .gform_wrapper .gf_step span.gf_step_number:after { position: absolute; top: 3px; right: 3px; bottom: 3px; left: 3px; content: ""; border-radius: 50%; border: 2px solid #fff; }
.multistepform .gform_wrapper .gf_step span.gf_step_label { font-size: 15px; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.multistepform .gform_wrapper .gform_body { width: 100%; }
.multistepform .gform_wrapper .top_label .gfield_label { font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-top:0 !important; }
.multistepform .gform_wrapper ul.gfield_checkbox li, .blog_detail .gform_wrapper ul.gfield_radio li { float: left; margin-right: 10px; }
.blog_detail .gform_wrapper ul.gfield_radio li label { width: 50px; background: #1875bb; text-align: center; line-height: 40px; height: 40px; max-width: 100%; border-radius: 3px; margin: 0; color: #fff; cursor: pointer; }
.blog_detail .gform_wrapper ul.gfield_radio li label:hover, .blog_detail .gform_wrapper ul.gfield_radio li input:checked + label { background: #e04413; }
.blog_detail .gform_wrapper ul.gfield_radio li input { display: none; }
.multistepform .ginput_container input, .multistepform .ginput_container select { width: 250px !important; border-radius: 3px; border: 1px solid #ccc; padding: 10px !important; height: 45px; }
.multistepform .ginput_container_radio input {height:30px;}
.multistepform .gform_page_footer input { border-radius: 3px; background: #f05423; padding: 10px 30px; color: #fff; border: none; }
.multistepform .gform_page_footer input:hover { background: #e04413; }
.multistepform .gform_page_footer input.gform_previous_button {background:#1875bb;}
.multistepform .gform_page_footer input.gform_previous_button:hover {background:#f05423;}
.multistepform .gform_wrapper ul.gform_fields li.gfield:after, .multistepform .gform_wrapper ul.gform_fields li.gfield:before { clear: both; content: ""; display: table; }
.multistepform .gform_wrapper #gform_page_1_2 ul.gform_fields li.gfield { clear: none; float: left; padding:8px 16px 8px 0; border:1px solid transparent; width: 50%; margin-bottom:0 !important; background:none !important; }
.multistepform #gform_page_1_2 .ginput_container input, .multistepform #gform_page_1_2 .ginput_container select { width: 100% !important; height: 45px; }
.multistepform #gform_page_1_2 .ginput_container input[type="checkbox"], .multistepform #gform_page_1_2 .ginput_container input[type="radio"] { width: auto !important; height:auto !important; }
.multistepform .gform_wrapper .gfield_checkbox li label, .multistepform .gform_wrapper .gfield_radio li label { max-width: 100%; }
body .gform_wrapper .top_label div.ginput_container { margin: 0 !important; }
.multistepform .gform_wrapper .gfield_required {color:#F00;}
.multistepform .validation_message {display:none !important;}
.multistepform .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .multistepform .gform_wrapper li.gfield_error textarea {border:1px solid #F00; background:rgba(255, 223, 224, 0.25);}
.multistepform .gform_wrapper .gfield_error .gfield_label {color: #790000;}
.rbs_gallery_button{display: none !important;}
#rbs_gallery_59569de4dcf53filter{display: none !important;}
.blog_detail_image img {height:auto;}
/*
.blog_detail .gform_wrapper ul.gfield_radio li:last-child label {
    background: url(http://developmentserver2.me/kennerley/wp-content/uploads/2017/07/heart2.jpg) no-repeat!important;
    background-size: 40px !important;
    color: black;
    width: 110px;
}
*/
.gform_body {
    background: url(https://www.langford.org.au/wp-content/uploads/2017/07/only-logo.jpg) right top no-repeat!important;
}

/*.banner_wrapper {
    margin-top: -32px;
}*/
