/*
 Theme Name:   RTC Decor
 Description:  RTC Decor
 Author:       Alexander
 Author URI:   http://www.metodi.ca
 Template:     rtcdecor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
.phone-info span {
    border-left-style: solid;
    border-left-width: 1px;
    padding: 0px 0 0 10px;
    margin: 0px 0 0 10px;
}
#theme-my-login1 .input-text, #theme-my-login1 input[type="text"], #theme-my-login1 input[type="input"], #theme-my-login1 input[type="password"], #theme-my-login1 input[type="email"], #theme-my-login1 input[type="number"], #theme-my-login1 input[type="url"], #theme-my-login1 input[type="tel"], #theme-my-login1 input[type="search"], #theme-my-login1 textarea, #theme-my-login1 select {

      width: 50%;
}

#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
  width:  90%;
}
.main-title a{
font-size:25px;
}

.single_toggle {
 background: #C3512F !important;
}
.single_toggle p{
 padding: 10px;
}

.js_active .toggler {

	padding: 9px 3px 9px 50px;
	color: #fff !important;
	font-size:20px !important;
	font-weight: bold;
	background: #C3512F !important;

}

.toggle_icon .vert_icon {
border-color: #fff !important;
}
.toggle_icon .hor_icon {
border-color: #fff !important;
}
.login p.message {
padding: 5px 5px 8px 5px;
border: 1px solid #fff;
background-color: #ffffe0;
color: #fff;
font-size: 20px;
font-weight: 500;
background: #C3512F !important;
}

/***Theme My Login***/
.tml-user-links li a{
	font-size: 14px;
	font-weight: 600;
}



/* Large screens (1405px upwards) */
@media only screen and ( min-width: 1405px ) {
    /* your css goes here */
}

/* Laptops and desktops (1100-1405px) */
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) {
    /* your css goes here */
}

/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {
    /* your css goes here */
}

/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
    /* your css goes here */
}

/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
    /* your css goes here */
}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
    /* your css goes here */
}
